See: Description
| Interface | Description |
|---|---|
| DiffFloatFunction |
An interface for once-differentiable double-valued functions over
double arrays.
|
| DiffFunction |
An interface for once-differentiable double-valued functions over
double arrays.
|
| Evaluator | |
| FloatFunction |
An interface for double-valued functions over double arrays.
|
| Function |
An interface for double-valued functions over double arrays.
|
| HasEvaluators |
Indicates that an minimizer supports evaluation periodically
|
| HasInitial |
Indicates that a function has a method for supplying an intitial value.
|
| HasRegularizerParamRange |
Indicates that a Function should only be regularized on a subset
of its parameters.
|
| Minimizer<T extends Function> |
The interface for unconstrained function minimizers.
|
| Class | Description |
|---|---|
| AbstractCachingDiffFunction |
A differentiable function that caches the last evaluation of its value and
derivative.
|
| CGMinimizer |
Conjugate-gradient implementation based on the code in Numerical
Recipes in C.
|
| QNMinimizer |
An implementation of L-BFGS for Quasi Newton unconstrained minimization.
|
| Enum | Description |
|---|---|
| StochasticCalculateMethods |
This enumeratin was created to organize the selection of different methods for stochastic
calculations.
|
| Exception | Description |
|---|---|
| QNMinimizer.SurpriseConvergence |