Genetic Algorithm Library contains a set of classes and utilities which
provides easy way to use genetic algorithms to solve optimization problems in
C++ applications. The library provides many genetic operations and several
types of algorithms. It is highly customizable and easy to use.
Genetic Algorithm Library is portable library and supports variety of platforms
and compilers. Current version of the library is in beta testing.
Basic features of the library:
- Many genetic operations, chromosomes representation interfaces and different genetic algorithm.
- Easy customization of the library by using provided interfaces for genetic operations
and chromosome representations.
- Support for multiple processors/cores with multithreaded execution of genetic algorithms.
- Support of many different platforms and compilers.
Related Articles: