Skip to content

Using DEAP, an evolutionary algorithm, and genetic programming to solve the n-queens problem.

Notifications You must be signed in to change notification settings

KyleNThao/DEAP_N_Queens_Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

About

Originally the 8-Queens problem designed in the mid 1800's, this notebook tackles the slightly more complicated n-Queens problem. Here, a n x n board is placed with n queens in such a way that no queens can attack each other. In an attempt to solve this using evolutionary algorithms and genetic programming, the Distributed Evolutionary Algorithms in Python (DEAP) is utilized to find a possible solution.

Viewing

This project was done in Python notebook and can be viewed alternatively in Jupyter's nbviewer for the best results.

Link to the project's nbviewer

About

Using DEAP, an evolutionary algorithm, and genetic programming to solve the n-queens problem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published