A Sampling-Based Heuristic for Tree Search Applied to Grammar Induction

Abstract

In the field of Operation Research and Artificial Intelligence, several stochastic search algorithms have been designed based on the theory of global random search (Zhigljavsky 1991). Basically, those techniques iteratively sample the search space with respect to a probability distribution which is updated according to the result of previous samples and some predefined strategy. Genetic Algorithms (GAs) (Goldberg 1989) or Greedy Randomized Adaptive Search Procedures (GRASP) (Feo & Resende 1995) are two particular instances of this paradigm. In this paper, we present SAGE, a search algorithm based on the same fundamental mechanisms as those techniques. However, it addresses a class of problems for which it is difficult to design transformation operators to perform local search because of intrinsic constraints in the definition of the problem itself. For those problems, a procedural approach is the natural way to construct solutions, resulting in a state space represented as a tree or a ...

Cite

Text

Juillé and Pollack. "A Sampling-Based Heuristic for Tree Search Applied to Grammar Induction." AAAI Conference on Artificial Intelligence, 1998.

Markdown

[Juillé and Pollack. "A Sampling-Based Heuristic for Tree Search Applied to Grammar Induction." AAAI Conference on Artificial Intelligence, 1998.](https://mlanthology.org/aaai/1998/juille1998aaai-sampling/)

BibTeX

@inproceedings{juille1998aaai-sampling,
  title     = {{A Sampling-Based Heuristic for Tree Search Applied to Grammar Induction}},
  author    = {Juillé, Hugues and Pollack, Jordan B.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {1998},
  pages     = {776-783},
  url       = {https://mlanthology.org/aaai/1998/juille1998aaai-sampling/}
}