fitbenchmarking.controllers.gsl_controller module

Implements a controller for GSL https://www.gnu.org/software/gsl/ using the pyGSL python interface https://sourceforge.net/projects/pygsl/

class fitbenchmarking.controllers.gsl_controller.GSLController(problem)

Bases: fitbenchmarking.controllers.base_controller.Controller

Controller for the GSL fitting software

cleanup()

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

fit()

Run problem with GSL

setup()

Setup for GSL