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