Class Summary |
ConstantStartDistance |
The most simple StartDistanceForecaster that returns always the same
value. |
DifferentiableFunction |
This class is the framework for any (at least) one time differentiable
function . |
LimitedMedianStartDistance |
This class implements a StartDistanceForecaster that uses the
median of a limited memory over the last values. |
NegativeDifferentiableFunction |
The negative function -f for a given
DifferentiableFunction f . |
NegativeFunction |
The negative function -f for a given Function f . |
NegativeOneDimensionalFunction |
This class extends the class OneDimensionalFunction . |
NumericalDifferentiableFunction |
This class is the framework for any numerical differentiable function
. |
OneDimensionalFunction |
This class implements the interface Function for an one-dimensional
function. |
OneDimensionalSubFunction |
This class is used to do the line search. |
Optimizer |
This class can be used for optimization purposes. |
QuadraticFunction |
This class implements a quadratic function. |