JGAP

examples.grid.evolutionDistributed
Class LocalEvolutionDemo

java.lang.Object
  extended by examples.grid.evolutionDistributed.LocalEvolutionDemo

public class LocalEvolutionDemo
extends java.lang.Object

Demonstrates how the grid configuration can be used to do the whole evolution locally (i.e. stand alone without server and workers).

Our aim: We can recycle any code written for the grid. We don't have to rewrite or add a single line of code!

This class is still under development! It will evolve together with the framework.

Since:
3.2

Constructor Summary
LocalEvolutionDemo()
           
 
Method Summary
protected  MyRequest assembleWorkRequest()
           
protected  void evolve()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalEvolutionDemo

public LocalEvolutionDemo()
                   throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

assembleWorkRequest

protected MyRequest assembleWorkRequest()

evolve

protected void evolve()
               throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)

JGAP