libGeneiAL

Open Source C++ Genetic Algorithm Library

GeneiAL is an open source extensible genetic algorithm library. It provides a framework to solve optimization problems by maximizing fitness value of the chromosomes in a population over the course of generations using a custom fitness function. The library offers the user high flexibility and extensibility while simultaneously featuring good scalability for the core functionality.

Installation and Documentation

Please, follow the Readme.md to install the library on your system and run the demos. A doxygen-generated documentation will be available soon.

Implemented Features

Genetic Operators

Stopping Criteria