MUZAMMILPERVAIZ / Genetic-Algorithm-Python

Genetic Algorithm implemented in python to solve 8 Queens problem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genetic-Algorithm-to-solve-8-Queens-problem

Genetic Algorithm implemented in python to solve 8 Queens problem.

Eight queens puzzle

The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other; thus, a solution requires that no two queens share the same row, column, or diagonal.

About

Genetic Algorithm implemented in python to solve 8 Queens problem.


Languages

Language:Python 100.0%