Skip to content

Genetic Algorithm implemented in python to solve 8 Queens problem.

Notifications You must be signed in to change notification settings

MUZAMMILPERVAIZ/Genetic-Algorithm-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages