Uses of Class
org.cicirello.search.restarts.VariableAnnealingLength
-
Packages that use VariableAnnealingLength Package Description org.cicirello.search.restarts 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 VariableAnnealingLength Modifier and Type Method Description VariableAnnealingLength
VariableAnnealingLength. split()
Methods in org.cicirello.search.restarts that return types with arguments of type VariableAnnealingLength Modifier and Type Method Description static 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.
-