Interface CoolingSchedule

All Known Implementing Classes:
CoolingScheduleDefault, CoolingScheduleExponential, CoolingScheduleHyperbolic, CoolingScheduleLinear

public interface CoolingSchedule
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getTemperature(int i, int n)
    Returns the temperature for the iteration i of the maximal number of iterations n.
  • Method Details

    • getTemperature

      double getTemperature(int i, int n)
      Returns the temperature for the iteration i of the maximal number of iterations n.
      Parameters:
      i - the current iteration
      n - the maximal number of iterations
      Returns:
      the temperature for the current iteration