Uses of Class
org.cicirello.search.restarts.ParallelVariableAnnealingLength
Packages that use ParallelVariableAnnealingLength
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 ParallelVariableAnnealingLength in org.cicirello.search.restarts
Methods in org.cicirello.search.restarts that return ParallelVariableAnnealingLengthMethods in org.cicirello.search.restarts that return types with arguments of type ParallelVariableAnnealingLengthModifier and TypeMethodDescriptionstatic List<ParallelVariableAnnealingLength>
ParallelVariableAnnealingLength.createRestartSchedules
(int numThreads) Creates a list of restart schedules that together follow the Parallel Variable Annealing Length (P-VAL) schedule of: Vincent A.static List<ParallelVariableAnnealingLength>
ParallelVariableAnnealingLength.createRestartSchedules
(int numThreads, int r0) Creates a list of restart schedules that together follow the Parallel Variable Annealing Length (P-VAL) schedule of: Vincent A.