PAIR
- Type of the point/value pair returned by the optimization algorithm.public abstract class AbstractOptimizationProblem<PAIR> extends Object implements 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.
|
public Incrementor getEvaluationCounter()
getEvaluationCounter
in interface OptimizationProblem<PAIR>
public Incrementor getIterationCounter()
getIterationCounter
in interface OptimizationProblem<PAIR>
public ConvergenceChecker<PAIR> getConvergenceChecker()
getConvergenceChecker
in interface OptimizationProblem<PAIR>
Jas4pp 1.5 © Java Analysis Studio for Particle Physics