Uses of Class
net.sourceforge.cilib.pso.dynamic.detectionstrategies.EnvironmentChangeDetectionStrategy

Packages that use EnvironmentChangeDetectionStrategy
net.sourceforge.cilib.pso.dynamic   
net.sourceforge.cilib.pso.dynamic.detectionstrategies   
 

Uses of EnvironmentChangeDetectionStrategy in net.sourceforge.cilib.pso.dynamic
 

Methods in net.sourceforge.cilib.pso.dynamic that return EnvironmentChangeDetectionStrategy
 EnvironmentChangeDetectionStrategy<PopulationBasedAlgorithm> DynamicIterationStrategy.getDetectionStrategy()
          Get the currently defined EnvironmentChangeDetectionStrategy.
 

Methods in net.sourceforge.cilib.pso.dynamic with parameters of type EnvironmentChangeDetectionStrategy
 void DynamicIterationStrategy.setDetectionStrategy(EnvironmentChangeDetectionStrategy<PopulationBasedAlgorithm> detectionStrategy)
          Set the EnvironmentChangeDetectionStrategy to be used.
 

Uses of EnvironmentChangeDetectionStrategy in net.sourceforge.cilib.pso.dynamic.detectionstrategies
 

Subclasses of EnvironmentChangeDetectionStrategy in net.sourceforge.cilib.pso.dynamic.detectionstrategies
 class NeighbourhoodBestSentriesDetectionStrategy<E extends PopulationBasedAlgorithm>
           
 class PeriodicDetectionStrategy<E extends PopulationBasedAlgorithm>
           
 class 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.
 class RandomSentryDetectionStrategy<E extends PopulationBasedAlgorithm>
          Deprecated. rather use RandomSentriesDetectionStrategy
 class 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.
 class TopologyBestSentryDetectionStrategy<E extends PopulationBasedAlgorithm>
           
 

Methods in net.sourceforge.cilib.pso.dynamic.detectionstrategies that return EnvironmentChangeDetectionStrategy
 EnvironmentChangeDetectionStrategy<E> TopologyBestSentryDetectionStrategy.getClone()
           
abstract  EnvironmentChangeDetectionStrategy<E> EnvironmentChangeDetectionStrategy.getClone()
          Clone the EnvironmentChangeDetectionStrategy object.
 

Constructors in net.sourceforge.cilib.pso.dynamic.detectionstrategies with parameters of type EnvironmentChangeDetectionStrategy
EnvironmentChangeDetectionStrategy(EnvironmentChangeDetectionStrategy<E> rhs)
           
PeriodicDetectionStrategy(EnvironmentChangeDetectionStrategy<E> rhs)
           
TopologyBestSentryDetectionStrategy(EnvironmentChangeDetectionStrategy<E> rhs)
           
 



Copyright © 2009 CIRG. All Rights Reserved.