Example demonstrating Genetic Programming (GP) capabilities of JGAP.
Here, the Fibonacci sequence is calculated (only integers are used).
Please note: We try to find a program that computes Fibonacci iteratively.
This example utilizes a INodeValidator (see FibonacciNodeValidator).
Each new best solution found will be displayed as a graphical tree
representing the GP. The tree is written to a PNG-imagefile onto harddisk.
author: Klaus Meffert since: 3.0 |