Solves N-Queens problem using different AI paradigms.

algorithm evolutionary-algorithms genetic-algorithm optimization optimization-algorithms
1 Open Issue Need Help Last updated: Jul 12, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement additional crossover methods (beyond single-point crossover) within a genetic algorithm designed to solve the N-Queens problem. The goal is to improve the algorithm's convergence speed and efficiency in finding a solution.

Complexity: 3/5
enhancement help wanted good first issue AI

Solves N-Queens problem using different AI paradigms.

Python
#algorithm#evolutionary-algorithms#genetic-algorithm#optimization#optimization-algorithms