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.
· Специальные требования Fast Genetic Algorithm 1.2.1
Специальные требования не определены
· История версий и изменений Fast Genetic Algorithm
Версия: 1.2.1
· A new run() procedure based on convergence was added.
· Functions to get genes and score of any chromosome in the population were provided too.
· Examples were simplified.
· Interface for function set_migration_freq() was slightly changed.
· Documentation was updated.
· Описание и дополнения от редакторов и пользователей сайта