Open Issues Need Help
View All on GitHub Add more crossover methods for better convergence about 2 months ago
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