|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityScoreboard | |
---|---|
net.sourceforge.cilib.coevolution.score | |
net.sourceforge.cilib.coevolution.score.fitnesscalculation |
Uses of EntityScoreboard in net.sourceforge.cilib.coevolution.score |
---|
Methods in net.sourceforge.cilib.coevolution.score that return EntityScoreboard | |
---|---|
EntityScoreboard |
EntityScoreboard.getClone()
Create a cloned copy of the current object and return it. |
Constructors in net.sourceforge.cilib.coevolution.score with parameters of type EntityScoreboard | |
---|---|
EntityScoreboard(EntityScoreboard copy)
Create a copy of the provided instance. |
Uses of EntityScoreboard in net.sourceforge.cilib.coevolution.score.fitnesscalculation |
---|
Methods in net.sourceforge.cilib.coevolution.score.fitnesscalculation with parameters of type EntityScoreboard | |
---|---|
Fitness |
AveFitnessCalculationStrategy.calculateFitnessFromScoreBoard(EntityScoreboard score,
int currentRound)
Calculate the fitness from the scoreboard |
Fitness |
PercentageWonFitnessCalculationStrategy.calculateFitnessFromScoreBoard(EntityScoreboard score,
int currentRound)
Calculate the fitness from the scoreboard |
Fitness |
TotalFitnessCalculationStrategy.calculateFitnessFromScoreBoard(EntityScoreboard score,
int currentRound)
Calculate the fitness from the scoreboard |
abstract Fitness |
FitnessCalculationStrategy.calculateFitnessFromScoreBoard(EntityScoreboard score,
int currentRound)
Calculate the fitness from the scoreboard |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |