|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
PAIR - Type of the point/objective pair.
@Deprecated public interface BaseOptimizer<PAIR>
This interface is mainly intended to enforce the internal coherence of Commons-Math. Users of the API are advised to base their code on the following interfaces:
MultivariateOptimizerMultivariateDifferentiableOptimizerMultivariateDifferentiableVectorOptimizerUnivariateOptimizer
| Method Summary | |
|---|---|
ConvergenceChecker<PAIR> |
getConvergenceChecker()
Deprecated. Get the convergence checker. |
int |
getEvaluations()
Deprecated. Get the number of evaluations of the objective function. |
int |
getMaxEvaluations()
Deprecated. Get the maximal number of function evaluations. |
| Method Detail |
|---|
int getMaxEvaluations()
int getEvaluations()
optimize method. It is 0 if the method has not been
called yet.
ConvergenceChecker<PAIR> getConvergenceChecker()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||