Fast Genetic Algorithm 1.0 review

Download
by rbytes.net on

License: GPL (GNU General Public License)
File size: 0K
Developer: Alessandro Presta
0 stars award from rbytes.net

Fast Genetic Algorithm is a simple yet powerful implementation of a general genetic algorithm, and provides many types of crossover and selection procedures.

It is suitable to solve mathematical problems such as combinatorical optimization ones, as well as to build artificial life simulations.

Written in C++, the library is released under the terms of the GNU Lesser General Public License, and it's easy to incorporate in other applications.

Further improvements include parallelization of the algorithm in multi-processor environments and general performance optimizations.

You can download the current development snapshot, which is a working but not fully tested version of the library.

What's New in This Release:
Major performance optimizations (improved memory management in core library).

Fast Genetic Algorithm 1.0 search tags