briannamcdonald/baby-lizards-problem-GA
A Genetic Algorithm to solve the Baby Lizards Problem, which is a twist on the classic N-Queens problem.
Stars
—
Forks
—
Language
Java
License
MIT
Category
Last pushed
Nov 09, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/generative-ai/briannamcdonald/baby-lizards-problem-GA"
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
AidenHadisi/8Queens-vs-AI
Solves n-Queens problem using a genetic algorithm.
YounesBensafia/GenesisKnight
Can the knight visit every square on the chessboard exactly once?, This is where the genetic...
farkoo/N-Queen-Genetic-Algorithm
Solve the N-Queen problem using the genetic algorithm