|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoevolutionAlgorithm | |
---|---|
net.sourceforge.cilib.coevolution |
Uses of CoevolutionAlgorithm in net.sourceforge.cilib.coevolution |
---|
Methods in net.sourceforge.cilib.coevolution that return CoevolutionAlgorithm | |
---|---|
CoevolutionAlgorithm |
CoevolutionAlgorithm.getClone()
Create a cloned copy of the current object and return it. |
Methods in net.sourceforge.cilib.coevolution with parameters of type CoevolutionAlgorithm | |
---|---|
abstract Fitness |
FitnessSharingStrategy.modifyFitness(CoevolutionAlgorithm ca,
Entity ent)
modifies the fitness of the entity according to a specific fitness sharing strategy. |
Fitness |
StandardFitnessSharingStrategy.modifyFitness(CoevolutionAlgorithm ca,
Entity ent)
in this case, assign the number of victory to the fitness of the Entity. |
void |
CompetitiveCoevolutionIterationStrategy.performIteration(CoevolutionAlgorithm ca)
Perform the iteration of the PopulationBasedAlgorithm. |
abstract void |
CoevolutionIterationStrategy.performIteration(CoevolutionAlgorithm ca)
Perform the iteration of the PopulationBasedAlgorithm. |
CoevolutionCompetitorList |
CompetitiveCoevolutionIterationStrategy.selectOpponents(int populationID,
CoevolutionAlgorithm ca)
Select opponents based on the current OpponentSelectionStrategy |
Constructors in net.sourceforge.cilib.coevolution with parameters of type CoevolutionAlgorithm | |
---|---|
CoevolutionAlgorithm(CoevolutionAlgorithm copy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |