Class BaseAbstractMultivariateVectorOptimizer<FUNC extends MultivariateVectorFunction>

java.lang.Object
org.apache.commons.math3.optimization.direct.BaseAbstractMultivariateVectorOptimizer<FUNC>
Type Parameters:
FUNC - the type of the objective function to be optimized
All Implemented Interfaces:
BaseMultivariateVectorOptimizer<FUNC>, BaseOptimizer<PointVectorValuePair>
Direct Known Subclasses:
AbstractLeastSquaresOptimizer

Deprecated.
As of 3.1 (to be removed in 4.0).
Base class for implementing optimizers for multivariate scalar functions. This base class handles the boiler-plate methods associated to thresholds settings, iterations and evaluations counting.
Since:
3.0