1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/fga/pkg-descr
Stanislav Sedov 7e5111077b - Add port for devel/fga
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 combinatorical
optimization ones, as well as to build artificial life simulations.
2006-11-29 14:49:24 +00:00

15 lines
649 B
Plaintext

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 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.
A parallel version of the algorithm (using POSIX threads) is included in order
to take advantage of multi-processor environments.
Author: Alessandro Presta <alessandro.presta@gmail.com>
WWW: http://fga.sourceforge.net/