Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 477 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 477 Bytes

Genetic Algorithms Library

Genetic Algorithm Library is a set of C++ classes that allows easy implementation of basic genetic algorithms. It contains many pre-defined selection, mutation, crossover and other basic genetic operators as well as few implementations of algorithms. It also provides framework for writing custom operators and genetic algorithms.

More information available at http://kataklinger.com/index.php/genetic-algorithm-library/