|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.groovyj.jgprog.World
|
+--com.groovyj.jgprog.MultiplexerWorld
|
+--com.groovyj.jgprog.MultiplexerADFWorld
The same as MultiplexerWorld, except uses two ADF's with three arguments each. As in MultiplexerWorld, chromosome 0 is the result-producing branch.
Copyright (c) 2000 Robert Baruch. This code is released under the GNU General Public License (GPL).
| Fields inherited from class com.groovyj.jgprog.World |
crossMethod, crossoverProb, maxChromosomes, maxCrossoverDepth, maxInitDepth, maxSize, random, reproductionProb, selectionMethod |
| Constructor Summary | |
MultiplexerADFWorld()
|
|
| Method Summary | |
void |
create()
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class com.groovyj.jgprog.MultiplexerWorld |
computeFitness, computeRawFitness, run |
| Methods inherited from class com.groovyj.jgprog.World |
addGPListener, create, getBestIndividual, getPopulation, getTotalFitness, getWorstIndividual, nextGeneration, removeGPListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MultiplexerADFWorld()
throws java.io.IOException
| Method Detail |
public void create()
create in class MultiplexerWorld
public static void main(java.lang.String[] args)
throws java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||