examples.simpleBooleanThreaded |
Very basic example showing the principle usage of JGAP by using
multithreaded computation
|
Java Source File Name | Type | Comment |
MaxFunction.java | Class | Fitness function for our example. |
SimpleExample.java | Class | Simple class that demonstrates the basic usage of JGAP together with
multithreaded processing. |