- 2
- 0
- 约1.42万字
- 约 54页
- 2017-03-09 发布于上海
- 举报
VLSI Floorplanning with Boundary Constraints Based on CornerVLSI布图规划基于角点边界约束
Solution Space Smoothing Method and its Application Outline Principle of Search Space Smoothing VLSI Placement based on SSS Local Smoothing Global Smoothing VLSI Placement based on P-SSS Experimental Results Applications: TSP, Temporal planning, FPGA Floorplanning NP-hard Problem and Optimization Algorithm A NP-Hard Problem has a complicated search space, a greedy search strategy gets stuck at one of the deep canyons easily, unable to climb out and to reach the global energy minimum. To avoid getting stuck at one local minimum, there are commonly two types of approaches. 1). To introduce complex moves, 2). To introduce some mechanisms to allow the search to climb over the energy barrier. (ie. The simulated annealing algorithm) History of Search Space Smoothing (SSS) Jun Gu and Xiaofei Huang proposed a 3rd approach, that is, to smooth the solution space. They had applied this method to the classical NP-hard problem: TSP. Using the smoothing function below. Principle of Search Space Smoothing By Search Space Smoothing ,The rugged terrain of search space of a NP-hard problem is smoothed, and therefore the original problem instance is transformed into a series of gradually simplified problem instances. The solutions of the simplified instances are used to guide the search of more complicated ones. Finally, the original problem is solved in the end of the series. Principle of Search space smoothing Formal Description of SSS Algorithm //Initialization α ← α0; x ← x0; //Search while (α = 0) do begin H(α) ← DoSmooth(α, H); for (some times) do begin x’ ← NeighborhoodTransition(x); if (Acceptable(α, x, x’)) then begin x ← x’; end; end; α ← NewAlpha(α); end; End; History of Search Space Smoothing (SSS) Johannes Schneider investigates this method for traveling salesman problem thoroughly and pointed out that “the advantage(of search space smoothing) over the later one(simulated annealing: SA) is that a certain amount of computational effort
您可能关注的文档
- Using Transformations to Create Fantastic Tessellations!利用变换创造神奇的镶嵌.ppt
- Using UV Light to Detect Germs Moore Public Schools利用紫外光探测细菌穆尔公立学校.ppt
- USING WEB 2使用网络 TOOLS FOR ESP VOCABULARY DRILL.ppt
- USNCCM8 FEMCPSD charmusnccm8元&指数魅力.cs.illinois.ppt
- USPEP Purified Water and Water for Injection Systems uspep纯化水和注射用水系统.ppt
- USMC LEAD ACID BATTERY TRAINING IIS7美国海军陆战队训练IIS7铅酸电池.ppt
- Utah Driver License Practice Test Murray School District犹他州的驾驶执照实践检验默里学区.ppt
- Utah 2050 Alternative Futures Governor Gary Herbert犹他州2050另类期货赫伯特加里.ppt
- Utilitarianism and Justice Brandon Gillette功利主义与正义布兰登吉列.ppt
- UTAH’S GEOGRAPHY Caswell's U犹他州的地理卡斯威尔的U.S. History Weblog.ppt
- 广东省广州省实验中学教育集团2025-2026学年八年级上学期期中考试物理试题(解析版).docx
- 广东省广州大学附属中学2025-2026学年八年级上学期奥班期中物理试题(解析版).docx
- 广东省广州市第八十六中学2025-2026学年八年级上学期期中物理试题(含答案).docx
- 广东省广州市第八十九中学2025-2026学年八年级上学期期中考试物理试题(解析版).docx
- 广东省广州市第二中学2025-2026学年八年级上学期期中考试物理试题(含答案).docx
- 广东省广州市第八十六中学2025-2026学年八年级上学期期中物理试题(解析版).docx
- 广东省广州市第八十九中学2025-2026学年八年级上学期期中考试物理试题(含答案).docx
- 广东省广州市第二中学2025-2026学年八年级上学期期中考试物理试题(解析版).docx
- 2026《中国人寿上海分公司营销员培训体系优化研究》18000字.docx
- 《生物探究性实验教学》中小学教师资格模拟试题.docx
最近下载
- 12S10管道支架、吊架建筑工程规范图集.pdf VIP
- 铸造工艺学(课本).pdf VIP
- 部编版二年级下册语文全册《写字表》生字字帖.pdf VIP
- 数学六年级上册100道口算题大全(全册各类齐全18份).doc VIP
- 八年级物理寒假提升精品讲义第01讲 力(预习)(原卷版).pdf VIP
- 波谱分析法课件.ppt VIP
- 数学分析第五版(上册)华东师大习题答案解析.docx
- 运筹学基础及应用-第1章-线性规划及单纯形法(胡运权版).ppt VIP
- 八年级物理寒假提升精品讲义第01讲 力(预习)(解析版).docx VIP
- 11S405-4 建筑给水塑料管道安装通用详图国标 建筑图集 汇编 .docx VIP
原创力文档

文档评论(0)