|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFitness | |
org.evolvica.core | Core package containing classes related to genotypes, individuals and populations. |
org.evolvica.core.eval | Evaluation of individuals. |
org.evolvica.core.select | Selection. |
Uses of IFitness in org.evolvica.core |
Fields in org.evolvica.core declared as IFitness | |
protected IFitness |
AbstractIndividual.fitness
The fitness of this individual. |
Methods in org.evolvica.core that return IFitness | |
IFitness |
IIndividual.getFitness()
Returns the fitness of this individual. |
IFitness |
AbstractIndividual.getFitness()
Returns the assigned fitness. |
Methods in org.evolvica.core with parameters of type IFitness | |
void |
IIndividual.setFitness(IFitness fitness)
Sets a new fitness for this individual. |
int |
IFitnessComparator.compare(IFitness fitness0,
IFitness fitness1)
Compares two fitness values. |
void |
AbstractIndividual.setFitness(IFitness fitness)
Sets the fitness. |
Uses of IFitness in org.evolvica.core.eval |
Classes in org.evolvica.core.eval that implement IFitness | |
class |
DefaultFitness
Default implementation for a fitness class. |
Methods in org.evolvica.core.eval with parameters of type IFitness | |
abstract int |
AbstractFitnessComparator.compare(IFitness fitness0,
IFitness fitness1)
|
Uses of IFitness in org.evolvica.core.select |
Fields in org.evolvica.core.select declared as IFitness | |
protected IFitness |
FitnessTruncationSelector.threshold
Threshold fitness value. |
Methods in org.evolvica.core.select that return IFitness | |
IFitness |
FitnessTruncationSelector.getThreshold()
Gets the threshold. |
Methods in org.evolvica.core.select with parameters of type IFitness | |
void |
FitnessTruncationSelector.setThreshold(IFitness threshold)
Sets the threshold. |
Constructors in org.evolvica.core.select with parameters of type IFitness | |
FitnessTruncationSelector(int numberPerSelection,
IFitness threshold,
IFitnessComparator comparator)
Constructor with number per selection and threshold. |
|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |