(C++) GAlib
February 24, 2017 · View on GitHub
(C++) GAlib
The GAlib (an abbreviation of 'Genetic Algorithm library') is a cross-platform artificial intelligence library for genetic algorithms.
GAlib can be installed from the Ubuntu Software Center.
GAlib examples
My personal GAlib remarks
- GAlib does not save its neural networks in the PMML language
Note for Qt Creator users
Add the following line to your project file (to prevent link errors):
LIBS += -lga
External links