fitbenchmarking.controllers.scipy_ls_controller module

Implements a controller for the scipy ls fitting software. In particular, for the scipy least_squares solver.

class fitbenchmarking.controllers.scipy_ls_controller.ScipyLSController(problem)

Bases: fitbenchmarking.controllers.base_controller.Controller

Controller for the Scipy Least-Squares fitting software.

cleanup()

Convert the result to a numpy array and populate the variables results will be read from.

fit()

Run problem with Scipy LS.

setup()

Setup problem ready to be run with SciPy LS