CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 遗传算法优化

搜索资源列表

  1. chapter5 基于遗传算法的LQR控制器优化设计

    0下载:
  2. 《MATLAB智能算法30个案例分析》(史峰等) chapter5 基于遗传算法的LQR控制器优化设计(30 case studies of MATLAB intelligent algorithm (Shi Feng et al.))
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:94208
    • 提供者:南湖南
  1. TEST_FNS

    0下载:
  2. 遗传算法MATLAB COAD,应用遗传算法解决多目标优化问题。(Genetic algorithm MATLAB COAD, applied genetic algorithm to solve multi-objective optimization problem.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:66560
    • 提供者:贾娇娇
  1. Genetic Algorithm

    0下载:
  2. 遗传算法的函数优化实例,并就遗传算法在解决连续函数优化问题中存在的不足之处,提出了一种新的编码方法——浮点数编码方法,最后,通过实例验证了该方法的可行性和有效性。(A function optimization example of genetic algorithm,after analyzing the problems existed in the current model coding methods for plastic injector, this paper puts forw
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:4096
    • 提供者:felller
  1. a

    0下载:
  2. 基于遗传算法的评价函数(UUV)PID参数的遗传优化(Underwater Unmaned vecile)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:NNNERDAYT
  1. GeneBP

    0下载:
  2. 在matalb环境中,用遗传算法优化BP,求解神经网络模型参数(In the MATALB environment, the genetic algorithm is used to optimize the BP, and the parameters of the neural network model are solved)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:191488
    • 提供者:custhaiyang
  1. 免疫优化算法在物流配送中心选址中的应用

    3下载:
  2. 主要用于用遗传算法解决多目标优化的VRP问题(the program is often used to solve VRP)
  3. 所属分类:matlab例程

  1. GA_Bp

    0下载:
  2. 利用Maltab脚本M语言,使用GA遗传算法优化BP神经网络阈值,文件包括:ga_bp和gaot工具箱,首先在maltab中利用setpath设置加载gaot工具箱,然后在ga_bp文件夹下运行!(Using Maltab scr ipt M language, we use GA genetic algorithm to optimize BP neural network threshold. The files include ga_bp and GAOT toolbox. First,
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:107520
    • 提供者:兰德尔
  1. chapter3

    0下载:
  2. 遗传算法,粒子群算法优化bp神经网络并预测()
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:53248
    • 提供者:`lili
  1. GA-master

    0下载:
  2. 遗传算法,一般用来解决局部最优的问题,是一种智能的优化算法(Genetic algorithm, generally used to solve the local optimal problem, is an intelligent optimization algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:14336
    • 提供者:fengwushi
  1. GA

    0下载:
  2. 遗传算法(Genetic Algorithms,简称 GA)是一种基于自然选择原理和自然遗传机 制的搜索(寻优)算法,它是模拟自然界中的生命进化机制,在人工系统中实现特定目 标的优化。遗传算法的实质是通过群体搜索技术,根据适者生存的原则逐代进化,最终 得到最优解或准最优解。它必须做以下操作:初始群体的产生、求每一个体的适应度、 根据适者生存的原则选择优良个体、被选出的优良个体两两配对,通过随机交叉其染色 体的基因并随机变异某些染色体的基因后生成下一代群体,按此方法使群体逐代进化, 直
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:Arriettyrain
  1. matlab_svm_2_original

    0下载:
  2. 遗传算法、优化分析、附加程序、分享研究、相互学习(genetic algorithm;optimized analysis;additional program;Share Research;mutual learning)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-23
    • 文件大小:1597440
    • 提供者:FANTASY7777
  1. pso GA PID参数整定

    3下载:
  2. 该程序为微粒群算法与遗传算法求解pid参数整定MATLAB程序,优化结果包含参数输出与参数曲线变化图。(The program solves the PID parameter tuning MATLAB program for particle swarm optimization and genetic algorithm, and the optimization results include parameter output and parameter curve change dia
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:4096
    • 提供者:渔舟煮酒
  1. GA_Test

    0下载:
  2. 基于谢菲尔德大学的遗传算法工具箱的测试函数,可以修改后用来优化自己的模型参数,十分方便(It's a rar file about how to use GA tool developed by Sheffield University, It will be very help to optimize your own models)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:shuoyueqishi
  1. VRP

    1下载:
  2. VRP,遗传算法的路径优化问题,车辆调度问题的MATLAB实现(VRP,Path optimization problem of genetic algorithm,MATLAB implementation of vehicle scheduling problem.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:iqisgnaw
  1. genetic algorithm

    1下载:
  2. 基于多目标网络优化问题,运用改进的遗传算法,进行算法寻优,以求运用最短时间,达到最高精度(Based on the multi-objective network optimization problem, the improved genetic algorithm is used to optimize the algorithm in order to achieve the highest accuracy by the shortest time.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:7168
    • 提供者:@行路人&
  1. 多种群遗传算法的函数优化算法

    2下载:
  2. 车辆路径问题VRP的matlab编程,里面包含距离矩阵和适应度函数和交叉,多种群遗传算法的程序(progrmming of vehicle routing problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-02-10
    • 文件大小:5120
    • 提供者:八戒不吃鱼
  1. code

    3下载:
  2. 用遗传算法GA优化RBF神经网络,对柴油机进行故障诊断(Optimization RBF neural network using genetic algorithm GA, diesel engine troubleshooting)
  3. 所属分类:matlab例程

    • 发布日期:2019-07-02
    • 文件大小:66560
    • 提供者:李环宇
  1. MATLAB

    0下载:
  2. 粒子群算法优化,差分算法优化,遗传算法优化,内点法(Particle swarm optimization, differential algorithm optimization, genetic algorithm optimization, interior point method)
  3. 所属分类:matlab例程

    • 发布日期:2018-10-13
    • 文件大小:4096
    • 提供者:M鹿先森
  1. 带约束的遗传优化算法

    5下载:
  2. 带约束的多目标遗传优化算法NSGA-II(Constrained Multi-objective Genetic Algorithms NSGA-II)
  3. 所属分类:matlab例程

    • 发布日期:2019-12-27
    • 文件大小:9216
    • 提供者:遥望星福
  1. GA优化TSP

    0下载:
  2. TSP是典型的NP完全问题,即其最坏情况下的时间复杂性随着问题规模的增大按指数方式增长,到目前为止不能找到一个多项式时间的有效算法。实践证明,遗传算法对于解决TSP问题等组合优化问题具有较好的寻优性能。
  3. 所属分类:matlab例程

« 1 2 3 4 5 6 7 89 10 11 12 13 ... 45 »
搜珍网 www.dssz.com