paper-with-me

홈 › Papers

Extended Breadth-First Search Algorithm

2014-02-21 · Tamás Kádek, János Pánovics

The task of artificial intelligence is to provide representation techniques for describing problems, as well as search algorithms that can be used to answer our questions. A widespread and elaborated model is state-space representation, which, however, has some shortcomings. Classical search algorithms are not applicable in practice when the state space contains even only a few tens of thousands of states. We can give remedy to this problem by defining some kind of heuristic knowledge. In case of classical state-space representation, heuristic must be defined so that it qualifies an arbitrary state based on its "goodness," which is obviously not trivial. In our paper, we introduce an algorithm that gives us the ability to handle huge state spaces and to use a heuristic concept which is easier to embed into search algorithms.

📄 PDF Abstract BibTeX arXiv:1402.5358

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rectangle Search: An Anytime Beam Search (Extended Version)

2023-12-19 · Sofia Lemons, Wheeler Ruml, Robert C. Holte, Carlos Linares López

Anytime heuristic search algorithms try to find a (potentially suboptimal) solution as quickly as possible and then work to find better and better solutions until an optimal solution is obtained or time is exhausted. The…

Heuristic Search

Game of Bloxorz Solving Agent Using Informed and Uninformed Search Strategies

2020-01-22 · Tahani Q. Alhassan, Shefaa S. Omar, Lamiaa A. Elrefaei

Bloxorz is a block sliding puzzle game that can be categorized as a pathfinding problem. Pathfinding problems are well known problems in Artificial Intelligence field. In this paper, we proposed a single agent implementa…

Breadth-first, Depth-next Training of Random Forests

2019-10-15 · Andreea Anghel, Nikolas Ioannou, Thomas Parnell, Nikolaos Papandreou 외

In this paper we analyze, evaluate, and improve the performance of training Random Forest (RF) models on modern CPU architectures. An exact, state-of-the-art binary decision tree building algorithm is used as the basis o…

CPU

Expected Runtime Comparisons Between Breadth-First Search and Constant-Depth Restarting Random Walks

2024-06-24 · Daniel Platnick, Richard Anthony Valenzano

When greedy search algorithms encounter a local minima or plateau, the search typically devolves into a breadth-first search (BrFS), or a local search technique is used in an attempt to find a way out. In this work, we f…

Searching for Spaceships

2000-04-10 · David Eppstein

We describe software that searches for spaceships in Conway's Game of Life and related two-dimensional cellular automata. Our program searches through a state space related to the de Bruijn graph of the automaton, using …