1 #ifndef COST_MINIMIZER_H 2 #define COST_MINIMIZER_H 46 int max_cost_function_calls,
bool vrbs)
59 virtual void print(std::ostream& Os)
const 60 { Os <<
"CostMinimizer"; }
The base class for all iterative cost minimizers that do not require derivatives of any order...
virtual void print(std::ostream &Os) const
Prints description of object.
CostMinimizer(const boost::shared_ptr< CostFunc > &p, int max_cost_function_calls, bool vrbs)
Constructor.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
The base class for all iterative optimizers.
boost::shared_ptr< CostFunc > P