Uses of Interface
com.google.ortools.constraintsolver.CoolingScheduleStrategyOrBuilder
Packages that use CoolingScheduleStrategyOrBuilder
-
Uses of CoolingScheduleStrategyOrBuilder in com.google.ortools.constraintsolver
Classes in com.google.ortools.constraintsolver that implement CoolingScheduleStrategyOrBuilderModifier and TypeClassDescriptionfinal 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.