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

搜索资源列表

  1. ga

    0下载:
  2. GA算法代码 function pop=initpop(popsize,chromlength) pop=round(rand(popsize,chromlength)) rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵, roud 对矩阵的每个单元进行圆整。这样产生的初始种群。 2.2 计算目标函数值 2.2.1 将二进制数转化为十进制数(1) 遗传算法子程序 Name: decodebinary.
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:2549
    • 提供者:Sonic
  1. tsp-ga

    0下载:
  2. 一种解tsp问题的有效ga算法,编程思路清晰,收敛速度快。-A Solution tsp effective ga algorithm, programming ideas, clear, fast convergence speed.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:3267
    • 提供者:肖东东
  1. ga

    0下载:
  2. ga算法是利用c语言编写的一个小程序, GA是对问题参数的编码组进行进货,而不是直接对参数本身。-Ga algorithm is to use c language to write a small program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:2474
    • 提供者:海韦希
  1. GA

    0下载:
  2. 基于Matlab的GA算法,供算法应用学习者参考-GA algorithm based on Matlab for algorithm application learners Reference
  3. 所属分类:matlab

    • 发布日期:2017-12-06
    • 文件大小:553
    • 提供者:陆琪
  1. GA

    0下载:
  2. GA算法,分步实现,更加清晰简单易学,快速掌握GA算法的使用-GA algorithm, step-by-step implementation, more clear and easy to learn, quick to master the use of GA
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:1964
    • 提供者:王丽
  1. GA

    1下载:
  2. 改进遗传算法程序,用来优化参数的选择,很好用的方法-GA
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3408
    • 提供者:礼野
  1. GA

    0下载:
  2. GA算法的代码,非常实用简单,程序后面的注释能帮助立刻理解程序意思,并且子模块分开,易于改动-GA algorithm code, very useful and simple notes behind the program can help immediately understand the meaning of the program, and separate sub-module, easy to change
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:1913
    • 提供者:yang juntao
  1. GA

    0下载:
  2. 用GA算法求多维变量的最小值,这个是利用演化算法。-use GA get the minimum of it
  3. 所属分类:android

    • 发布日期:2017-11-19
    • 文件大小:2489
    • 提供者:童如意
  1. ga

    0下载:
  2. 7种GA算法,并含有动态指示图,欢迎下载交流。-7 kinds GA algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-20
    • 文件大小:95979
    • 提供者:李国家
  1. ga

    0下载:
  2. 遗传算法示例程序,结构清晰,是初学GA算法的很好入门程序,欢迎下载。-Genetic algorithm sample program, a clear structure, is a good beginner GA to entry procedures, welcome to download.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:26949
    • 提供者:李国家
  1. GA-PID-optimal

    0下载:
  2. 基于PID的最优控制,利用GA算法选择最优控制器参数。请先运行一下解码程序b2fdecoding.m防止运行出错。-The optimal control strategy based on the PID controller and genetic algorithms are used to select the optimum parameters.
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:5067
    • 提供者:邵珠贵
  1. c#遗传算法实现

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-07-02
    • 文件大小:73514
    • 提供者:yanyan1992
  1. GA

    0下载:
  2. matlab中ga算法的一个小program,还是挺细致的。-ga in matlab algorithm for a small program, we welcome the added ah ~ ~ ~ ~
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:4487
    • 提供者:太阳
  1. ga

    0下载:
  2. matlab 实现遗传算法原程序和文档,ga算法,主要用于求解数学中的全局解问题,避免限于局部解中-matlab ga source
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1669582
    • 提供者:王杰
  1. 基础遗传算法

    2下载:
  2. 基础遗传算法,由FORTRAN编译,IVF7.0,适用于遗传算法和FORTRAN初学者使用。使用时请将所有文件拷贝到Project文件夹下,每次加载时只需要加载ga170.f90就可以。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-12-16
    • 文件大小:15057
    • 提供者:Felix804665
  1. ga

    0下载:
  2. ga算法的matlab程序,比较全面,通用性强,可以改动-ga algorithm matlab procedures, more comprehensive, versatile, can be changed
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6481
    • 提供者:汪连松
  1. ga-java

    0下载:
  2. 用java实现的ga算法 结构清晰 注释比较详细-GA algorithm java implementation of clear structure more detailed notes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:16447
    • 提供者:江中落雪
  1. CMA-MA-GA-PSO

    3下载:
  2. 用c语言写的猴群算法,并附上相关的测试函数。并和pso,ga算法进行比较-the source code of monkey algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1641292
    • 提供者:陈信
  1. GA

    0下载:
  2. 简单的GA算法,适合想要学习遗传算法的初学者-a simple example of GA
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:6911
    • 提供者:木易
  1. GA

    0下载:
  2. 是一个关于VRP问题的简单的GA算法代码,里面有零售商,中间商的成本关系!-Is a simple question about VRP GA algorithm code, there are a retailer, middleman cost relationships!
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:11062
    • 提供者:安素
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com