Uses of Class
net.sourceforge.cilib.algorithm.population.SinglePopulationBasedAlgorithm

Packages that use SinglePopulationBasedAlgorithm
net.sourceforge.cilib.algorithm.population   
net.sourceforge.cilib.bioinf.rnaprediction   
net.sourceforge.cilib.boa   
net.sourceforge.cilib.ec   
net.sourceforge.cilib.pso   
 

Uses of SinglePopulationBasedAlgorithm in net.sourceforge.cilib.algorithm.population
 

Methods in net.sourceforge.cilib.algorithm.population that return SinglePopulationBasedAlgorithm
abstract  SinglePopulationBasedAlgorithm SinglePopulationBasedAlgorithm.getClone()
          Create a cloned copy of the current object and return it.
 

Constructors in net.sourceforge.cilib.algorithm.population with parameters of type SinglePopulationBasedAlgorithm
SinglePopulationBasedAlgorithm(SinglePopulationBasedAlgorithm copy)
          Create a copy of the provided instance.
 

Uses of SinglePopulationBasedAlgorithm in net.sourceforge.cilib.bioinf.rnaprediction
 

Subclasses of SinglePopulationBasedAlgorithm in net.sourceforge.cilib.bioinf.rnaprediction
 class RNAPSO
           
 

Uses of SinglePopulationBasedAlgorithm in net.sourceforge.cilib.boa
 

Subclasses of SinglePopulationBasedAlgorithm in net.sourceforge.cilib.boa
 class ABC
           An implementation of the Artificial Bee Colony Algorithm.
 

Uses of SinglePopulationBasedAlgorithm in net.sourceforge.cilib.ec
 

Subclasses of SinglePopulationBasedAlgorithm in net.sourceforge.cilib.ec
 class EC
          Generic EC skeleton algorithm.
 

Uses of SinglePopulationBasedAlgorithm in net.sourceforge.cilib.pso
 

Subclasses of SinglePopulationBasedAlgorithm in net.sourceforge.cilib.pso
 class LFPSO
           An implementation of the LeapFrog PSO algorithm, a modified Particle Swarm Optimiser based upon the improved leapfrog dynamic method for unconstrained minimization.
 class PSO
           An implementation of the standard PSO algorithm.
 



Copyright © 2009 CIRG. All Rights Reserved.