Uses of Class
org.cicirello.search.restarts.VariableAnnealingLength
Packages that use VariableAnnealingLength
Package
Description
This package includes classes and interfaces related to implementing multistart metaheuristics
(i.e., metaheuristics that periodically restart, and return the best solution across a number of
such restarts).
-
Uses of VariableAnnealingLength in org.cicirello.search.restarts
Methods in org.cicirello.search.restarts that return VariableAnnealingLengthMethods in org.cicirello.search.restarts that return types with arguments of type VariableAnnealingLengthModifier and TypeMethodDescriptionstatic List<VariableAnnealingLength>
VariableAnnealingLength.createRestartSchedules
(int numThreads) This is a convenience method for use in generating several identical VAL annealing schedules, such as if needed for a parallel search.static List<VariableAnnealingLength>
VariableAnnealingLength.createRestartSchedules
(int numThreads, int r0) This is a convenience method for use in generating several identical VAL annealing schedules, such as if needed for a parallel search.