15 #ifndef BORNAGAIN_FIT_MINIMIZER_TESTMINIMIZER_H
16 #define BORNAGAIN_FIT_MINIMIZER_TESTMINIMIZER_H
34 std::vector<double> m_parameter_values;
35 scalar_function_t m_fcn;
Defines class IMinimizer.
Result of minimization round.
A collection of fit parameters.
Pure virtual interface for all kind minimizers.
A trivial minimizer that calls the objective function once. Used to test the whole chain.
std::string minimizerName() const final
return name of the minimizer
Fit::MinimizerResult minimize_scalar(fcn_scalar_t fcn, Fit::Parameters parameters) override
run minimization
std::string algorithmName() const final
return name of the minimization algorithm