Linear

@Serializable
@SerialName(value = "linear")
data class Linear(val initialTemperature: Double, val stoppingTemperature: Double, val maxIterations: Int) : CoolingScheduleSpec(source)

Linear cooling between initialTemperature and stoppingTemperature over maxIterations iterations.

Constructors

Link copied to clipboard
constructor(initialTemperature: Double, stoppingTemperature: Double, maxIterations: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard