CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算法MATLAB编程

搜索资源列表

  1. BP

    0下载:
  2. 本文结合遗传算法对BP算法进行优化,建立了改进的BP神经网络模型。最后,充分利用MATLAB语言的各自优势,进行编程-In this paper, the genetic algorithm to optimize BP algorithm, establish an improved BP neural network model. Finally, make full use of their respective advantages MATLAB language programming
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1591
    • 提供者:刘峥峥
  1. genetic_algorithm

    0下载:
  2. 针对遗传算法,在matlab平台下进行编程实现-According to the genetic algorithm, in the MATLAB platform for programming
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:857
    • 提供者:李浩
  1. GAforVRP

    0下载:
  2. matlab遗传算法编程解决VRP问题,很好,很实用,大家可以借鉴下-matlab solve the problem of VRP
  3. 所属分类:transportation applications

    • 发布日期:2017-04-29
    • 文件大小:17904
    • 提供者:oven
  1. GAfor-Unit-combination

    0下载:
  2. 本文针对当前科技水平不足以有效存储电力的情况下产生的发电机机组组合的问题,考虑负荷平衡、输电线传输容量限制等实际情况产生的约束条件,建立机组组合优化模型,追求发电成本最小。同时采用矩阵实数编码遗传算法(MRCGA)和穷举搜索算法,利用MATLAB 7.0.1和C++编程,分别对模型进行求解,并对所得结果进行分析比较,以此来帮助电力部门制定机组启停计划-This article in view of the current level of science and technology would
  3. 所属分类:assembly language

    • 发布日期:2017-05-26
    • 文件大小:8407077
    • 提供者:ethbk
  1. 0-1

    0下载:
  2. 通常,非线性整数规划是一个具有指数复杂度的NP问题,如果约束较为复杂,Matlab优化工具箱和一些优化软件比如lingo等,常常无法应用,即使能应用也不能给出一个较为令人满意的解。这时就需要针对问题设计专门的优化算法。下面举一个遗传算法应用于非线性整数规划的编程实例,供大家参考!-Typically, nonlinear integer programming problem is NP exponential complexity, if the constraint is more comp
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:62214
    • 提供者:jj
  1. GA测试程序

    2下载:
  2. 通过Matlab软件对遗传算法求解机组组合问题进行编程,最终求出机组组合问题的最优方案。
  3. 所属分类:matlab例程

  1. chapter_matlab_3

    0下载:
  2. 根据BP神经网络理论和遗传算法,在MATLAB中编程实现基于遗传算法的BP神经网络的非线性拟合算法。-According to BP neural network theory and genetic algorithms in MATLAB programming nonlinear fitting algorithm genetic algorithm BP neural network.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:54287
    • 提供者:wangmengli
  1. chapter4_matlab_4

    0下载:
  2. 根据BP神经网络理论和遗传算法,在MATLAB中编程实现神经网络的非线性函数寻优。-According to BP neural network theory and genetic algorithm, nonlinear functions in MATLAB programming neural network optimization.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:191598
    • 提供者:wangmengli
  1. NSGA_2

    0下载:
  2. 多目标遗传算法,通过专业英文文献matlab编程而来-Multi objective genetic algorithm, through the professional English language Matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:357231
    • 提供者:zdf
  1. finggiu

    0下载:
  2. 遗传算法无功优化,数值分析的EULER法,利用matlab GUI实现的串口编程例子。- Genetic algorithm based reactive power optimization, EULER numerical analysis method, Use serial programming examples matlab GUI implementation.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:10863
    • 提供者:邓李君
  1. VRP

    4下载:
  2. 应用遗传算法针对物流配送车辆路径规划问题进行求解,使用MATLAB进行编程-Using genetic algorithm to solve the problem of logistics distribution vehicle routing problem, using MATLAB programming
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:11622
    • 提供者:wang
  1. hanshuxunyou

    1下载:
  2. 根据遗传算法理论,在MATLAB软件中编程实现基本遗传算法寻找该函数最优解。遗传算法参数设置为:种群规模100,进化次数30,交叉概率为0.6,变异概率为0.1,并给出了基本遗传算法优化过程中各代平均函数值和最有个体函数值之间的变化图,希望对大家有帮助,-According to the theory of genetic algorithms in MATLAB software programming function of the genetic algorithm to find the
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:4625
    • 提供者:wangxin
  1. fenkui

    0下载:
  2. 利用matlab GUI实现的串口编程例子,做视觉测量的上位机代码,遗传算法无功优化。- Use serial programming examples matlab GUI implementation, Do Vision Measurement PC code, Genetic algorithm based reactive power optimization.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:5372
    • 提供者:nai
  1. genetic-algorithm

    0下载:
  2. 根据遗传算法和BP神经网络理论,在matlab软件中编程实现基于遗传算法优化的BP神经网络非线性系统拟合算法。-According to the theory of genetic algorithm and BP neural network, in the matlab software programming to realize BP neural network nonlinear systems based on genetic algorithm optimization fitt
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:55163
    • 提供者:汪杰
  1. No-window-SA

    0下载:
  2. 用遗传算法求解没有时间窗的定位运输问题,使用MATLAB编程-Solving transportation problems do not have time positioning window using genetic algorithms, MATLAB programming using
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:汪伟
  1. yodwd-goutine

    0下载:
  2. 这是一个c++与matlab进行混合编程利用遗传算法实现tsp的源程序-This is a c++ and matlab mixed programming using genetic algorithm to realize the TSP source program
  3. 所属分类:Console

    • 发布日期:2017-12-14
    • 文件大小:10052
    • 提供者:VYTHndn-48599
  1. 投影寻踪

    0下载:
  2. 投影寻踪遗传算法 基于matlab编程的投影寻踪遗传算法(Projection tracing genetic algorithm)
  3. 所属分类:其他

  1. genetic algorithm

    0下载:
  2. 多种群遗传算法,通过matlab编程,实现模拟生物进化的过程,对现实中的问题进行优化(Genetic algorithm to solve optimization problems)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:c_z
  1. 87815261

    0下载:
  2. 这是一个c++与matlab进行混合编程利用遗传算法实现tsp的源程序(This is a c + + and matlab mixed programming using genetic algorithm to realize the TSP source program)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-23
    • 文件大小:9216
    • 提供者:proziciant
  1. xuanzhijieou

    1下载:
  2. 运用matlab进行遗传算法编程,旨在求解汽车发动机悬置系统的个自由度解耦率(The purpose of genetic algorithm programming with MATLAB is to solve the decoupling rate of individual degrees of freedom of automobile engine mounting system)
  3. 所属分类:matlab例程

    • 发布日期:2020-09-12
    • 文件大小:1185792
    • 提供者:打死不开黑
« 1 2 ... 6 7 8 9 10 1112 »
搜珍网 www.dssz.com