/GeneticChess

An implementation of a genetic algorithm for the 8-queens problem with browser visualization.

Primary LanguagePython

GeneticChess

8-Queens

Run the Algorithm

The Flask server which runs the genetic algorithm is run with the command:

python app/app_route.py

In order to see the iterations place in your browser the url:

http://localhost:5000/

Requirements

  • python 3
  • flask
  • flask-socketio
  • numpy
  • python-chess
  • eventlet