15 #ifndef BORNAGAIN_FIT_MINIMIZER_MINIMIZEROPTIONS_H
16 #define BORNAGAIN_FIT_MINIMIZER_MINIMIZEROPTIONS_H
Declares class OptionContainer.
Collection of internal minimizer settings.
void setOptionString(const std::string &options)
Set options from their string representation.
std::string toOptionString() const
Returns string with all options (i.e. "Strategy=1;Tolerance=0.01;")
void processCommand(const std::string &command)
Process single option string 'Tolerance=0.01' and sets the value to corresponding MultiOption.
Stores multi option (int,double,string) in a container.