P
- 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<P>
Modifier and Type | Method and Description |
---|---|
ConvergenceChecker<P> |
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<P> getConvergenceChecker()
Copyright © 2016-2021 CS GROUP. All rights reserved.