|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
PAIR - Type of the point/objective pair.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:
MultivariateRealOptimizerDifferentiableMultivariateRealOptimizerDifferentiableMultivariateVectorialOptimizerUnivariateRealOptimizer
| Method Summary | |
|---|---|
ConvergenceChecker<PAIR> |
getConvergenceChecker()
Get the convergence checker. |
int |
getEvaluations()
Get the number of evaluations of the objective function. |
int |
getMaxEvaluations()
Get the maximal number of function evaluations. |
void |
setConvergenceChecker(ConvergenceChecker<PAIR> checker)
Set the convergence checker. |
| Method Detail |
|---|
int getMaxEvaluations()
int getEvaluations()
optimize method. It is 0 if the method has not been
called yet.
void setConvergenceChecker(ConvergenceChecker<PAIR> checker)
checker - Object to use to check for convergence.ConvergenceChecker<PAIR> getConvergenceChecker()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||