16 , epsfcn(xtol * 0.001)
23 , check_derivatives_(0)
24 , failure_code_(ERROR_FAILURE)
72 static const std::string class_name_=
"vnl_nonlinear_minimizer";
virtual std::string is_a() const
Return the name of the class.
vnl_nonlinear_minimizer()
Default ctor sets verbosity etc.
void report_eval(double f)
Called by derived classes after each function evaluation.
virtual bool report_iter()
Called by derived classes after each iteration.
virtual bool is_class(std::string const &s) const
Return true if the name of the class matches the argument.
Base class for nonlinear optimization.
virtual vnl_matrix< double > const & get_covariance()
Return the covariance of the estimate at the end.
virtual ~vnl_nonlinear_minimizer()