Uses of Class
org.cicirello.search.restarts.ConstantRestartSchedule
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 ConstantRestartSchedule in org.cicirello.search.restarts
Modifier and TypeMethodDescriptionstatic List<ConstantRestartSchedule>
ConstantRestartSchedule.createRestartSchedules
(int numThreads, int runLength) A convenience method for generating several ConstantRestartSchedule objects, such as when needed for a parallel search (e.g., if each instance needs its own restart schedule).