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