nextTemperature

open override fun nextTemperature(iteration: Int): Double

Computes the next temperature value based on the given iteration. This method is typically used in optimization algorithms to manage the cooling schedule of a process.

Return

The calculated temperature value for the specified iteration.

Parameters

iteration

The current iteration number of the optimization process. Must be a non-negative integer.