Click or drag to resize

LinearAnnealingSchedule(Int32, Int32, Double) Constructor

Creates a LinearAnnealingSchedule instance with the specified number of steps, iterations per step, and starting temperature.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public LinearAnnealingSchedule(
	int steps,
	int iterations,
	double startTemperature
)

Parameters

steps  Int32
The number of annealing steps.
iterations  Int32
The number of iterations to perform at each step.
startTemperature  Double
The starting temperature.
See Also