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. The target temperature below which the optimization process should stop. Must be greater than 0.0.

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.