aboutsummaryrefslogblamecommitdiff
path: root/devel/fga/pkg-descr
blob: 9cef782dc072535e8a3785ccbaeb5431c5cf47c9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12


                                                                               
                                                                   







                                                                              
                                
FGA 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 combinatorial
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.

A parallel version of the algorithm (using POSIX threads) is included in order
to take advantage of multi-processor environments.

WWW: http://fga.sourceforge.net/