|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoevolutionCompetitorList | |
---|---|
net.sourceforge.cilib.coevolution | |
net.sourceforge.cilib.coevolution.competitors | |
net.sourceforge.cilib.coevolution.selection |
Uses of CoevolutionCompetitorList in net.sourceforge.cilib.coevolution |
---|
Methods in net.sourceforge.cilib.coevolution that return CoevolutionCompetitorList | |
---|---|
CoevolutionCompetitorList |
CompetitiveCoevolutionIterationStrategy.selectOpponents(int populationID,
CoevolutionAlgorithm ca)
Select opponents based on the current OpponentSelectionStrategy |
Uses of CoevolutionCompetitorList in net.sourceforge.cilib.coevolution.competitors |
---|
Methods in net.sourceforge.cilib.coevolution.competitors that return CoevolutionCompetitorList | |
---|---|
CoevolutionCompetitorList |
CoevolutionCompetitorList.getClone()
Create a cloned copy of the current object and return it. |
Methods in net.sourceforge.cilib.coevolution.competitors with parameters of type CoevolutionCompetitorList | |
---|---|
void |
CoevolutionCompetitorList.merge(CoevolutionCompetitorList other)
Merge another CoevolutionCompetitorList into this one |
Constructors in net.sourceforge.cilib.coevolution.competitors with parameters of type CoevolutionCompetitorList | |
---|---|
CoevolutionCompetitorList(CoevolutionCompetitorList other)
|
Uses of CoevolutionCompetitorList in net.sourceforge.cilib.coevolution.selection |
---|
Methods in net.sourceforge.cilib.coevolution.selection that return CoevolutionCompetitorList | |
---|---|
CoevolutionCompetitorList |
SelectNOpponentSelectionStrategy.selectCompetitors(CoevolutionCompetitorList pool)
Select opponents from the pool |
CoevolutionCompetitorList |
SelectAllOpponentSelectionStrategy.selectCompetitors(CoevolutionCompetitorList pool)
Select opponents from the pool |
abstract CoevolutionCompetitorList |
OpponentSelectionStrategy.selectCompetitors(CoevolutionCompetitorList pool)
Select opponents from the pool |
CoevolutionCompetitorList |
OpponentSelectionStrategy.setCompetitors(int currentPopulationID,
List<PopulationBasedAlgorithm> populations)
Creates the opponent pool with an arbitrary number of OpponentPoolSelectionStrategys and select opponents from it. |
Methods in net.sourceforge.cilib.coevolution.selection with parameters of type CoevolutionCompetitorList | |
---|---|
void |
SelectHOFPoolSelectionStrategy.addToCompetitorPool(CoevolutionCompetitorList pool,
List<PopulationBasedAlgorithm> populations)
Add Competitors to the CoevolutionCompetitorList pool from the sub populations |
void |
SelectAllSolutionsPoolSelectionStrategy.addToCompetitorPool(CoevolutionCompetitorList pool,
List<PopulationBasedAlgorithm> populations)
Add Competitors to the CoevolutionCompetitorList pool from the sub populations |
abstract void |
OpponentPoolSelectionStrategy.addToCompetitorPool(CoevolutionCompetitorList pool,
List<PopulationBasedAlgorithm> populations)
Add Competitors to the CoevolutionCompetitorList pool from the sub populations |
void |
SelectpBestSolutionsPoolSelectionStrategy.addToCompetitorPool(CoevolutionCompetitorList pool,
List<PopulationBasedAlgorithm> populations)
Add Competitors to the CoevolutionCompetitorList pool from the sub populations |
CoevolutionCompetitorList |
SelectNOpponentSelectionStrategy.selectCompetitors(CoevolutionCompetitorList pool)
Select opponents from the pool |
CoevolutionCompetitorList |
SelectAllOpponentSelectionStrategy.selectCompetitors(CoevolutionCompetitorList pool)
Select opponents from the pool |
abstract CoevolutionCompetitorList |
OpponentSelectionStrategy.selectCompetitors(CoevolutionCompetitorList pool)
Select opponents from the pool |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |