8 explicit HalleyCheby(
const int dimension_int,
const double precision_in,
const bool print_it =
false,
const double lambda_in =1.0);
21 #endif // HALLEYCHEBY_H
The Base class of Unconstrained Optimization solvers.
Definition: UncOpt.h:14
HalleyCheby(const int dimension_int, const double precision_in, const bool print_it=false, const double lambda_in=1.0)
Definition: HalleyCheby.cpp:3
void set_lambda(int lambda_in)
Definition: HalleyCheby.cpp:17
The derived class that uses a Halley-Chebyshev type search direction.
Definition: HalleyCheby.h:5