| MinimizerBaseDefaultMaxIterations Property |
Gets and sets the default maximum number of iterations.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public static int DefaultMaxIterations { get; set; }
Public Shared Property DefaultMaxIterations As Integer
Get
Set
public:
static property int DefaultMaxIterations {
int get ();
void set (int value);
}
static member DefaultMaxIterations : int with get, set
Property Value
Int32Remarks
Initially set to 100.
See Also