fitbenchmarking.controllers.minuit_controller module¶
Implements a controller for the CERN pacakage Minuit https://seal.web.cern.ch/seal/snapshot/work-packages/mathlibs/minuit/ using the iminuit python interface http://iminuit.readthedocs.org
-
class
fitbenchmarking.controllers.minuit_controller.MinuitController(problem)¶ Bases:
fitbenchmarking.controllers.base_controller.ControllerController for the Minuit fitting software
-
cleanup()¶ Convert the result to a numpy array and populate the variables results will be read from
-
fit()¶ Run problem with Minuit
-
setup()¶ Setup for Minuit
-