Interface | Description |
---|---|
DifferentiableMultivariateRealOptimizer |
This interface represents an optimization algorithm for
scalar differentiable objective
functions . |
DifferentiableMultivariateVectorialOptimizer |
This interface represents an optimization algorithm for
vectorial differentiable objective functions . |
MultivariateRealOptimizer |
This interface represents an optimization algorithm for
scalar objective functions . |
RealConvergenceChecker |
This interface specifies how to check if an
optimization
algorithm has converged. |
UnivariateRealOptimizer |
Interface for (univariate real) optimization algorithms.
|
VectorialConvergenceChecker |
This interface specifies how to check if a
optimization algorithm has converged. |
Class | Description |
---|---|
LeastSquaresConverter |
This class converts
vectorial
objective functions to scalar objective functions
when the goal is to minimize them. |
MultiStartDifferentiableMultivariateRealOptimizer |
Special implementation of the
DifferentiableMultivariateRealOptimizer interface adding
multi-start features to an existing optimizer. |
MultiStartDifferentiableMultivariateVectorialOptimizer |
Special implementation of the
DifferentiableMultivariateVectorialOptimizer interface adding
multi-start features to an existing optimizer. |
MultiStartMultivariateRealOptimizer |
Special implementation of the
MultivariateRealOptimizer interface adding
multi-start features to an existing optimizer. |
MultiStartUnivariateRealOptimizer |
Special implementation of the
UnivariateRealOptimizer interface adding
multi-start features to an existing optimizer. |
RealPointValuePair |
This class holds a point and the value of an objective function at this point.
|
SimpleRealPointChecker |
Simple implementation of the
RealConvergenceChecker interface using
only point coordinates. |
SimpleScalarValueChecker |
Simple implementation of the
RealConvergenceChecker interface using
only objective function values. |
SimpleVectorialPointChecker |
Simple implementation of the
VectorialConvergenceChecker interface using
only point coordinates. |
SimpleVectorialValueChecker |
Simple implementation of the
VectorialConvergenceChecker interface using
only objective function values. |
VectorialPointValuePair |
This class holds a point and the vectorial value of an objective function at this point.
|
Enum | Description |
---|---|
GoalType |
Goal type for an optimization problem.
|
Exception | Description |
---|---|
OptimizationException | Deprecated
in 2.2 (to be removed in 3.0).
|
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"