If a state space is not completely known in advance, then search algorithms have to explore it sufficiently to locate a goal state and a path leading to it, performing therefore what we call goal-directed exploration. Two paradigms of this process are pure exploration and heuristic-driven exploita-tion: the former approaches explore the state space using only knowledge of the physically visited portion of the do-main, whereas the latter approaches totally rely on heuristic knowledge to guide the search towards goal states. Both approaches have disadvantages: the first one does not uti-lize available knowledge to cut down the search effort, and the second one relies too much on the knowledge, even if it is misleading. We have therefore devel...
Greedy Best-First Search (GBFS) is a powerful algorithm at the heart of many state of the art satisf...
We investigate the problem for an agent to reach one of a number of goal states by taking ac-tions, ...
© 2014, The Author(s). Situated agents frequently need to solve search problems in partially known t...
In this paper we explore the challenges surrounding searching effectively in problems with preferenc...
Our goal is to automatically generate heuristics to guide state space search. The heuristic values a...
Our goal is to automatically generate heuristics to guide state space search. Our heuristics are def...
This thesis explores limitations of heuristic search planning, and presents techniques to overcome t...
Real-time agent-centered heuristic search is a well-studied problem where an agent that can only rea...
Real-time agent-centered heuristic search is a well-studied problem where an agent that can only rea...
Search-based software testing (SBST) often uses objective-based approaches to solve testing problems...
– Also called heuristic search – Use problem-specific knowledge – Search strategy: a node is selecte...
This paper proposes and investigates a novel way of combining machine learning and heuristic search ...
This master's thesis deals with informed search algorithms. It's theoretical section summarizes basi...
It has been shown recently that the performance of greedy best-first search (GBFS) for computing pla...
Real-time search methods allow an agent to perform path-finding tasks in unknown environments. Some ...
Greedy Best-First Search (GBFS) is a powerful algorithm at the heart of many state of the art satisf...
We investigate the problem for an agent to reach one of a number of goal states by taking ac-tions, ...
© 2014, The Author(s). Situated agents frequently need to solve search problems in partially known t...
In this paper we explore the challenges surrounding searching effectively in problems with preferenc...
Our goal is to automatically generate heuristics to guide state space search. The heuristic values a...
Our goal is to automatically generate heuristics to guide state space search. Our heuristics are def...
This thesis explores limitations of heuristic search planning, and presents techniques to overcome t...
Real-time agent-centered heuristic search is a well-studied problem where an agent that can only rea...
Real-time agent-centered heuristic search is a well-studied problem where an agent that can only rea...
Search-based software testing (SBST) often uses objective-based approaches to solve testing problems...
– Also called heuristic search – Use problem-specific knowledge – Search strategy: a node is selecte...
This paper proposes and investigates a novel way of combining machine learning and heuristic search ...
This master's thesis deals with informed search algorithms. It's theoretical section summarizes basi...
It has been shown recently that the performance of greedy best-first search (GBFS) for computing pla...
Real-time search methods allow an agent to perform path-finding tasks in unknown environments. Some ...
Greedy Best-First Search (GBFS) is a powerful algorithm at the heart of many state of the art satisf...
We investigate the problem for an agent to reach one of a number of goal states by taking ac-tions, ...
© 2014, The Author(s). Situated agents frequently need to solve search problems in partially known t...