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.2.419.0 (24.2.419.0)
Syntax public 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:
LineSearchSettingsSee Also