This project is an example for the evolutionary library. It offers an evolutionary solution to the N-Queens problem as described in [1].
- Clone the repository (
git clone https://github.com/groscoe/nqueens.git
) - Install stack.
stack install
nqueens <number-of-columns>
- EIBEN, Agoston E. et al. Introduction to evolutionary computing. Berlin: springer, 2003.