Interface DifferentiableMultivariateOptimizer
- All Superinterfaces:
BaseMultivariateOptimizer<DifferentiableMultivariateFunction>
,BaseOptimizer<PointValuePair>
- All Known Implementing Classes:
AbstractScalarDifferentiableOptimizer
,DifferentiableMultivariateMultiStartOptimizer
,NonLinearConjugateGradientOptimizer
@Deprecated
public interface DifferentiableMultivariateOptimizer
extends BaseMultivariateOptimizer<DifferentiableMultivariateFunction>
Deprecated.
As of 3.1 (to be removed in 4.0).
This interface represents an optimization algorithm for
scalar differentiable objective
functions
.
Optimization algorithms find the input point set that either maximize or minimize
an objective function.- Since:
- 2.0
- See Also:
-
Method Summary
Methods inherited from interface org.apache.commons.math3.optimization.BaseMultivariateOptimizer
optimize
Methods inherited from interface org.apache.commons.math3.optimization.BaseOptimizer
getConvergenceChecker, getEvaluations, getMaxEvaluations