並列処理に適した縦続的問題分解
スポンサーリンク
概要
- 論文の詳細を見る
The progress of VLSI technology has made it possible to combine problem-decomposition methods and the parallel processing technology that runs concurrently a large number of processors. If a problem is decomposed into intermediate problems and they are all solved with processors, concurrently, then the efficiency of problem-solving will be improved remarkably. However, the traditional problem-decomposition methods are not fit for the parallel processing, because the initial state of each intermediate problems is determined by the solution of the one that precedes. In this paper, we propose a serial decomposition method and extend it to the one that is fit for parallel processing. In general, a serial decomposition method decomposes a given problem into the sequence of intermediate problems by setting subgoals. For this method to be of interest, it is necessary that the intermediate problems be solvable and be simpler than original one. To simplify them, we introduce equivalence relations on their state spaces and get quotient problems. We show a condition for the composition of solutions of these quotient problems to be a solution of the original problem. Furthermore we extend the method to the one that is fit for parallel processing. Since the initial state of an intermediate problem is contained in the goal of the preceding intermediate problem, if one regards all elements of the goal as candidates for the initial state and define intermediate problems for the candidates, respectively, the set of all intermediate problems surely contains the desired one. As a result, the number of intermediate problems to be solved is increased. The total processing time, however, will be improved, since they can be solved concurrently.
- 社団法人人工知能学会の論文
- 1988-11-20
著者
関連論文
- 仮説生成に基づく分散型問題解決
- 俯瞰可能迷路の代数的構造(Semi-Ring)による数学的モデル化と成功経路導出アルゴリズム
- 初期視覚モデルと眼球運動
- 初期視覚モデルと錯視 : ラプラシアン・ガウシアンに関する一考察
- 超多重解像度に基づく錯視の情報処理モデル
- 網膜における多重解像度と錯視 : ミューラー・リヤー錯視の場合
- 複雑さの制御による問題解決 : 大規模巡回セールスマン問題の求解
- 2000-HPC-82-27 クラスタリングによる抽象化を用いた巡回セールスマン問題の分散処理解法
- マルチプロセッサシステムによる並行探索 : 仮説検証法の場合
- エッジ検出に基づく曲率計算
- 帰納的アルゴリズムに基づく巡回セールスマン問題の解法
- 並列処理に適した縦続的問題分解