Interface MultivariateDifferentiableOptimizer

All Superinterfaces:
BaseMultivariateOptimizer<MultivariateDifferentiableFunction>, BaseOptimizer<PointValuePair>
All Known Implementing Classes:
MultivariateDifferentiableMultiStartOptimizer

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:
3.1
See Also: