An open API service indexing awesome lists of open source software.

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

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.