Click or drag to resize

NonlinearMinimizerBaseNonAllocatingMaximumIterations Property

The maximum number of iterations. If null, the maximal number of iterations is determined automatically.

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

Property Value

NullableInt32
See Also