TargetedSegmentListParameterOptimizerMaximumIterations 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
Int32See Also