ee.ut.ga.business
Class GeneticAlgorithm

java.lang.Object
  extended byee.ut.ga.business.GeneticAlgorithm

public class GeneticAlgorithm
extends java.lang.Object


Field Summary
static org.apache.log4j.Logger log
           
 
Constructor Summary
GeneticAlgorithm(java.lang.String propPath)
           
 
Method Summary
 void generation()
          GA generation change.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static org.apache.log4j.Logger log
Constructor Detail

GeneticAlgorithm

public GeneticAlgorithm(java.lang.String propPath)
                 throws java.lang.Exception
Method Detail

generation

public void generation()
                throws java.lang.Exception
GA generation change.

Throws:
java.lang.Exception