首页> 外文会议>International conference on learning and intelligent optimization >Iterative-Deepening Search with On-Line Tree Size Prediction
【24h】

Iterative-Deepening Search with On-Line Tree Size Prediction

机译:在线树大小预测的迭代加深搜索

获取原文

摘要

The memory requirements of best-first graph search algorithms such as A* often prevent them from solving large problems. The best-known approach for coping with this issue is iterative deepening, which performs a series of bounded depth-first searches. Unfortunately, iterative deepening only performs well when successive cost bounds visit a geometrically increasing number of nodes. While it happens to work acceptably for the classic sliding tile puzzle, IDA* fails for many other domains. In this paper, we present an algorithm that adaptively chooses appropriate cost bounds on-line during search. During each iteration, it learns a model of the search tree that helps it to predict the bound to use next. Our search tree model has three main benefits over previous approaches: 1) it will work in domains with real-valued heuristic estimates, 2) it can be trained on-line, and 3) it is able to make predictions with only a small number of training examples. We demonstrate the power of our improved model by using it to control an iterative-deepening A* search on-line. While our technique has more overhead than previous methods for controlling iterative-deepening A*, it can give more robust performance by using its experience to accurately double the amount of search effort between iterations.
机译:最佳优先图形搜索算法(例如A *)的内存需求通常会阻止它们解决大问题。解决此问题的最著名方法是迭代加深,它执行一系列有界的深度优先搜索。不幸的是,仅当连续的成本边界访问几何上不断增加的节点时,迭代加深才能很好地发挥作用。尽管IDA *碰巧可以用于经典的滑动拼图游戏,但IDA *在许多其他领域都无法使用。在本文中,我们提出了一种在搜索过程中在线自适应选择合适的成本范围的算法。在每次迭代期间,它都会学习搜索树的模型,以帮助其预测下一个要使用的范围。与以前的方法相比,我们的搜索树模型具有三个主要优点:1)它可以在具有实值启发式估计的域中工作,2)可以进行在线训练,3)可以进行少量预测培训实例。我们通过使用它来控制迭代加深的A *在线搜索,展示了改进模型的强大功能。尽管我们的技术比用于控制迭代加深A *的以前的方法有更多的开销,但它可以利用其经验将两次迭代之间的搜索工作量准确地加倍,从而提供更强大的性能。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号