Uses of Class
net.sourceforge.cilib.entity.operators.crossover.CrossoverStrategy

Packages that use CrossoverStrategy
net.sourceforge.cilib.ec.iterationstrategies   
net.sourceforge.cilib.entity.operators.crossover   
 

Uses of CrossoverStrategy in net.sourceforge.cilib.ec.iterationstrategies
 

Methods in net.sourceforge.cilib.ec.iterationstrategies that return CrossoverStrategy
 CrossoverStrategy GeneticAlgorithmIterationStrategy.getCrossoverStrategy()
          Get the currently specified CrossoverStrategy.
 CrossoverStrategy DifferentialEvolutionIterationStrategy.getCrossoverStrategy()
          Get the CrossoverStrategy used to create offspring entities.
 

Methods in net.sourceforge.cilib.ec.iterationstrategies with parameters of type CrossoverStrategy
 void GeneticAlgorithmIterationStrategy.setCrossoverStrategy(CrossoverStrategy crossoverStrategy)
          Set the current CrossoverStrategy and reinitialise the operator pipeline.
 void DifferentialEvolutionIterationStrategy.setCrossoverStrategy(CrossoverStrategy crossoverStrategy)
          Set the CrossoverStrategy used to create offspring entities.
 

Uses of CrossoverStrategy in net.sourceforge.cilib.entity.operators.crossover
 

Subclasses of CrossoverStrategy in net.sourceforge.cilib.entity.operators.crossover
 class BlendCrossoverStrategy
          Implementation of the blend cross-over strategy.
 class DifferentialEvolutionBinomialCrossover
          Binomial crossover operator.
 class DifferentialEvolutionExponentialCrossover
           
 class OnePointCrossoverStrategy
           
 class UniformCrossoverStrategy
           
 

Methods in net.sourceforge.cilib.entity.operators.crossover that return CrossoverStrategy
abstract  CrossoverStrategy CrossoverStrategy.getClone()
          Create a cloned copy of the current object and return it.
 

Constructors in net.sourceforge.cilib.entity.operators.crossover with parameters of type CrossoverStrategy
CrossoverStrategy(CrossoverStrategy copy)
           
 



Copyright © 2009 CIRG. All Rights Reserved.