Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
B
C
D
E
G
I
M
P
R
S
T
S
setChildrenCount(int)
- Method in class ga.
Population
Zum Setzen der Anzahl der Kinder, die in jeder Generation geboren werden sollen.
setChromosomSet(Chromosom[])
- Method in class ga.
Individual
setCrossoverRate(double)
- Method in class ga.
Population
Setzt die Wahrscheinlichkeit eines Crossovers.
setField(boolean[])
- Method in class ga.
BooleanChromosom
Setzt das Datenfeld des Chromosoms.
setField(double[])
- Method in class ga.
DoubleChromosom
setFitnes(double)
- Method in class ga.
Individual
Setze die aktuelle Fitness des Individuums.
setGroupSize(int)
- Method in class ga.
Population
Setzt die Grösse einer Paaraungsgruppe.
setIndividual(int, Individual)
- Method in class ga.
Population
Fügt an die durch
index
angegebenen Position ein Individuum ein.
setIndividualCount(int)
- Method in class ga.
Population
Zum Setzen der Populationsgrösse.
setMutationRate(double)
- Method in class ga.
Population
Setzt die Mutationswahrscheinlichkeit.
setRange(double, double)
- Method in class ga.
DoubleChromosom
Setzt den Wertebereich, den die Zahlen in dem Chromosom einnehmen können.
setTwoPointCrossoverRate(double)
- Method in class ga.
Population
Setzt die Wahrscheinlichkeit dafür, dass es zu einem 2-Punkt-Crossover kommt.
sex()
- Method in class ga.
Population
Erzeugt neue Individuen und fühgt diese in die Population ein.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
B
C
D
E
G
I
M
P
R
S
T