Skip to content

A generic implementation of genetic algorithm optimizer using C++ templates

License

Notifications You must be signed in to change notification settings

pakozm/GeneticAlgotithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeneticAlgorithms

This toolkit allow to implement genetic algorithms in a simple way by using C++ templates and algorithms, so each genetic operator should be known at compilation time. In order to allow dynamic number of bits in chromosomes, this implementation relies on boost::dynamic_bitset. It is possible to improve the efficiency a 30% by using std::bitset and compilation time number of bits.

About

A generic implementation of genetic algorithm optimizer using C++ templates

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages