Local Minimizer TableΒΆ
-
class
fitbenchmarking.results_processing.local_min_table.LocalMinTable(results, best_results, options, group_dir, pp_locations, table_name) The local min results shows a
TrueorFalsevalue together with
. The TrueorFalseindicates whether the software finds a minimum with respect to the following criteria:
RES_TOL,
GRAD_TOL,
GRAD_TOL,
where
and
are the Jacobian and residual of
, respectively. The tolerances can be found in the results
object.