mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
9da5a12cc6
Genetic Algorithm Utility Library
10 lines
511 B
Plaintext
10 lines
511 B
Plaintext
The Genetic Algorithm Utility Library (or, GAUL for short) is a flexible
|
|
programming library designed to aid in the development of applications that
|
|
use genetic, or evolutionary, algorithms. It provides data structures and
|
|
functions for handling and manipulation of the data required for a genetic
|
|
algorithm. Additional stochastic algorithms are provided for comparison to the
|
|
genetic algorithms. Much of the functionality is also available through a
|
|
simple S-Lang interface.
|
|
|
|
WWW: http://gaul.sourceforge.net/
|