Class MultivariateDifferentiableVectorMultiStartOptimizer

java.lang.Object
org.apache.commons.math3.optimization.BaseMultivariateVectorMultiStartOptimizer<MultivariateDifferentiableVectorFunction>
org.apache.commons.math3.optimization.MultivariateDifferentiableVectorMultiStartOptimizer
All Implemented Interfaces:
BaseMultivariateVectorOptimizer<MultivariateDifferentiableVectorFunction>, BaseOptimizer<PointVectorValuePair>, MultivariateDifferentiableVectorOptimizer

Deprecated.
As of 3.1 (to be removed in 4.0).
Special implementation of the MultivariateDifferentiableVectorOptimizer interface adding multi-start features to an existing optimizer. This class wraps a classical optimizer to use it several times in turn with different starting points in order to avoid being trapped into a local extremum when looking for a global one.
Since:
3.1