/NQueens_problem_EA

NQueens problem solution by Evolutionary Algorithm

Primary LanguagePython

NQueens problem EA

Repository containing an implementation of a Evolutionary algorithm to solve the N-Queens problem.

Run main.py to solve a board of 20x20. You can change the dimensions of board inside main.py