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.
-
Notifications
You must be signed in to change notification settings - Fork 2
A generic implementation of genetic algorithm optimizer using C++ templates
License
pakozm/GeneticAlgotithms
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A generic implementation of genetic algorithm optimizer using C++ templates
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published