sdt.ga
Class Evolve

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--sdt.ga.Evolve

public class Evolve
extends java.lang.Thread

Implements the dataflow network corresponding to the sequence in which the genetic algorithm operations happen. As the inputs to the dataflow nodes become available, they get fired.


Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Evolve(AsyncPopulation p)
          Create an instance of an Evolve class.
 
Method Summary
 void run()
          Implements the "Natural Evolution Process".
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Evolve

public Evolve(AsyncPopulation p)
Create an instance of an Evolve class.
Method Detail

run

public void run()
Implements the "Natural Evolution Process".
Overrides:
run in class java.lang.Thread