wodka.batch
Class AutoSaveGA

java.lang.Object
  extended bywodka.batch.AutoSaveGA
All Implemented Interfaces:
java.lang.Runnable

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

Saves the GA in regular intervalls. Helps to monitor the running batch process.


Constructor Summary
AutoSaveGA(BatchRunner runner, ExceptionHandler handler, java.lang.String prefix)
           
 
Method Summary
 BatchRunner getRunner()
           
 void run()
           
 void setRunner(BatchRunner runner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoSaveGA

public AutoSaveGA(BatchRunner runner,
                  ExceptionHandler handler,
                  java.lang.String prefix)
Method Detail

run

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

getRunner

public BatchRunner getRunner()

setRunner

public void setRunner(BatchRunner runner)