CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - genetic algorithm tuning

搜索资源列表

  1. GA_PID

    1下载:
  2. 此程序代码为基于遗传算法的PID整定,利用MATLAB编程实现。该程序通过遗传算法实现参数寻优,是一种不需要任何初始信息并可以寻求全局最优解的、高效的优化组合方法。-this procedure code based on genetic algorithms for PID tuning, using MATLAB programming. The procedures through genetic algorithm optimization of the parameters. is a
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1492
    • 提供者:周龙
  1. chap5_1

    0下载:
  2. 基于实数编码遗传算法的PID整定,采用误差绝对值积分性能指标作为参数选择的最小目标函数-real-coded genetic algorithm PID tuning, integral absolute error performance parameters as the minimum objective function
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2118
    • 提供者:liaihua
  1. chap5_3

    1下载:
  2. 基于二进制编码遗传算法的PID整定,二进制编码串的长度为10-based on the binary-coded genetic algorithm PID tuning, the strings of binary coding length of 10
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2102
    • 提供者:liaihua
  1. SingleLinkInvertedPendulumControl

    0下载:
  2. 吊车双摆的控制,普通的PID控制难以实现-Double pendulum crane control, ordinary PID control difficult to achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:966
    • 提供者:邹志励
  1. pid

    0下载:
  2. 人工神经网络(Artificial Neural Network)是从生理角度对智能的模拟,具有极 高的学习能力和自适应能力,能够以任意精度逼近任意函数,完成对系统的仿真; 而遗传算法是对自然界生物进化过程的模拟,具有极强的全局寻优能力,这两种 算法都是当下研究较多的智能方法。将这两种方法与常规的 PID 控制相结合, 构成智能 PID 控制器,使其具有参数自整定、自适应的能力,以适应复杂环境 下的控制要求,这一思路对提高控制效果具有很好的现实意义。 -Artificia
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:661993
    • 提供者:baijiaxuan
  1. ga_pid_main

    0下载:
  2. 基于遗传算法的PID整定,不需给出调节器初始函数和复杂的规则-Based on genetic algorithm PID tuning, no regulator is given the initial function and complex rules
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1220
    • 提供者:王哲生
  1. 1

    0下载:
  2. 基于遗传算法的PID算法参数研究 以自然选择和基因遗传理论为基础,将生物进化过程中的适者生存规则与群体内部染色体的随机信息交换机制相结合,在问题解空间内进行全局并行、随机的搜索,其结果是向全局最优方向收敛.GA 模仿生物进化的步骤,引入繁殖,交叉,变异等算子. 繁殖是在父母代种群中将适应度较高的个体选择出来,根据适者生存原理,淘汰适应度较低的个体,以优化种群 交叉是从种群中随机地抽取一对个体,并随机地选择一位交叉位进行交叉,生成新样本,达到增大搜索空间的目的 变异是模仿生物的基因突变,为了防止繁
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:186167
    • 提供者:冯蒙霜
  1. PID

    0下载:
  2. 这是一个基于遗传算法的PID控制器参数整定的毕设论文。-This is a genetic algorithm-based parameter tuning of PID controller design complete papers.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:462409
    • 提供者:罗青青
  1. Pchap55i

    0下载:
  2. 基于遗传算法的pid整定的maatlab的源代码 可直接使用。 -Based on genetic algorithm pid the tuning maatlab the source code can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-21
    • 文件大小:9021
    • 提供者:家庭教师
  1. dsaddsafds

    0下载:
  2. PID控制器的性能取决于其控制参数的组合,针对其参数的整定和优化问题,提出了应用一种改进的粒子群优化算法,该 算法借鉴了遗传算法的杂交机制,并采用惯性权值的非线性递减策略。用以加速算法的收敛速度和提高粒子的搜索能力。将该算 法应用于一个二阶系统的PID控制器参数的优化。仿真结果表明该改进的粒子群算法具有比传统粒子群算法和遗传算法更好的 优化效果,具有一定的工程应用前景。-Abstract:PID controller’s performance completely depends
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:313243
    • 提供者:dhskja
  1. pid

    0下载:
  2. 基于二进制编码的遗传算法PID参数整定,示例-Based on the binary-coded genetic algorithm PID parameter tuning
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2226
    • 提供者:王习
  1. GA_PID

    0下载:
  2. 遗传算法优化PID,解决传统的PID参数采用试凑的方式的问题,从而进行自整定参数- Genetic Algorithm PID,Solve using traditional PID parameters of trial and error approach problems in order to be self-tuning parameters
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1923
    • 提供者:赵晓斌
  1. chap10_5

    1下载:
  2. 程序的功能是:基于自适应在线遗传算法整定的PID控制-Functions of the program are: genetic algorithm based on adaptive online tuning PID control
  3. 所属分类:matlab

    • 发布日期:2015-10-29
    • 文件大小:2048
    • 提供者:myz
  1. tuning-PID-parameters-by-GA

    0下载:
  2. 通过遗传算法来确定PID控制器的参数问题,仿真程序可用,运行环境为matlab-By using the genetic algorithm to the optimal parameters of the PID, the program can be run, the operating environment for the MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1779
    • 提供者:戚川
  1. Optimal_location_of_STATCOM_in_multimachine

    0下载:
  2. a b s t r a c t A new metaheuristic method, the Cuckoo Search (CS) algorithm, based on the life of a bird family is proposed in this paper for optimal design of static synchronous compensator (STATCOM) in a multimachine environment. PV curves are i
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:911859
    • 提供者:elijj56
  1. PID-Genetic-Algorithms

    0下载:
  2. 基于遗传算法的PID参数优化设计。利用遗传算法的智能搜索功能,获得在线PID参数的整定。-Design of PID Parameters Based on Genetic Algorithms.Genetic algorithm intelligent search function for online PID tuning parameters.
  3. 所属分类:Project Design

    • 发布日期:2017-05-04
    • 文件大小:96600
    • 提供者:沈志伟
  1. GAtbxPID

    1下载:
  2. 使用MATLAB gatbx遗传算法工具箱自动进行PID参数整定,可动态显示迭代优化过程,对遗传算法和工业自动化PID参数整定方法的学习都有很大的帮助!-Automatically PID parameter tuning based on MATLAB gatbx genetic algorithm toolbox ,and can be dynamically displayed the calculate process.It s very helpful for the genetic
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:2894445
    • 提供者:曾xiaoqiu
  1. GA-PID

    1下载:
  2. 将遗传算法应用于PID整定。可完美运行,效果已测试,可达到较好的控制效果-Applying Genetic Algorithm for the PID parameters fine tuning.
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:15048
    • 提供者:夏平
  1. PID-parameters-tuning-using-GA

    0下载:
  2. 基于遗传算法的PID参数整定,经测试可完美运行,且能达到良好效果-Genetic Algorithm was applied for the PID parameters fine tuning
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-16
    • 文件大小:15360
    • 提供者:夏平
  1. chap5

    0下载:
  2. 基于遗传算法整定的pid控制,遗传算法函数极大值,基于遗传算法的pid整定(PID control based on genetic algorithm tuning, genetic algorithm function maximum, PID tuning based on genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:9216
    • 提供者:lzjtuhjl
« 1 23 »
搜珍网 www.dssz.com