paper-with-me

홈 › Papers

The Fifteen Puzzle- A New Approach through Hybridizing Three Heuristics Methods

2023-01-06 · Dler O. Hasan, Aso M. Aladdin, Hardi Sabah Talabani, Tarik Ahmed Rashid, Seyedali Mirjalili

Fifteen Puzzle problem is one of the most classical problems that have captivated mathematical enthusiasts for centuries. This is mainly because of the huge size of the state space with approximately 1013 states that have to be explored and several algorithms have been applied to solve the Fifteen Puzzle instances. In this paper, to deal with this large state space, Bidirectional A* (BA*) search algorithm with three heuristics, such as Manhattan distance (MD), linear conflict (LC), and walking distance (WD) has been used to solve the Fifteen Puzzle problems. The three mentioned heuristics will be hybridized in a way that can dramatically reduce the number of generated states by the algorithm. Moreover, all those heuristics require only 25KB of storage but help the algorithm effectively reduce the number of generated states and expand fewer nodes. Our implementation of BA* search can significantly reduce the space complexity, and guarantee either optimal or near-optimal solutions.1

📄 PDF Abstract BibTeX arXiv:2302.02985

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Heuristics, Answer Set Programming and Markov Decision Process for Solving a Set of Spatial Puzzles

2019-02-16 · Thiago Freitas dos Santos, Paulo E. Santos, Leonardo A. Ferreira, Reinaldo A. C. Bianchi 외

Spatial puzzles composed of rigid objects, flexible strings and holes offer interesting domains for reasoning about spatial entities that are common in the human daily-life's activities. The goal of this work is to inves…

Q-LearningReinforcement LearningReinforcement Learning (RL)

Fast Game Content Adaptation Through Bayesian-based Player Modelling

2021-05-18 · Miguel González-Duque, Rasmus Berg Palm, Sebastian Risi

In games, as well as many user-facing systems, adapting content to users' preferences and experience is an important challenge. This paper explores a novel method to realize this goal in the context of dynamic difficulty…

Near Optimal Solving of the (N2-1)-puzzle Using Heuristics Based on Artificial Neural Networks

2021-07-01 · International Joint Conference on Computational Intelligence (IJCCI) 2021 7 · Vojtech Cahlik, Pavel Surynek

We address the design of heuristics for near-optimal solving of the (N2–1)-puzzle using the A* search algorithm in this paper. The A* search algorithm explores configurations of the puzzle in the order determined by a he…

On the Design of a Heuristic based on Artificial Neural Networks for the Near Optimal Solving of the (N2-1)-puzzle

2019-09-01 · International Joint Conference on Computational Intelligence (IJCCI) 2019 9 · Vojtech Cahlik, Pavel Surynek

This paper addresses optimal and near-optimal solving of the (N2–1)-puzzle using the A* search algorithm. We develop a novel heuristic based on artificial neural networks (ANNs) called ANN-distance that attempts to estim…

Learning Empirically Admissible Neural Heuristics for Combinatorial Search

2026-06-03 · Siddharth Sahay arxiv

Finding optimal solution paths for combinatorial puzzles like the Rubik's Cube, sliding tile puzzles, and Lights Out remains a classical challenge in artificial intelligence. Heuristic search algorithms, such as A* , gua…

Reinforcement Learning