15 #ifndef BORNAGAIN_FIT_MINIMIZER_MINIMIZEROPTIONS_H 
   16 #define BORNAGAIN_FIT_MINIMIZER_MINIMIZEROPTIONS_H 
   33     void processCommand(
const std::string& command);
 
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;")
 
Stores multi option (int,double,string) in a container.