CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 搜索资源 - genetic algorithm matlab

搜索资源列表

  1. tsp+vrp.rar

    1下载:
  2. 详细讲述模拟退火算法的理论原理。并TSP问题为例进行讲解,并各处多种语言的源代码,包括c,matlab以及delphi。 ,Simulated annealing algorithm described in detail the theory of principle. And TSP as an example to explain the problem and the source code of various languages, including c, matlab, as w
  3. 所属分类:transportation applications

    • 发布日期:2017-03-27
    • 文件大小:26057
    • 提供者:lian
  1. GABPMATLAB

    4下载:
  2. 利用遗传算法优化BP神经网络权值和阈值,然后进行训练,利用训练好的模型进行预估。附实例-The use of genetic algorithm to optimize BP neural network weights and thresholds, and then training, training a good use of forecast models. Attached examples
  3. 所属分类:Energy industry

    • 发布日期:2014-09-02
    • 文件大小:20901
    • 提供者:汲平
  1. GAbp

    2下载:
  2. 遗传神经网络的模式识别算法,可以用于设备的故障诊断-Genetic neural network pattern recognition algorithm, can be used for equipment fault diagnosis
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:50522
    • 提供者:费小东
  1. genetic

    0下载:
  2. genetic遗传算法,里面附有例子,请仔细阅读说明-genetic genetic algorithm, which accompanied by examples, please carefully read the descr iption
  3. 所属分类:Applications

    • 发布日期:2017-03-27
    • 文件大小:75943
    • 提供者:江衡
  1. CEPSC_COM

    1下载:
  2. 考虑风电的FTR拍卖模型研究论文基于蒙特卡罗模拟的遗传算法源程序-Consider the wind power of FTR auction model based on Monte Carlo simulation studies of the genetic algorithm source code
  3. 所属分类:Energy industry

    • 发布日期:2017-04-15
    • 文件大小:6323
    • 提供者:杨一冰
  1. electricity_market

    6下载:
  2. 该文件是优秀论文并带有相应的源码。在Matlab软件平台上,对所提出的基于遗传算法的电力系统电力市场分段竞价交易算法进行了阶梯型报价曲线、线性报价曲线这两种常用报价曲线情况下的算例验证,计算结果显示算法的寻优效果因报价曲线性质的不同而略有区别,但两种情况均可得到优化的购电费用。实验结果证明了该算法应用于分段竞价模型的有效性和可行性,且不受报价曲线形式的限制。-The document is an excellent paper with a corresponding source code.
  3. 所属分类:Energy industry

    • 发布日期:2017-06-01
    • 文件大小:13938209
    • 提供者:NBB
  1. gaevolve

    0下载:
  2. Genetic algorithm to evolving a logic network of 16 gates, and graph evaulation for shortest path. It use matlab ga basic function
  3. 所属分类:Energy industry

    • 发布日期:2017-04-01
    • 文件大小:8720
    • 提供者:piccir
  1. xinde

    0下载:
  2. 在matlab 环境下 运用遗传算法解决指派类型的问题-In the genetic algorithm matlab environment, types of problems to solve assignment
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-03
    • 文件大小:979
    • 提供者:周毅敏
  1. matlabyichuansuanf

    1下载:
  2. 提供一种用matlab编写的遗传算法,用于电力系统的,解决最优模型-A genetic algorithm using matlab for power system, to solve the optimal model
  3. 所属分类:Energy industry

    • 发布日期:2017-11-17
    • 文件大小:8973
    • 提供者:hebangle
  1. genetic-algorithm

    0下载:
  2. matlab中改进遗传算法的程序,包括轮盘赌的选择,单染色体的交叉互换-improved genetic algorithm matlab procedures, including the choice of roulette, single chromosome cross swap
  3. 所属分类:Energy industry

    • 发布日期:2017-11-25
    • 文件大小:4454
    • 提供者:jjsky
  1. Mid-ship-optimization

    0下载:
  2. 遗传算法优化船舶中剖面构件尺寸,matlab编程,先加载X文件-Ships in genetic algorithm optimization section scantlings, matlab programming, first load X files
  3. 所属分类:transportation applications

    • 发布日期:2017-11-17
    • 文件大小:2462
    • 提供者:zhiyuli
  1. GA-for-course-tsp

    0下载:
  2. 用matlab编写的用遗传算法求解TSP问题的源代码,程序简单,效率高,可靠性好-Prepared using matlab genetic algorithm for TSP source code, the program is simple, high efficiency, good reliability
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:4432
    • 提供者:晓天
  1. GA

    0下载:
  2. Genetic Algorithm in Matlab
  3. 所属分类:Education soft system

    • 发布日期:2017-12-08
    • 文件大小:3181
    • 提供者:crammer008
  1. TSP_matlab

    0下载:
  2. 旅行商问题(TSP)是典型的NP完全问题,遗传算法是求解NP完全问题的一种常用方法。旅行商问题(TSP)的蚁群算法实现算法。在MATLAB中用遗传算法施行对TSP问题进行了求解,进行了选择、交叉和变异算子进行了算法设计。MATLAB源代码。-Traveling Salesman Problem (TSP) is a typical NP-complete problem, genetic algorithm for solving NP-complete problems, a common m
  3. 所属分类:Energy industry

    • 发布日期:2017-03-29
    • 文件大小:2233
    • 提供者:申悦
  1. matlab-Genetic-algorithm

    0下载:
  2. matlab的遗传算法命令,里面包含遗传算法的交叉,选择,变异函数等,以及一些例子。-The genetic algorithm matlab command, which contains genetic algorithm crossover, selection and mutation function, as well as some examples.
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-03-31
    • 文件大小:6374
    • 提供者:郑翔宇
  1. MATLAB

    0下载:
  2. 《应用MATLAB实现神经网络》程序包很好用的啊-Application of MATLAB neural network to achieve the program package Matlab University Sheffield genetic algorithm toolbox
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-27
    • 文件大小:58924
    • 提供者:陈雷
  1. 遗传算法txt

    0下载:
  2. 遗传算法解决tsp问题 遗传算法,模拟达尔文进化论的自然选择和遗传学机理的生物进化过程的计算模型,一种选择不断选择优良个体的算法。谈到遗传,想想自然界动物遗传是怎么来的,自然主要过程包括染色体的选择,交叉,变异(不明白这个的可以去看看生物学),这些操作后,保证了以后的个体基本上是最优的,那么以后再继续这样下去就可以一直最优了。(Genetic algorithm to solve TSP problem)
  3. 所属分类:交通/航空行业

    • 发布日期:2017-12-27
    • 文件大小:3072
    • 提供者:zzh2000boy
  1. upload

    0下载:
  2. 通过遗传算法,实现了对齿轮传动系统的优化(Through genetic algorithm, the optimization of gear transmission system is realized.)
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:陈冲·
  1. 141736210924497

    0下载:
  2. 提供了基于遗传算法的无功优化运行仿真程序。(A genetic algorithm based reactive power optimization simulation program is provided.)
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2018-05-07
    • 文件大小:8192
    • 提供者:十几秒
  1. ElectricSailH

    3下载:
  2. 通过将遗传算法和高斯伪谱法相结合,实现电动帆等低推进空间飞行器的空间探测轨迹优化,能够在无任何初值猜测情况下得到飞行轨迹。(By combining the genetic algorithm with the Gauss pseudospectral method, the space exploration trajectory of the low propulsion space vehicle, such as the electric sail, can be optimized,
  3. 所属分类:交通/航空行业

    • 发布日期:2020-04-25
    • 文件大小:343040
    • 提供者:huomingying123
« 12 »
搜珍网 www.dssz.com