Click or drag to resize

ActiveSetSequentialQuadraticProgrammingOptimizerConvergenceFunction Property

Gets or sets a customizable convergence function that is used to determine if the optimizer converges on a given iteration.

By default, the cost function change from the previous to the current iteration must be within the Tolerance of the CostFunction, all of the variable changes from the previous to the current iteration must be within the VariableTolerance of the Variables, all of the equality constraints in Equalities must match their desired values within tolerance, and all of the inequality constraints in Inequalities must be satisfied.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ActiveSetSequentialQuadraticProgrammingOptimizerConvergenceChecker ConvergenceFunction { get; set; }

Property Value

Type: ActiveSetSequentialQuadraticProgrammingOptimizerConvergenceChecker
See Also