ComPWA
Common Partial-Wave-Analysis Framework
|
This class template provides the interface to optimization libraries. More...
#include <Optimizer.hpp>
Public Member Functions | |
virtual | ~Optimizer ()=default |
virtual FitResultType | optimize (Estimator::Estimator< EstimatorType > &Estimator, FitParameterList FitParameters)=0 |
Finds the optimal value of the Estimator, by varying its parameters. More... | |
This class template provides the interface to optimization libraries.
Note: The dynamic polymorphism by inheriting from Optimizer is not useful within ComPWA, since Optimizers are not never passed to another part of the code.
Definition at line 22 of file Optimizer.hpp.
|
virtualdefault |
|
pure virtual |
Finds the optimal value of the Estimator, by varying its parameters.
Implemented in ComPWA::Optimizer::Geneva::GenevaIF, and ComPWA::Optimizer::Minuit2::MinuitIF.