Click or drag to resize

CustomAnnealingScheduleIterations Property

Gets and sets the iterations at each step.

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

Property Value

Int32
Exceptions
ExceptionCondition
MismatchedSizeException Thrown if the number of iterations is not the same as the number of steps.
InvalidArgumentException Thrown if any iteration is less than or equal to zero.
See Also