44 int max_cost_function_calls,
bool vrbs)
58 virtual void print(std::ostream& Os)
const 59 { Os <<
"NLLSSolver"; }
The base class for all iterative optimizers that use first order derivatives.
NLLSSolver(const boost::shared_ptr< NLLSProblem > &p, int max_cost_function_calls, bool vrbs)
Constructor.
virtual void print(std::ostream &Os) const
Prints description of object.
The base class for the solvers of the Nonlinear-Least-Squares Problem.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
boost::shared_ptr< NLLSProblem > P
virtual const boost::shared_ptr< NLLSProblem > problem() const