Solving N-Queens problem by Simple Genetic Algorithm in Python.
From the Introduction to Evolutionary Computing book
git clone <url> nqueens
cd nqueens
python -m venv .venv
./.venv/Scripts/activate
pip install poetry
poetry install
poetry run main