搜索资源列表
chap5_5
- 基于自适应在线遗传算法整定的pid控制(先进PID控制matlab仿真)第二版第五章-Genetic algorithm based on adaptive online tuning of pid control (advanced PID control simulation matlab) Chapter V of the second edition
ta
- 该程序为单神经元自适应PID控制算法在陶瓷扫成炉的气氛控制系统中的应用。这是我个人的软件设计。调试环境为:MATLAB7.11.0(R2010b)-The procedure for the single neuron adaptive PID control algorithm in ceramic sweep into the furnace atmosphere control system. This is a my personal software design. Debugging
fuzzypid
- 模糊自适应的PID控制算法的C语言实现.-Fuzzy adaptive PID control algorithm with using in C language
way_2
- 使用遗传算法对pid参数优化 遗传算法简称GA(genetic algorithms),它是模拟自然界遗传机制和生物进化论的一种并行随机搜索最优化方法。它将“优胜劣汰,适者生存”的生物进化理论引入优化参数形成的编码串联群体中,按所选择的适配值函数并通过遗传中的复制、交叉及变异对个体进行筛选,使适配值高的个体被保留下来,组成新的群体,周而复始,群体中个体适应度不断提高,直到满足某一条件。 。(Using genetic algorithm to optimize PID parameters)