共查询到20条相似文献,搜索用时 46 毫秒
1.
2.
3.
通过对集成电路布局问题及模拟退火算法的分析, 将模拟退火算法应用于一组门阵列电路进行布局求解和测试.实验结果表明:和标杆电路的结果相比,模拟退火算法在布局效果上显示出其优越性.此外还通过实例对算法中各参数所起作用及取值进行了研究. 相似文献
4.
布局问题理论上属于NPC问题,在工程实践中经常遇到复杂机电产品的布局问题.为了较好的解决这样的问题,文章以模拟退火算法为基础,针对其早熟和收敛速度慢的缺陷加以改进,给出了并行算法和模拟退火算法相结合的算法。该算法用MPI和VC混合编程,并且加入网格服务策略,可以在多台机器上联合运行,一方面可以为模拟退火算法选择更好的运行结果,另一方面可以加快算法的运算效率。 相似文献
5.
文章针对PCB走线自身的特点,提出了基于模拟退火算法。MATLAB仿真表明,该算法具有较高的控制精度和良好的动态特性,同时也具有较好的实时性和有效性,能有效提高PCB走线布局的效率,达到提前完成项目和减少多层电路板的目的。 相似文献
6.
基于自适应权重和模拟退火的鲸鱼优化算法 总被引:1,自引:0,他引:1
针对鲸鱼优化算法容易陷入局部极值和收敛速度慢的问题,提出了一种结合自适应权重和模拟退火的鲸鱼优化算法.通过改进的自适应权重策略来调整算法的收敛速度,通过模拟退火增强鲸鱼优化算法的全局寻优能力.仿真实验中计算了18个测试函数,对比了粒子群算法、海豚回声定位算法和标准鲸鱼算法并进行统计分析,同时比较了单独结合自适应权重和模拟退火对鲸鱼优化的影响,结果表明,改进的算法在测试函数的极值计算中,计算精度和收敛速度方面都有了明显提升,验证了改进算法的有效性. 相似文献
7.
8.
9.
宋杨 《电子技术与软件工程》2021,(4):152-153
本文将着重分析改进模拟退火算法的虚拟机调度优化方法,了解虚拟及调度中的问题和问题特点,针对虚拟机调度优化进行实验并展开实验对比,旨在更好的提高改进模拟退火算法的虚拟机调度优化水平。 相似文献
10.
VLSI布局问题是集成电路物理设计过程中的关键步骤,它直接影响整个设计的成败。Slicing结构是一种简单而高效的布局表示方法,采用正则波兰表达式编码,将模拟退火与禁忌搜索算法结合形成了一种以模拟退火算法为基础的混合算法进行求解,用MCNC benchmarks进行实验,结果表明:文章提出的混合算法比模拟退火算法在求解效率和质量上都有较大的提高。 相似文献
11.
通过在原模拟退火算法中加入回火过程对原算法进行优化,同时,减小内循环次数用于弥补回火导致的布局时间增量。回火过程用于寻找“被遗漏”的最优解。结果表明新算法利于跳出局部最优“陷阱”,进一步搜索最优解,具体体现在改进后的算法不但能够保证布局质量,而且缩减了布局时间,同时,布线时间与电路关键路径延时得到不同程度的改善。 相似文献
12.
模拟退火算法在单目标规划问题中的应用 总被引:2,自引:0,他引:2
模拟退火算法是一种用于解决连续、有序离散和多模态优化问题的随机优化技术。它对于非常复杂,高度非线性的大型系统优化的求解,表现出比其他传统优化算法更加独特和优越的性能。现介绍了模拟退火算法的原理、数学模型及其求解步骤,并以一实例来说明模拟退火算法在解决组合优化问题时的有效性和优越性。 相似文献
13.
14.
We propose a net clustering based RT-level macro-cell placement approaches. Static timing analysis identifies critical nets and critical primary input/output paths. Net clustering (based on shared macro-cells and net criticality) yields clusters wherein each cluster has strongly interdependent nets. The circuit is modeled as a graph in which each vertex v represents a net and each edge (v,u) a shared cell between nets v and u. The net clusters are obtained by applying a clique partitioning algorithm on the circuit graph. Two approaches to generate placements at RTL are proposed: constructive (cluster growth) approach and iterative improvement (simulated annealing) based approach. In the constructive approach, a cluster-level floorplanning is performed and a cluster ordering is obtained. The cluster ordering is used by a constructive procedure to generate the physical placement. In the case of iterative improvement based approach, a good ordering of clusters is obtained using simulated annealing.We report experimental results for five RTL datapaths implemented in 0.35 m technology to demonstrate the efficacy of the proposed approaches. We compared the layouts produced by our approaches with those produced by Flint, an automatic floor planner in Lager IV Silicon Compiler [1]. For constructive placement approach, we obtained an average decrease of 43.4% in longest wirelength and 32.4% in total wirelength. The average area reduction is 7.3%. On the other hand, for the SA-based approach, we obtained an average decrease of 57.6% in longest wirelength and 42.2% in total wirelength. The average reduction in the bounding-box area is 12.3%. As expected, the SA-based approach yielded better optimization results, due to its ability to climb out of local minima. 相似文献
15.
16.
17.
18.
基于函数复杂度的自适应模拟退火和禁忌搜索新算法 总被引:1,自引:0,他引:1
在求解多峰复杂函数的过程中,传统的模拟退火算法和禁忌搜索算法经常出现算法快速收敛于局部最优解、后期收敛速度变慢和搜索能力变差等问题.为解决这些问题,本文给出函数复杂度的定义,并提出基于函数复杂度的自适应模拟退火和禁忌搜索算法.该算法首先根据函数复杂度自适应调整步长控制参数,然后根据调整后步长求得函数的粗糙解,在此基础上再使用初始步长求得全局最优解.实验表明,该算法不仅可以跳出局部最优解的限制,并且减少了迭代次数,有效地提高了全局和局部搜索能力. 相似文献
19.
When laying out a VLSI circuit on a silicon wafer the object is to pack the components of the circuit onto a wafer of minimum area subject to a variety of conflicting constraints associated with electrical interconnections among the components and input/ output connections. A constant pressure Monte Carlo method is applied to an idealized component placement problem where the object is to pack different rectangular components onto a square of minimum area with a subsidiary objective of minimizing the total length of wires interconnecting the components. The Monte Carlo method is found to be remarkably effective in solving this idealized problem. No other method for solving this problem is known. 相似文献
20.
基于当前线路负载率具有较高的突发性、较高的实时性等特点,将对线路资源利用率和电流控制问题所采用的模拟退火算法进行风电场拓扑结构模型优化.利用模拟退火算法对线路负载均衡问题进行搜索,随后在全局最优区域附近进行局部拓扑结构优化,就可以找到线路负载均衡问题最优解.仿真研究表明,此方法不但完善了局部搜索速度,还提高了线路消纳的... 相似文献