人工知能学会研究会資料 人工知能基本問題研究会
Online ISSN : 2436-4584
95回 (2014/10)
会議情報

分枝限定法における新たな探索法の提案
山口 一章斎藤 寿樹増田 澄男
著者情報
会議録・要旨集 フリー

p. 01-

詳細
抄録

The branch-and-bound method is used in many exact algorithms for optimization problems. In most case, those algorithms are implemented with the depth rst search. Other search strategies are rarely used because they require large storage areas. In this paper, we propose a new search strategy, the widening search. The widening search greedily nds a solution at rst, and then gradually widens the search space. The storage size required by the widening search is almost same as the depth rst search. We implemented the branch-and-bound algorithm for the maximum weight clique problem with the depth rst search and the widening search and compared their performances. Experimental results show that the solutions by the widening search are much better than the solutions by the depth rst search.

著者関連情報
© 2014 人工知能学会
次の記事
feedback
Top