Click or drag to resize

CustomAnnealingSchedule(Int32, Double) Constructor

Constructs a CustomAnnealingSchedule instance.

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

Parameters

iteration  Int32
The number of iterations to perform at step.
temperatures  Double
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 error tolerance.
See Also