Click or drag to resize

CustomAnnealingScheduleTotalIterations Property

Gets and sets the total number of iterations in this schedule.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override int TotalIterations { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the value is less than one.
Remarks
On set, the number of iterations per step are scaled appropriately.
See Also