Experimental Programming of Genetic Algorithms for the “Casse-Tête” Problem

Experimental Programming of Genetic Algorithms for the “Casse-Tête” Problem

Sarab Almuhaideb, Shahad Hassan Alohaydib, Dana Aldossari, Ghaida Alfarraj, Shahad bin Musaibeeh, Atheer Saad Alrosayes, Afnan Abouelwafa
Copyright: © 2022 |Volume: 13 |Issue: 1 |Pages: 21
ISSN: 1947-8283|EISSN: 1947-8291|EISBN13: 9781799885405|DOI: 10.4018/IJAMC.292513
Cite Article Cite Article

MLA

Almuhaideb, Sarab, et al. "Experimental Programming of Genetic Algorithms for the “Casse-Tête” Problem." IJAMC vol.13, no.1 2022: pp.1-21. http://doi.org/10.4018/IJAMC.292513

APA

Almuhaideb, S., Alohaydib, S. H., Aldossari, D., Alfarraj, G., Musaibeeh, S. B., Alrosayes, A. S., & Abouelwafa, A. (2022). Experimental Programming of Genetic Algorithms for the “Casse-Tête” Problem. International Journal of Applied Metaheuristic Computing (IJAMC), 13(1), 1-21. http://doi.org/10.4018/IJAMC.292513

Chicago

Almuhaideb, Sarab, et al. "Experimental Programming of Genetic Algorithms for the “Casse-Tête” Problem," International Journal of Applied Metaheuristic Computing (IJAMC) 13, no.1: 1-21. http://doi.org/10.4018/IJAMC.292513

Export Reference

Mendeley
Favorite Full-Issue Download

Abstract

The Casse-tête board puzzle consists of an n×n grid covered with n^2 tokens. m<n^2 tokens are deleted from the grid so that each row and column of the grid contains an even number of remaining tokens. The size of the search space is exponential. This study used a genetic algorithm (GA) to design and implement solutions for the board puzzle. The chromosome representation is a matrix of binary permutations. Variants for two crossover operators and two mutation operators were presented. The study experimented with and compared four possible operator combinations. Additionally, it compared GA and simulated annealing (SA)-based solutions, finding a 100% success rate (SR) for both. However, the GA-based model was more effective in solving larger instances of the puzzle than the SA-based model. The GA-based model was found to be considerably more efficient than the SA-based model when measured by the number of fitness function evaluations (FEs). The Wilcoxon signed-rank test confirms a significant difference among FEs in the two models (p=0.038).