Interface UnivariateOptimizer
- All Superinterfaces:
BaseOptimizer<UnivariatePointValuePair>, BaseUnivariateOptimizer<UnivariateFunction>
- All Known Implementing Classes:
BaseAbstractUnivariateOptimizer, BrentOptimizer, PowellOptimizer.LineSearch
@Deprecated
public interface UnivariateOptimizer
extends BaseUnivariateOptimizer<UnivariateFunction>
Deprecated.
As of 3.1 (to be removed in 4.0).
Interface for univariate optimization algorithms.
- Since:
- 3.0
-
Method Summary
Methods inherited from interface BaseOptimizer
getConvergenceChecker, getEvaluations, getMaxEvaluationsMethods inherited from interface BaseUnivariateOptimizer
optimize, optimize