Click or drag to resize

ActiveSetSequentialQuadraticProgrammingOptimizerLineSearchSettings Property

Gets or sets an optional property that can be used to specify tolerances, convergence criteria, and maximum iterations for a line search that uses GoldenSectionFindExtremum to find the optimal feasible step in the same direction as the computed step.

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

Property Value

Type: LineSearchSettings
See Also