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