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

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

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

Subclasses of RandomSentriesDetectionStrategy in net.sourceforge.cilib.pso.dynamic.detectionstrategies
 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.
 

Methods in net.sourceforge.cilib.pso.dynamic.detectionstrategies that return RandomSentriesDetectionStrategy
 RandomSentriesDetectionStrategy<E> RandomSentriesDetectionStrategy.getClone()
           
 

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



Copyright © 2009 CIRG. All Rights Reserved.