Uses of Package
net.sourceforge.cilib.entity

Packages that use net.sourceforge.cilib.entity
net.sourceforge.cilib.algorithm The Algorithm package provides the generic algorithm foundation for all Algorithm instances. 
net.sourceforge.cilib.algorithm.initialisation   
net.sourceforge.cilib.algorithm.population   
net.sourceforge.cilib.algorithm.population.knowledgetransferstrategies   
net.sourceforge.cilib.bioinf.rnaprediction   
net.sourceforge.cilib.boa   
net.sourceforge.cilib.boa.bee   
net.sourceforge.cilib.coevolution   
net.sourceforge.cilib.cooperative   
net.sourceforge.cilib.cooperative.contributionupdatestrategies   
net.sourceforge.cilib.cooperative.fitnessupdatestrategies   
net.sourceforge.cilib.ec   
net.sourceforge.cilib.entity   
net.sourceforge.cilib.entity.comparator   
net.sourceforge.cilib.entity.operators.creation   
net.sourceforge.cilib.entity.operators.crossover   
net.sourceforge.cilib.entity.operators.mutation   
net.sourceforge.cilib.entity.operators.selection   
net.sourceforge.cilib.entity.topologies This package contains different topology implementations. 
net.sourceforge.cilib.entity.visitor   
net.sourceforge.cilib.moo.iterationstrategies   
net.sourceforge.cilib.problem.boundaryconstraint   
net.sourceforge.cilib.pso   
net.sourceforge.cilib.pso.dynamic   
net.sourceforge.cilib.pso.dynamic.detectionstrategies   
net.sourceforge.cilib.pso.dynamic.responsestrategies   
net.sourceforge.cilib.pso.moo.guideselectionstrategies   
net.sourceforge.cilib.pso.moo.guideupdatestrategies   
net.sourceforge.cilib.pso.particle   
net.sourceforge.cilib.pso.particle.initialisation   
net.sourceforge.cilib.pso.positionupdatestrategies   
net.sourceforge.cilib.pso.velocityupdatestrategies   
net.sourceforge.cilib.util.calculator   
net.sourceforge.cilib.util.selection.weighing.entity   
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.algorithm
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.algorithm.initialisation
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
Topology
          This is a generalization for all algorithms that maintain a collection of Entity objects.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.algorithm.population
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
Topology
          This is a generalization for all algorithms that maintain a collection of Entity objects.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.algorithm.population.knowledgetransferstrategies
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.bioinf.rnaprediction
AbstractEntity
          Abstract class definition for all concrete Entity objects.
CandidateSolution
          Interface to describe the notion of a CandidateSoution.
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
Particle
          Definition of a particle.
SocialEntity
           An Entity that can recieve information from other Entities.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.boa
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
Topology
          This is a generalization for all algorithms that maintain a collection of Entity objects.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.boa.bee
AbstractEntity
          Abstract class definition for all concrete Entity objects.
CandidateSolution
          Interface to describe the notion of a CandidateSoution.
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.coevolution
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
Topology
          This is a generalization for all algorithms that maintain a collection of Entity objects.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.cooperative
AbstractEntity
          Abstract class definition for all concrete Entity objects.
CandidateSolution
          Interface to describe the notion of a CandidateSoution.
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.cooperative.contributionupdatestrategies
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.cooperative.fitnessupdatestrategies
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.ec
AbstractEntity
          Abstract class definition for all concrete Entity objects.
CandidateSolution
          Interface to describe the notion of a CandidateSoution.
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
Topology
          This is a generalization for all algorithms that maintain a collection of Entity objects.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.entity
AbstractEntity
          Abstract class definition for all concrete Entity objects.
CandidateSolution
          Interface to describe the notion of a CandidateSoution.
CandidateSolutionMixin
           A CandidateSolution is a potential solution within an optimization.
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
EntityType
          The defined types for all properties within Entity objects.
EntityType.Coevolution
          Coevolution constants...
EntityType.Individual
          EntityType.Individual specific constants.
EntityType.Particle
          Particle specific constants.
EntityType.Particle.Guide
           
Harmony
          Entity definition for a Harmony.
Particle
          Definition of a particle.
SocialEntity
           An Entity that can recieve information from other Entities.
Topology
          This is a generalization for all algorithms that maintain a collection of Entity objects.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.entity.comparator
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
SocialEntity
           An Entity that can recieve information from other Entities.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.entity.operators.creation
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
Topology
          This is a generalization for all algorithms that maintain a collection of Entity objects.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.entity.operators.crossover
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.entity.operators.mutation
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.entity.operators.selection
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
Topology
          This is a generalization for all algorithms that maintain a collection of Entity objects.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.entity.topologies
AbstractTopology
          This an abstract class which extends from the abstract Topology class.
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
Topology
          This is a generalization for all algorithms that maintain a collection of Entity objects.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.entity.visitor
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
Topology
          This is a generalization for all algorithms that maintain a collection of Entity objects.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.moo.iterationstrategies
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
Topology
          This is a generalization for all algorithms that maintain a collection of Entity objects.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.problem.boundaryconstraint
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.pso
Particle
          Definition of a particle.
Topology
          This is a generalization for all algorithms that maintain a collection of Entity objects.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.pso.dynamic
AbstractEntity
          Abstract class definition for all concrete Entity objects.
CandidateSolution
          Interface to describe the notion of a CandidateSoution.
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
Particle
          Definition of a particle.
SocialEntity
           An Entity that can recieve information from other Entities.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.pso.dynamic.detectionstrategies
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.pso.dynamic.responsestrategies
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
Topology
          This is a generalization for all algorithms that maintain a collection of Entity objects.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.pso.moo.guideselectionstrategies
Particle
          Definition of a particle.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.pso.moo.guideupdatestrategies
EntityType.Particle.Guide
           
Particle
          Definition of a particle.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.pso.particle
AbstractEntity
          Abstract class definition for all concrete Entity objects.
CandidateSolution
          Interface to describe the notion of a CandidateSoution.
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
Particle
          Definition of a particle.
SocialEntity
           An Entity that can recieve information from other Entities.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.pso.particle.initialisation
Particle
          Definition of a particle.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.pso.positionupdatestrategies
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
Particle
          Definition of a particle.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.pso.velocityupdatestrategies
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
Particle
          Definition of a particle.
Topology
          This is a generalization for all algorithms that maintain a collection of Entity objects.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.util.calculator
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
 

Classes in net.sourceforge.cilib.entity used by net.sourceforge.cilib.util.selection.weighing.entity
Entity
          This is the super interface which all corresponding entity implementation and extending interfaces, for use in population based algorithms, must implement/extend from.
SocialEntity
           An Entity that can recieve information from other Entities.
 



Copyright © 2009 CIRG. All Rights Reserved.