NENov 1, 2017

An Adaptive Genetic Algorithm for Solving N-Queens Problem

arXiv:1802.02006v12 citations
Originality Incremental advance
AI Analysis

This work addresses a combinatorial optimization problem for researchers in AI and operations research, but it is incremental as it builds on existing genetic algorithm methods.

The paper tackled the N-Queens problem by introducing an adaptive genetic algorithm with a novel fitness function, achieving promising results in less time for large N values compared to previous approaches.

In this paper a Metaheuristic approach for solving the N-Queens Problem is introduced to find the best possible solution in a reasonable amount of time. Genetic Algorithm is used with a novel fitness function as the Metaheuristic. The aim of N-Queens Problem is to place N queens on an N x N chessboard, in a way so that no queen is in conflict with the others. Chromosome representation and genetic operations like Mutation and Crossover are described in detail. Results show that this approach yields promising and satisfactory results in less time compared to that obtained from the previous approaches for several large values of N.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes