Skip to content

Evolutionary solution to the N-Queens problem.

License

Notifications You must be signed in to change notification settings

groscoe/nqueens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nqueens - An evolutionary solution to the N-Queens problem.

This project is an example for the evolutionary library. It offers an evolutionary solution to the N-Queens problem as described in [1].

Installation

  1. Clone the repository (git clone https://github.com/groscoe/nqueens.git)
  2. Install stack.
  3. stack install

Usage

nqueens <number-of-columns>

References

  1. EIBEN, Agoston E. et al. Introduction to evolutionary computing. Berlin: springer, 2003.

Releases

No releases published

Packages

No packages published