Genetic Algorithm for the n-Queens Problem for n>3
Python 3.6+
Numpy 1.13.3+
To run the algorithm run in a terminal: 'python main.py'
All the configuration is done in the config.py file. An exemplary config with reasonable settings is already provided.
The source code can also be viewed online here: https://github.com/schakalakka/uab-opt/tree/master/genetic_algorithm