Genetic Algorithm Software
| |
Download a C++ program which uses a genetic algorithm to fit an arbitrary series of points on the xy plane with a polynomial. The program uses generic class templates representing "Chromosome" and "Population" objects to do most of the work.
| |
Download a simple C++ program (not based on the Node class library) for genetic algorithm training of fully connected, single-hidden layer feedforward networks.
| |
Coming soon: Java applications and applets based on a Java Chromosome and Population class libraries.
| |
You may use the code as is or with modifications at no charge, as long as proper attribution is given. However, I make no warranties, express or implied, regarding the performance of this code, its freedom from error, or its suitability for use in a given application.
Please contact me with questions or suggestions, or if you would like help modifying or extending the software. |