AidenHadisi/8Queens-vs-AI
Solves n-Queens problem using a genetic algorithm.
No commits in the last 6 months.
Stars
1
Forks
—
Language
TypeScript
License
GPL-3.0
Category
Last pushed
May 15, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/generative-ai/AidenHadisi/8Queens-vs-AI"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
selimfirat/ai-n-queens
Solving and GUI demonstration of traditional N-Queens Problem using Hill Climbing, Simulated...
arman324/Genetic-Algorithm-N-Queen
Solving N-queens problem with Genetic Algorithm - Artificial Intelligence
YounesBensafia/GenesisKnight
Can the knight visit every square on the chessboard exactly once?, This is where the genetic...
briannamcdonald/baby-lizards-problem-GA
A Genetic Algorithm to solve the Baby Lizards Problem, which is a twist on the classic N-Queens problem.
farkoo/N-Queen-Genetic-Algorithm
Solve the N-Queen problem using the genetic algorithm