LineSearchSettingsMaximumIterations Property |
Gets the maximum number of iterations the line search
is permitted to perform.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int MaximumIterations { get; }
Public ReadOnly Property MaximumIterations As Integer
Get
public:
property int MaximumIterations {
int get ();
}
member MaximumIterations : int with get
Property Value
Type:
Int32See Also