40 #ifndef _NEWTONONEDIMENSION_H_ 41 #define _NEWTONONEDIMENSION_H_ 91 #endif //_NEWTONONEDIMENSION_H_ void doInit(const ParameterList ¶ms)
This function is called by the init() method and contains all calculations.
void setMaximumNumberOfCorrections(unsigned int mx)
This class allows to perform a correspondence analysis.
DerivableSecondOrder * getFunction_()
DerivableSecondOrder * getFunction()
Get the current function being optimized.
NewtonOneDimension(DerivableSecondOrder *function=0)
The parameter list object.
Function * getFunction_()
virtual ~NewtonOneDimension()
const Function * getFunction() const
Get the current function being optimized.
const DerivableSecondOrder * getFunction() const
Get the current function being optimized.
double doStep()
This function is called by the step() method and contains all calculations.
This is the abstract class for second order derivable functions.
Partial implementation of the Optimizer interface.
NewtonOneDimension * clone() const
Create a copy of this object and send a pointer to it.
Newton's optimization for one parameter.
unsigned int _maxCorrection