genetic
genetic copied to clipboard
A performant and flexible genetic algorithm implemented in C++20/23.
Need to give uses control of setting the seed of the random number generators. https://www.numbercrunch.de/trng/trng.pdf
https://github.com/MOEAFramework/MOEAFramework
Fixes #3
Need to add CI pipeline for builds, documentation and style checks
Currently it's not possible to customize the selection strategy via the `dp::genetic::params` object. This should be addressed with `roulette_selection` being the default.