Class Summary |
EnvironmentChangeDetectionStrategy<E extends PopulationBasedAlgorithm> |
This abstract class defines the interface that detection strategies have to adhere to. |
NeighbourhoodBestSentriesDetectionStrategy<E extends PopulationBasedAlgorithm> |
|
PeriodicDetectionStrategy<E extends PopulationBasedAlgorithm> |
|
RandomSentriesDetectionStrategy<E extends PopulationBasedAlgorithm> |
This class defines a detection strategy that uses a user-specified
number of sentry entities and an value to
detect whether a change has occured in the environment. |
RandomSentryDetectionStrategy<E extends PopulationBasedAlgorithm> |
Deprecated. rather use RandomSentriesDetectionStrategy |
RandomSentryPointsDetectionStrategy<E extends PopulationBasedAlgorithm> |
This class defines a detection strategy that uses a user-specified
number of sentry points and an value to
detect whether a change has occured in the environment within a number of
consecutive iterations . |
TopologyBestSentryDetectionStrategy<E extends PopulationBasedAlgorithm> |
|