Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 444 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 444 Bytes

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