Package org.moeaframework.algorithm.continuation
package org.moeaframework.algorithm.continuation
Extends an algorithm with "continuations" or "restarts", where we periodically reseed an algorithm with random
solutions and optionally adjust the settings.
-
ClassDescriptionDeprecated.Decorator for
EvolutionaryAlgorithm
s to add time continuation (restarts).Deprecated.UseEpsilonProgressContinuationExtension
insteadExtendsAdaptiveTimeContinuationExtension
to trigger restarts using ε-progress.An event emitted byAdaptiveTimeContinuation
indicating a time continuation (restart) event has occurred.The listener interface for receiving time continuation (restart) events.Enumeration of different restart types during adaptive time continuation.
AdaptiveTimeContinuationExtension
instead