Click or drag to resize

LinearAnnealingSchedule(Int32, Int32, Double, Double) Constructor

Creates a LinearAnnealingSchedule instance with 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,
	double tolerance
)

Parameters

steps  Int32
Number of annealing steps.
iterations  Int32
Iterations to perform at each step.
startTemperature  Double
Starting temperature.
tolerance  Double
The error tolerance.
See Also