edu.ksu.cis.kdd.ga
Class Population

java.lang.Object
  extended byedu.ksu.cis.kdd.ga.Population

public class Population
extends java.lang.Object

Author:
Roby Joehanes

Field Summary
 Subpopulation[] subpop
           
 
Constructor Summary
Population()
           
 
Method Summary
 void evolve(int generations)
           
 Chromosome getBestChromosome()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subpop

public Subpopulation[] subpop
Constructor Detail

Population

public Population()
Method Detail

evolve

public void evolve(int generations)

getBestChromosome

public Chromosome getBestChromosome()