This project provides a configurable framework of genetic algorithms.
If you are using the tool for the first time, please download or clone this branch, and run cmake .
; make
at the directory where the project locates.
- If you plan to install the package, please run
make install
. - If you need to set up the install directory, please run
cmake -DCMAKE_INSTALL_PREFIX=your/path .
before installation. - An exectuable file
main
will be generated.