Click or drag to resize

NonlinearMinimizerBaseNonAllocatingMaximumIterations Property

Gets or sets the maximum number of iterations. If , the maximum number of iterations is determined automatically.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int? MaximumIterations { get; set; }

Property Value

NullableInt32
See Also