createTargetedSchedule

fun createTargetedSchedule(initialTemperature: Double, stoppingTemperature: Double = defaultStoppingTemperature, maxIterations: Int = defaultMaxNumberIterations): ExponentialCoolingSchedule(source)

Factory method that creates an ExponentialCoolingSchedule using a dynamically calculated cooling rate perfectly tuned to the provided boundary parameters.