Skip to content

kataklinger/gal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/