Skip to content

Solving N-Queens problem by Simple Genetic Algorithm in Python.

Notifications You must be signed in to change notification settings

SadraSamadi/nqueens-by-sga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N-Queens :: Genetic Algorithm

Solving N-Queens problem by Simple Genetic Algorithm in Python.

From the Introduction to Evolutionary Computing book

Algorithm Summary

Summary

Demo

Demo

Usage

  • git clone <url> nqueens
  • cd nqueens
  • python -m venv .venv
  • ./.venv/Scripts/activate
  • pip install poetry
  • poetry install
  • poetry run main

About

Solving N-Queens problem by Simple Genetic Algorithm in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages