15 #ifndef BORNAGAIN_FIT_KERNEL_MINIMIZER_H
16 #define BORNAGAIN_FIT_KERNEL_MINIMIZER_H
42 void setMinimizer(
const std::string& minimizerName,
const std::string& algorithmName =
"",
43 const std::string& options =
"");
57 std::unique_ptr<Kernel> m_kernel;
Defines common types for fitting library.
Defines class MinimizerResult.
Result of minimization round.
A main class to run fitting.
A collection of fit parameters.
Pure virtual interface for all kind minimizers.
Base class to wrap Python callable and pass it to C++.
Objective function types.