Uses of Class
org.cicirello.search.restarts.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
Modifier 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.