stoppingTemperature

Represents the temperature threshold at which the simulated annealing algorithm will stop iterating. The stopping temperature serves as a termination criterion, ensuring the optimization process concludes when the system has sufficiently cooled.

This value must always be positive. An exception will be thrown if a non-positive temperature is set.

Throws

if a value less than or equal to 0.0 is assigned.