Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 955 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 955 Bytes

Configurable Genetic Algorithm

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.