Click or drag to resize

CustomAnnealingSchedule(Int32, DoubleVector) Constructor

Constructs a CustomAnnealingSchedule instance.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public CustomAnnealingSchedule(
	int iteration,
	DoubleVector temperatures
)

Parameters

iteration  Int32
The number of iterations to perform at each temperature.
temperatures  DoubleVector
The temperature at each step.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the number of iterations is less than one, there is less than one temperature, any temperature is negative, or the last temperature is not zero.
Remarks
Uses the default tolerance.
See Also