搜索资源列表
PID参数优化与整定方法
- PID控制器现在仍然是应用最广泛的工业控制器,其关键在于对PID参数的优化整定,而采用常规的手工整定方法已经难以满足要求,目前需要解决对PID参数的高效优化问题。 本论文首先介绍了PID控制方法和常规PID参数整定方法,编程实现了数字PID控制器和基于遗传算法的参数自整定程序,然后将遗传算法用于不同的被控对象进行PID参数的整定及优化,为了对比控制效果,应用MATLAB软件进行了仿真验证,并用仿真曲线进行直观的对比。 结果表明遗传算法能够在对所求解问题一无所知的情况下,快速从全局搜索出优化的控
MATLAB 数值计算
- 科研和工程计算可分为数值计算和符号计算两类。数值计算具有适应性强、应用广泛的优点。MATLAB凭借其卓越的数值计算能力而称雄世界。随着科研领域、工程实践的数字化进程的深入,具有数字化本质的数值计算显得愈益重要。 今天计算机几乎已经普及到每个从事工程和科研的从业人员,普及到每个正在接受理工科培养的学生。计算机软硬件的普及使人们拥有了前所未有的计算潜能,激发了人们质疑旧方法尝试新算法的欲望,鼓舞了人们用新计算能力试探解决实际问题的雄心。 本章内容显著不同于常见的数值计算教科书。本章的讨论围绕
JTXHFANGZHEN
- 本文在分析城市交通信号控制研究现状和交叉*通信号控制原理、评价方 法的基础上,设计了单交叉*通信号两级模糊控制系统。分级模糊控制能有效 减少模糊规则数,易于提取模糊规则,适合于交通状况复杂的城市交叉*通信 号控制。但它存在难以由人工合理定义全部模糊隶属度函数的问题。为此本文进 一步采用遗传算法对两级模糊控制器中模糊隶属度函数进行优化。本文提出的方 法具有分级模糊控制的优点,同时可以使模糊隶属度的选取更为合理,获得更好 的控制效果。对一个四相位单交叉口,利用MA
MutuaInformationandinterestpoints
- 提出了一种优化的图像配准算法。首先把图像中的兴趣点及其角度信息提取出来,利用互信息准则,得到需要的配对点,得到两幅或多幅图像的拼接自然的完整图像, 实验表明,该算法是有效的。-An optimized image registration algorithm. First of all, the image of interest points and their point of view of information extracted, using the criteria of mutu
CAGA_O_F
- 关于链式智能体遗传算法用于数值优化和特征选择的论文,可以与我联系相互交流-On the chain-agent genetic algorithm for numerical optimization and feature selection of the papers, you can contact me exchange
PSOApplication
- PSO算法在工程优化方面的应用,详细介绍了PSO-PSO algorithm for optimization in engineering applications, detailed information on PSO
yuce
- 动态矩阵的预测控制源程序,可以实现预测控制中的模型预测和优化算法。- this pa- per puts forward a control scheme of multi-step-ahead prediction and compensation, which increases control power effectively, and improves dynamic characteristics ofthe system. The paper also discusses
QuantumEvolutionaryAlgorithm
- 量子进化算法论文,详尽介绍该算法的原理及实验结果-Quantum evolutionary algorithm papers, detailed descr iptions of the principle of the algorithm and experimental results
GA_ppt
- 本文档主要介绍智能优化算法的应用,并详细介绍了遗传算法和蚁群算法。-This document focuses on the application of intelligent optimization algorithms, and details of the genetic algorithm and ant colony algorithm.
Solving
- 求解双层规划问题常用的算法有极点算法、直接搜索法、下降法和非数值优化方法(如模拟退火算法、遗传算法等),遗传算法的求解思路是:首先对上层的决策变量编码,代人下层规划模型,通过求解下层模型的决策变量值,代入上层模型计算适应度值,然后进行交叉、变异、选择操作,最后求出最优解。-Solving Bilevel Programming Problems with pole algorithm commonly used algorithms, direct search method, descent
study_on_handoff_algorithm
- 本文提 出了基于功率预留的准入控制策略。首先介绍一种资源分配算法,该算法将可用信 道完全分配从而实现基站发射功率最小化。在此基础上,分别为小区间切换用户和 小区内切换用户设计预留策略,并根据系统的业务载荷自适应地调整功率预留量, 从而实现GOS的最优化。 -there exists a fundamental tradeoff between bandwidth and power. In this thesis, we propose a novel admission
CPSOieee14
- 用粒子群算法进行无功优化,比较实用,希望对大家有帮助,14节点的,-Particle swarm algorithm with reactive power optimization, more practical, we want to help, 14 nodes,
Keil-uVision3
- 基于互信息的图像配准,优化算法采用Powell算法,采用matlab编写-Mutual information-based image registration, optimization algorithm uses Powell algorithm, using the preparation of matlab-Based on mutual information image registration, using Powell optimization algorithm, using
regiatration-dianlu
- 基于互信息的图像配准,优化算法采用Powell算法,采用matlab编写-Mutual information-based image registration, optimization algorithm uses Powell algorithm, using the preparation of matlab-Based on mutual information image registration, using Powell optimization algorithm, using
matlab
- matlab软件的各种应用,以及与各种优化算法的结合-matlab software combined with a variety of applications, as well as with various optimization algorithms
Matlab-PPT
- MATLAB 方面的算法优化PPT ,有意者可下载查看,内容丰富多彩。-This material is about the algorithm optimization using the software MATLAB
标准蚁群算法
- 利用matlab编程,标准蚁群算法解决物流优化问题
遗传算法
- 遗传算法实现优化问题,附有例题以及程序,非常实用。(Genetic algorithm for optimization problems)
(268粒子群)《精通MATLAB最优化计算 2版》
- 一本详细的matlab优化算法教程书籍,里面由浅入深介绍了各种优化算法的原理以及相应的matlab实现代码,还有一些具体的范例计算代码,相当实用。(A detailed MATLAB optimization algorithm tutorial book, which introduces the principles of various optimization algorithms and the corresponding matlab implementation code. The
遗传算法路径规划
- 遗传算法路径规划MATLAB仿真,基于栅格图环境建模,以遗传算法优化路径。(Genetic Algorithms for Optimal Path Planning)