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