Package org.opt4j.optimizer.sa
Interface CoolingSchedule
-
- All Known Implementing Classes:
CoolingScheduleDefault
,CoolingScheduleExponential
,CoolingScheduleHyperbolic
,CoolingScheduleLinear
public interface CoolingSchedule
TheCoolingSchedule
for theSimulatedAnnealing
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getTemperature(int i, int n)
Returns the temperature for the iterationi
of the maximal number of iterationsn
.
-