TargetedSegmentListDifferentialCorrectorMaximumIterations Property |
Gets or sets the maximum number of iterations this operator will take to find a solution.
By default, this is set to 50.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic int MaximumIterations { get; set; }
Public Property MaximumIterations As Integer
Get
Set
public:
property int MaximumIterations {
int get ();
void set (int value);
}
member MaximumIterations : int with get, set
Property Value
Type:
Int32
See Also