calculateOptimalCoolingRate

fun calculateOptimalCoolingRate(initialTemperature: Double, stoppingTemperature: Double = defaultStoppingTemperature, maxIterations: Int = defaultCoolingIterations): Double(source)

Calculates the optimal exponential cooling rate required to transition from the initialTemperature to the stoppingTemperature over exactly maxIterations.