|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjenes.GeneticAlgorithm<BitwiseChromosome>
jenes.performance.RoyalGA
public class RoyalGA
Nested Class Summary |
---|
Nested classes/interfaces inherited from class jenes.GeneticAlgorithm |
---|
GeneticAlgorithm.ElitismStrategy, GeneticAlgorithm.ResizeStrategy, GeneticAlgorithm.Statistics |
Field Summary |
---|
Fields inherited from class jenes.GeneticAlgorithm |
---|
algorithmListeners, body, DEFAULT_GENERATION_LIMIT, DEFAULT_HISTORY_SIZE, elitism, elitismStrategy, generation, generationLimit, generationListeners, initialPopulation, MAX_HISTORY_SIZE, MIN_HISTORY_SIZE, random, randomization, resizeStrategy, statistics |
Constructor Summary | |
---|---|
RoyalGA(Population<BitwiseChromosome> pop,
int gen,
int sectionSize,
int blockSize,
int numBlocks)
|
Method Summary | |
---|---|
protected void |
evaluateIndividual(Individual<BitwiseChromosome> individual)
Evaluates a single individual. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RoyalGA(Population<BitwiseChromosome> pop, int gen, int sectionSize, int blockSize, int numBlocks)
pop
- gen
- sectionSize
- the length of each sectionblockSize
- the length of each block (each of them is contained by a section)numBlocks
- the number of blocksMethod Detail |
---|
protected void evaluateIndividual(Individual<BitwiseChromosome> individual)
GeneticAlgorithm
evaluateIndividual
in class GeneticAlgorithm<BitwiseChromosome>
individual
- the individual to be evaluatedpublic static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |