examples.grid.evolutionDistributed
Class LocalEvolutionDemo
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalEvolutionDemo
public LocalEvolutionDemo()
throws java.lang.Exception
- Throws:
java.lang.Exception
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)