|
|||||||||
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:
MultivariateOptimizer
DifferentiableMultivariateOptimizer
DifferentiableMultivariateVectorOptimizer
UnivariateOptimizer
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. |
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 |