/algen-dev

A c++ port of my algen genetic algorithm runner

Primary LanguageC++MIT LicenseMIT

algen-dev

A c++ port of my algen genetic algorithm runner.

Running the example

make
./hello_world

Profiling

The profiler make target uses Valgrind.

make profile