|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Competitor | |
---|---|
net.sourceforge.cilib.coevolution.competitors |
Uses of Competitor in net.sourceforge.cilib.coevolution.competitors |
---|
Methods in net.sourceforge.cilib.coevolution.competitors that return Competitor | |
---|---|
Competitor |
Competitor.getClone()
Create a cloned copy of the current object and return it. |
Competitor |
PopulationCompetitorList.getCompetitor(int index)
Return the Competitor at the specified index in the list |
Competitor |
CoevolutionCompetitorList.getCompetitor(int listIndex,
int populationIndex)
|
Methods in net.sourceforge.cilib.coevolution.competitors that return types with arguments of type Competitor | |
---|---|
List<Competitor> |
CoevolutionCompetitorList.getCompetitorsFromSubList(int index)
get one entry from each list at index |
Methods in net.sourceforge.cilib.coevolution.competitors with parameters of type Competitor | |
---|---|
void |
CoevolutionCompetitorList.addCompetitor(Competitor competitor)
Add a competitor to the list of population competitors. |
void |
PopulationCompetitorList.addCompetitor(Competitor competitor)
Add a Competitor to this list |
void |
PopulationCompetitorList.replaceWorst(Competitor newCompetitor)
Search through the Competitor for the lowest fitness and replace it with newCompetitor if its fitness is better |
Method parameters in net.sourceforge.cilib.coevolution.competitors with type arguments of type Competitor | |
---|---|
void |
CoevolutionCompetitorList.addCompetitorList(int populationID,
List<Competitor> list)
Add a list of Competitor's to specific PopulationCompetitorList |
void |
PopulationCompetitorList.addCompetitors(List<Competitor> competitors)
Add a List of Competitor's to this list |
Constructors in net.sourceforge.cilib.coevolution.competitors with parameters of type Competitor | |
---|---|
Competitor(Competitor other)
|
Constructor parameters in net.sourceforge.cilib.coevolution.competitors with type arguments of type Competitor | |
---|---|
PopulationCompetitorList(int populationID,
List<Competitor> competitors)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |