Uses of Interface
com.google.ortools.constraintsolver.CoolingScheduleStrategyOrBuilder

Package
Description
 
  • Uses of CoolingScheduleStrategyOrBuilder in com.google.ortools.constraintsolver

    Modifier and Type
    Class
    Description
    final class 
    The cooling schedule strategy defines how to compute the current simulated annealing temperature t given - the initial temperature t0 - the final temperature t1 - the current search progress 0 <= p <= 1 The value of t0 and t1 is defined by the initial_temperature and final_temperature in SimulatedAnnealingParameters, respectively.
    static final class 
    The cooling schedule strategy defines how to compute the current simulated annealing temperature t given - the initial temperature t0 - the final temperature t1 - the current search progress 0 <= p <= 1 The value of t0 and t1 is defined by the initial_temperature and final_temperature in SimulatedAnnealingParameters, respectively.