Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker.invoke(ActiveSetSequentialQuadraticProgrammingOptimizer optimizer,
OptimizerMultivariableFunctionResults currentResults,
OptimizerMultivariableFunctionResults previousResults)
A function that tests the convergence of the optimizer by comparing the results of the current
iteration with the results of the previous iteration.
|
boolean |
ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker.Function.invoke(ActiveSetSequentialQuadraticProgrammingOptimizer optimizer,
OptimizerMultivariableFunctionResults currentResults,
OptimizerMultivariableFunctionResults previousResults)
A function that tests the convergence of the optimizer by comparing the results of the current
iteration with the results of the previous iteration.
|