Reducing Search and Learning Goal Preferences

Abstract

This chapter presents a framework for search heuristics in domains that have subgoals represented as terms over variables (relations). Search in such domains can be reduced when a subgoal gets specialized via instantiation of its variables, these instantiations then specialize other subgoals that share those variables. These communicated variable bindings constrain subsequent search during the expansion of these other subgoals. Search heuristic functions might be developed that choose which subgoal of a state to expand next, on the basis of two types of information: (1) the degree of each subgoal's connectivity to other subgoals and (2) the expected search required to specialize each subgoal, where this latter type of information is learned from past search experience with similar subgoals.

Cite

Text

Morris. "Reducing Search and Learning Goal Preferences." International Conference on Machine Learning, 1989. doi:10.1016/B978-1-55860-036-2.50018-7

Markdown

[Morris. "Reducing Search and Learning Goal Preferences." International Conference on Machine Learning, 1989.](https://mlanthology.org/icml/1989/morris1989icml-reducing/) doi:10.1016/B978-1-55860-036-2.50018-7

BibTeX

@inproceedings{morris1989icml-reducing,
  title     = {{Reducing Search and Learning Goal Preferences}},
  author    = {Morris, Steven},
  booktitle = {International Conference on Machine Learning},
  year      = {1989},
  pages     = {46-48},
  doi       = {10.1016/B978-1-55860-036-2.50018-7},
  url       = {https://mlanthology.org/icml/1989/morris1989icml-reducing/}
}