Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dev-michael-schmidt/n-queens-genetic

Solve an N queens problem using a genetic algorithm.
https://github.com/dev-michael-schmidt/n-queens-genetic

artificial-intelligence c-plus-plus-11 genetic-algorithm n-queens-problem

Last synced: 1 day ago
JSON representation

Solve an N queens problem using a genetic algorithm.

Awesome Lists containing this project

README

        

# n-queens-genetic
Solve an N queens problem using a genetic algorithm.

### Usage - C++
To build, use `make`.
To execute, use `./n_queens_genetic `

### Usage - Python

Python implementation to come when I become more proficient in that language.