Uses of Interface
net.sourceforge.cilib.entity.CandidateSolution

Packages that use CandidateSolution
net.sourceforge.cilib.bioinf.rnaprediction   
net.sourceforge.cilib.boa.bee   
net.sourceforge.cilib.cooperative   
net.sourceforge.cilib.ec   
net.sourceforge.cilib.entity   
net.sourceforge.cilib.pso.dynamic   
net.sourceforge.cilib.pso.particle   
 

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

Classes in net.sourceforge.cilib.bioinf.rnaprediction that implement CandidateSolution
 class RNAParticle
           
 

Uses of CandidateSolution in net.sourceforge.cilib.boa.bee
 

Classes in net.sourceforge.cilib.boa.bee that implement CandidateSolution
 class AbstractBee
          The entity class for the ABC algorithm that represents the bees.
 class OnlookerBee
          Represents an onlooker bee in the hive.
 class WorkerBee
          A worker bee that forages for food and updates the hive information by dancing.
 

Uses of CandidateSolution in net.sourceforge.cilib.cooperative
 

Classes in net.sourceforge.cilib.cooperative that implement CandidateSolution
 class CooperativeEntity
           
 

Uses of CandidateSolution in net.sourceforge.cilib.ec
 

Classes in net.sourceforge.cilib.ec that implement CandidateSolution
 class Individual
           
 

Uses of CandidateSolution in net.sourceforge.cilib.entity
 

Classes in net.sourceforge.cilib.entity that implement CandidateSolution
 class AbstractEntity
          Abstract class definition for all concrete Entity objects.
 class CandidateSolutionMixin
           A CandidateSolution is a potential solution within an optimization.
 class Harmony
          Entity definition for a Harmony.
 

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

Classes in net.sourceforge.cilib.pso.dynamic that implement CandidateSolution
 class ChargedParticle
          Charged Particle used by charged PSO (ChargedVelocityUpdate).
 class DynamicParticle
          Special particle type to use with dynamic algorithms.
 

Uses of CandidateSolution in net.sourceforge.cilib.pso.particle
 

Classes in net.sourceforge.cilib.pso.particle that implement CandidateSolution
 class AbstractParticle
          This class defines the common behaviour available for all Particle instances.
 class CoherenceParticle
           
 class DeviationDecorator
           
 class LFDecorator
          LFDecorator.
 class MultiObjectiveParticle
          TODO: Complete this javadoc.
 class ParticleDecorator
           
 class StandardParticle
           
 



Copyright © 2009 CIRG. All Rights Reserved.