Click or drag to resize

CustomAnnealingScheduleTemperatures Property

Gets and sets the temperatures at each step.

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

Property Value

DoubleVector
Exceptions
ExceptionCondition
MismatchedSizeException Thrown if the number of temperatures is not the same as the number of steps.
InvalidArgumentException Thrown if any temperature is less than zero, or if the last temperature is not equal to zero.
See Also