跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.17) 您好!臺灣時間:2025/09/03 09:09
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:詹炳煌
研究生(外文):Chan, Ping-Huang
論文名稱:對有先後次序之工作單元分配的一個完整B&B演算法
論文名稱(外文):A Complete Branch-and-Bound Algorithm for Task Assignment Problem with Precedence
指導教授:林金城林金城引用關係
指導教授(外文):Lin Jin-Chern
學位類別:碩士
校院名稱:大同工學院
系所名稱:資訊工程學系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:1996
畢業學年度:84
語文別:中文
論文頁數:29
中文關鍵詞:分散式系統模組先後順序關係最佳化工作分配狀態空間搜尋樹
外文關鍵詞:Distributed computing systemsModules precedence relationshipOptimal task assignmentState-space search treeBranch-and-Bound with underestimates
相關次數:
  • 被引用被引用:0
  • 點閱點閱:254
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
在分散式處理系統中,針對有先後優先次序的工作模組的最佳分配,
是本篇論文 主要探討的問題。所謂的最佳化配置就是充分利用系統資源
(處理機及網路連線), 使得工作的完成時間為最小。而有關這方面先
前之研究以 Sheih 最完整,但其仍有 其限制條件 (Valid Checking),
而在某些情況下並不能保證獲得最佳的結果,我們 提出一個例子來說明
這狀況,接著提出一個新的最佳化方法,充分將模組執行時間及 最有彈
性之模組通訊時間包含於狀態空間內,使得兩個通訊模組不必被分配到有
直接 連接的兩個處理機上。為了增加此方法的執行效率,我們定義了兩
個評估函數 (FMETU及FATU)來降低狀態空間的大小,且針對某些
工作模組特性再對兩個評估函數再作改善,使其更加準確,進而提升該方
法的執行效率。

In a distributed processing system with the application
task partitioned into a set of program modules, assignment of
those modules to processors is an important aspect of study.
We investigate the problem of finding an optimal assignment of
task modules, whose structure can be expressed as acyclic graph
and thus has precedence relationship, over processors in a
distributed system. The purpose of finding an optimal
assignment is to minimize the task turnaround time, that is, to
minimize the bottleneck-processor utilization, so that the
system resources could be fully utilized. All the existing
methods focus on this topic sometimes can not get the really
optimal value because intermodule communications can either be
in their assumption or be accomplished by those processors
that is not directly connected. We eliminate this constraint
called "valid check" and take full advantage of the processors
and links to carry the module communication so that a really
optimal assignment can be captured. The communicating
modules assigned to different processors can send the
message by way of other idle processors and links. The state
space technique is applied to search the optimal solution.
Further more, we use underestimate values (METU, ATU) and a
simple but effective rule to reduce the state space nodes for
sake of saving time and space. Because the intermodule
communicationsare fully taken into consideration, the state
space grows dramatically. We also refine the underestimate value
in some special case to improve the state space technique. Many
examples are simulated to illustrate that our method is
correctand suitable.



QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top