JGAP

examples.monalisa.gui
Class EvolutionRunnable

java.lang.Object
  extended by examples.monalisa.gui.EvolutionRunnable
All Implemented Interfaces:
java.lang.Runnable

public class EvolutionRunnable
extends java.lang.Object
implements java.lang.Runnable

Class in charge of actually running the evolution process.

Since:
3.4

Constructor Summary
EvolutionRunnable(GeneticDrawingView a_view, GAConfiguration a_conf)
           
EvolutionRunnable(GeneticDrawingView a_view, GAConfiguration a_conf, Genotype a_genotype)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvolutionRunnable

public EvolutionRunnable(GeneticDrawingView a_view,
                         GAConfiguration a_conf)

EvolutionRunnable

public EvolutionRunnable(GeneticDrawingView a_view,
                         GAConfiguration a_conf,
                         Genotype a_genotype)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

JGAP