|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fitness | |
|---|---|
| Individuals | |
| Individuals.FitnessPackage | |
| Operator.Operations | |
| Util.Statistics | |
| Uses of Fitness in Individuals |
|---|
| Fields in Individuals declared as Fitness | |
|---|---|
protected Fitness |
AbstractIndividual.fitness
|
| Methods in Individuals that return Fitness | |
|---|---|
Fitness |
Individual.getFitness()
Get fitness of individuals |
Fitness |
AbstractIndividual.getFitness()
|
| Methods in Individuals that return types with arguments of type Fitness | |
|---|---|
java.util.ArrayList<Fitness> |
GEIndividual.getParents()
|
| Methods in Individuals with parameters of type Fitness | |
|---|---|
static GEIndividual |
GEIndividual.getIndividual(GEGrammar grammar,
Phenotype phen,
Genotype genotype,
Fitness fitness)
Factory method for creating GEIndivdual with different grammars |
void |
Individual.setFitness(Fitness f)
Set fitness |
void |
AbstractIndividual.setFitness(Fitness f)
|
| Method parameters in Individuals with type arguments of type Fitness | |
|---|---|
void |
GEIndividual.setParents(java.util.ArrayList<Fitness> parents)
|
| Constructors in Individuals with parameters of type Fitness | |
|---|---|
GEIndividual(GEGrammar g,
Phenotype p,
Genotype gen,
Fitness f)
Create new GEindividual instance |
|
| Uses of Fitness in Individuals.FitnessPackage |
|---|
| Subinterfaces of Fitness in Individuals.FitnessPackage | |
|---|---|
interface |
DoubleFitness
Interface for DoubleFitness |
interface |
IntFitness
Interface for an Integer fitness |
| Classes in Individuals.FitnessPackage that implement Fitness | |
|---|---|
class |
BasicFitness
BasicFitness. |
| Methods in Individuals.FitnessPackage with parameters of type Fitness | |
|---|---|
int |
BasicFitness.compareTo(Fitness o)
Compare the Fitness ascending |
| Uses of Fitness in Operator.Operations |
|---|
| Fields in Operator.Operations declared as Fitness | |
|---|---|
protected Fitness[] |
ReplacementOperation.fitnessA
|
| Fields in Operator.Operations with type parameters of type Fitness | |
|---|---|
protected java.util.ArrayList<Fitness> |
TournamentSelect.tour
|
| Methods in Operator.Operations with parameters of type Fitness | |
|---|---|
void |
EliteReplacementOperation.printHelp(Fitness[] fA)
|
| Uses of Fitness in Util.Statistics |
|---|
| Methods in Util.Statistics with parameters of type Fitness | |
|---|---|
void |
StatCatcher.addMeanDerivationTreeDepth(Fitness[] mG)
Add mean depth of the derivation trees in the population |
void |
StatCatcher.addMeanUsedGenes(Fitness[] mG)
Add mean used genes |
void |
StatCatcher.addStats(Fitness[] popFitness)
Add stats. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||