40 #ifndef _SIMPLENEWTONMULTIDIMENSIONS_H_ 41 #define _SIMPLENEWTONMULTIDIMENSIONS_H_ 97 #endif //_SIMPLENEWTONMULTIDIMENSIONS_H_
This class allows to perform a correspondence analysis.
This is the function abstract class.
The parameter list object.
void setFunction(Function *function)
Set the function to optimize.
Optimizer & getOneDimensionOptimizer()
double doStep()
This function is called by the step() method and contains all calculations.
This Optimizer is a simple multi-dimensions optimizer, calling the Newton one dimensional optimizer o...
This is the abstract class for second order derivable functions.
Partial implementation of the Optimizer interface.
NewtonOneDimension optimizer_
SimpleNewtonMultiDimensions * clone() const
Create a copy of this object and send a pointer to it.
SimpleNewtonMultiDimensions(DerivableSecondOrder *function)
This is the basal interface for all optimization methods.
const Optimizer & getOneDimensionOptimizer() const
Newton's optimization for one parameter.
void doInit(const ParameterList ¶ms)
This function is called by the init() method and contains all calculations.
virtual ~SimpleNewtonMultiDimensions()