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/
- python 3
- flask
- flask-socketio
- numpy
- python-chess
- eventlet
An implementation of a genetic algorithm for the 8-queens problem with browser visualization.
Python