calculate Optimal Cooling Rate
fun calculateOptimalCoolingRate(initialTemperature: Double, stoppingTemperature: Double = defaultStoppingTemperature, maxIterations: Int = defaultMaxNumberIterations): Double(source)
Calculates the optimal exponential cooling rate required to transition from the initialTemperature to the stoppingTemperature over exactly maxIterations.