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.LeastSquaresProblem
AbstractOptimizationProblem
, LeastSquaresAdapter
public interface OptimizationProblem<PAIR>
Modifier and Type | Method | 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 © 2016–2018 Hipparchus.org. All rights reserved.