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

搜索资源列表

  1. 遗传算法的基本算法,最优化算法

    0下载:
  2. 遗传算法的基本算法,最优化算法,以及单点交叉等有关遗传算法的代码
  3. 所属分类:C#编程

  1. script

    0下载:
  2. 遗传算法实例,可绘图,可计算(Examples of genetic algorithms, drawing, computable)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:63488
    • 提供者:hzp5918
  1. 遗传算法——旅行商问题mfc

    0下载:
  2. 旅行商问题:一个旅行者要去很多城市,每个城市只去一次,问:该怎么走路线最短? ? ?????? 这个问题可以转化为:随机给n个点,如何连线这n个点,使得连线最短? ? ?????? 这个问题是遗传算法的经典问题~哈哈~~我试着写了一个程序来解决。 ? ?????? 采用的策略是: 1.?????? 精英主义:每次有2个最优解直接进入下一代。 2.?????? 轮盘赌选择生育:每次对每一代的个体进行一次轮询,如果不适应度<某个随机数,那么选择这个个体进行生育。 3.?????? 单性繁殖:因
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:90112
    • 提供者:littlekai
  1. 精通MATLAB智能算法(2015代码)

    1下载:
  2. 这是一个智能算法程序吧,里面有模拟退火算法,遗传算法,粒子群算法等等,希望这些算法对初学者来说有用处。(This program is an intelligent algorithm, simulated annealing algorithm, genetic algorithm, particle swarm optimization (pso) algorithm and so on, hope that the algorithm is useful for beginners.)
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:7047168
    • 提供者:pursh
  1. pso

    0下载:
  2. 通过对现有数据进行迭代,用粒子群遗传算法进行预测(By iterating over the existing data, the particle swarm genetic algorithm is used to predict the data)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:499712
    • 提供者:youngstear
  1. yccs

    0下载:
  2. 运用经过改进的遗传算法解决kp问题,初始条件在run中修改(Genetic algorithm to solve KP problem)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:160768
    • 提供者:易信
  1. nsga_2

    0下载:
  2. 基于非支配排序遗传算法处理多目标优化的matlab例程(A matlab routine for multiobjective optimization based on nondominated sorting genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:木一up
  1. 基于遗传算法的matlab语言车辆路径问题

    3下载:
  2. 车辆路线问题(VRP)最早是由Dantzig和Ramser于1959年首次提出,它是指一定数量的客户,各自有不同数量的货物需求,配送中心向客户提供货物,由一个车队负责分送货物,组织适当的行车路线,目标是使得客户的需求得到满足,并能在一定的约束下,达到诸如路程最短、成本最小、耗费时间最少等目的。(The vehicle routing problem (VRP) was first proposed by Dantzig and Ramser in 1959, it refers to a cer
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:niada
  1. GA_tuihuo1

    2下载:
  2. 模拟退火优化遗传算法,改进了遗传操作,自适应参数(improved simulated annealing and optimized genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:均哥
  1. MATLAB遗传算法工具箱及应用(雷英杰) 3.pdf

    0下载:
  2. matlab语言的工具箱 使用 很难找的资料(MATLAB language toolbox, it is difficult to find information)
  3. 所属分类:其他

  1. 改进遗传算法11

    0下载:
  2. 是一个很好的程序,基于MATLAB对遗传算法进行的改进(Is a good program, based on MATLAB genetic algorithm improvements)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:108544
    • 提供者:haha秋天
  1. ieeeOLTC

    0下载:
  2. 考虑了传统变压器的优化潮流,基于此利用遗传算法对IEEE14节点系统进行优化调度。(The optimal power flow of the traditional transformer is considered. Based on this, the genetic algorithm is used to optimize the scheduling of the IEEE14 node system.)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:期望中国
  1. genetic

    0下载:
  2. 遗传+bp神经网络 MATLAB 实例求解 可以运行(Genetic +bp neural network MATLAB instance solution, you can run)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:217088
    • 提供者:wensi
  1. yichuan

    1下载:
  2. 这是用c语言编写的用于求解函数的最值问题的遗传算法代码(the code of genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:fight_think
  1. main

    1下载:
  2. 能够实现多变遗传算法求解目标函数最大最小值,(To achieve the variable genetic algorithm for maximum and minimum)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:5120
    • 提供者:yjabbt
  1. 9927409GA-RBF

    1下载:
  2. 能进行rbf遗传预测,实践表明,这个算法非常好用,是个好东西(rbf forcast rbf improve)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:5120
    • 提供者:kteminy
  1. matlab编写的量子遗传算法

    0下载:
  2. 实现移民优化问题,算法精度高,速度快,具有很好的收敛性(The convergence accuracy is high, the speed is fast.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:7168
    • 提供者:504
  1. UnivariateTwinAnalysis

    0下载:
  2. 双生子遗传度分析的脚本,用R语言编写,含示例数据(Heritability analysis of twins)
  3. 所属分类:其他

  1. matlab2013a遗传算法工具箱及安装教程

    0下载:
  2. matlab的安装包附带教程。记得你安装在制定文件下(Workshop layout optimization is the process of processing equipment, material conveying equipment, work unit and corridor and so on, and arranging the objects in a limited production workshop. The job shop layout optimizati
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:638976
    • 提供者:高岭之花
  1. genetic

    0下载:
  2. 包括完整的谢非尔大学遗传算法工具箱全部内容,编写遗传算法程序可调用(Including the complete University of Sheffield genetic algorithm toolbox all the contents, the preparation of genetic algorithm procedures can be called)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:2860032
    • 提供者:陈秀平
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com