PAIR - The type of value the convergence
               checker will operate on. It should include the value of the model
               function and point where it was evaluated.public interface OptimizationProblem<PAIR>
| Modifier and Type | Method and Description | 
|---|---|
| ConvergenceChecker<PAIR> | getConvergenceChecker()Gets the convergence checker. | 
| Incrementor | getEvaluationCounter()Get a independent Incrementor that counts up to the maximum number of evaluations
 and then throws an exception. | 
| Incrementor | getIterationCounter()Get a independent Incrementor that counts up to the maximum number of iterations
 and then throws an exception. | 
Incrementor getEvaluationCounter()
Incrementor getIterationCounter()
ConvergenceChecker<PAIR> getConvergenceChecker()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.