Click or drag to resize

LinearAnnealingScheduleStartingTemperature Property

Gets and sets the starting temperature.

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

Property Value

Double
Remarks
Temperature decays linearly to zero over the life of the schedule.
See Also