首页> 外文会议>Internationa Symposium on Combinatorial Search >Edge Partitioning in Parallel Structured Duplicate Detection
【24h】

Edge Partitioning in Parallel Structured Duplicate Detection

机译:边缘分区并行结构重复检测

获取原文

摘要

Heuristic-search planners that use A~* and related graph search algorithms must be parallelized to harness advances in computing power that are based on increasing use of multi-core processors. Although a graph can always be converted to an equivalent tree that can be easily searched in parallel, such a conversion increases the size of the search space exponentially, and the resulting overhead is hard to justify in the context of parallel search for which the speedup ratio is bounded by the number of parallel processes, a polynomial resource in most practical settings. A more direct approach to parallelizing graph search is needed. The challenge in parallelizing graph search is duplicate detection, which requires checking newly generated nodes against the set of already visited nodes. If performed naively, duplicate detection may require excessive synchronization among concurrent search processes (e.g., to maintain the open and closed lists of A~*). Here we show how edge partitioning, a technique that was developed originally for reducing the number of time-consuming disk I/O operations in external-memory search, can be used in a parallel setting to reduce the frequency with which search processes need to synchronize with one another, effectively reducing the primary source of overhead in parallel graph search.
机译:使用A〜*和相关图形搜索算法的启发式搜索规划者必须并行化以基于增加多核处理器的使用的计算能力中的线束进步。虽然图可以总是被转换为等效的树,可以是并行地容易地搜索,这样的转换增加了搜索空间的大小按指数,和开销所得到的是很难在并行搜索的上下文中来证明的量,加速比由并行进程的数量界定,在大多数实际设置中的多项式资源。需要一种更直接的并行化图搜索的方法。并行化图形搜索中的挑战是重复的检测,这需要针对已经访问的节点的集合检查新生成的节点。如果静止地执行,则重复检测可能需要在并发搜索过程之间过度同步(例如,以维护A〜*)的打开和关闭列表。在这里,我们展示了边缘分区,最初用于减少外部存储器搜索中的耗时磁盘I / O操作的数量的技术如何,可以在并行设置中使用,以减少搜索过程需要同步的频率彼此,有效地减少了并行图搜索中的开销主要源。

著录项

相似文献

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

客服邮箱:kefu@zhangqiaokeyan.com

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

  • 服务号