Skip to content

Toy implementation of a simple genetic algorithm framework.

License

GPL-3.0, Apache-2.0 licenses found

Licenses found

GPL-3.0
LICENSE
Apache-2.0
PCG-LICENSE
Notifications You must be signed in to change notification settings

alberto-santini/simple-ga-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-ga-cpp

This is a toy implementation of a simple genetic algorithm framework. File src/test.cpp is a self-explanatory use case for the framework. Folder src/pcg contains a local copy of the pcg-cpp random-number generator by M.E. O'Neill.

License

The present work is distributed under the terms of ghe GNU General Public License v3 (see file LICENSE). PCG is distributed under the Apache License v2.0 (see file PCG-LICENSE).