Uses of Class
org.cicirello.search.restarts.ConstantRestartSchedule
Packages that use 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
Methods in org.cicirello.search.restarts that return ConstantRestartScheduleMethods in org.cicirello.search.restarts that return types with arguments of type ConstantRestartScheduleModifier 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).