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: 23.2.417.0 (23.2.417.0)
Syntaxpublic LineSearchSettings LineSearchSettings { get; set; }
Public Property LineSearchSettings As LineSearchSettings
Get
Set
public:
property LineSearchSettings^ LineSearchSettings {
LineSearchSettings^ get ();
void set (LineSearchSettings^ value);
}
member LineSearchSettings : LineSearchSettings with get, set
Property Value
Type:
LineSearchSettings
See Also