https://github.com/soarez/nqueens-js
NQueens GA implementation in
https://github.com/soarez/nqueens-js
Last synced: 6 days ago
JSON representation
NQueens GA implementation in
- Host: GitHub
- URL: https://github.com/soarez/nqueens-js
- Owner: soarez
- Created: 2013-07-08T14:11:01.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-11T13:53:56.000Z (almost 13 years ago)
- Last Synced: 2026-05-02T10:36:58.287Z (about 2 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NQueens GA implementation
Using [Cycle Crossover](http://en.wikipedia.org/wiki/Crossover_(genetic_algorithm))
Usage:
```
node main 8 20
```
Where 8 is the board size and 20 is the number of generations to run.