PAIR
- Type of the point/objective pair.public interface BaseOptimizer<PAIR>
Modifier and Type | Method and Description |
---|---|
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.
|
int getMaxEvaluations()
int getEvaluations()
optimize
method. It is 0 if the method has not been
called yet.ConvergenceChecker<PAIR> getConvergenceChecker()
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.