@FunctionalInterface public static interface ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker.Function
Modifier and Type | Method and Description |
---|---|
boolean |
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 invoke(ActiveSetSequentialQuadraticProgrammingOptimizer optimizer, OptimizerMultivariableFunctionResults currentResults, OptimizerMultivariableFunctionResults previousResults)