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

搜索资源列表

  1. GA-TSP

    0下载:
  2. GA-TSP 运用遗传算法求解TSP问题,需要分开函数保存在运行。-GA-TSP the use of genetic algorithm to solve TSP problem and needs to separate the function is saved in the running.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1870
    • 提供者:张三
  1. GA

    1下载:
  2. 遗传算法--PID参数寻优 基于avr单片机实现-Genetic Algorithm- PID parameter optimization based on avr Microcontroller
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:40015
    • 提供者:neo
  1. backpack-ga-algorithm

    0下载:
  2. 背包问题或0-1背包问题遗传算法程序,里面用的实数编码方式值得借鉴。-0-1 knapsack problem or knapsack problem genetic algorithm procedure, which uses real coding can be learned.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1999
    • 提供者:olivejy
  1. GA

    0下载:
  2. 经典的遗传算法在matlab环境中的实现-Classical genetic algorithm implementation in matlab environment
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:130101
    • 提供者:davy
  1. ga

    0下载:
  2. 我改进的遗传算法库galib,直接包含工程,避免了使用ga.lib链接失败等等问题-Improved genetic algorithm library galib, including projects directly, avoiding failure and so on using ga.lib Links
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-30
    • 文件大小:162094
    • 提供者:tamiaode
  1. GA

    0下载:
  2. 基于人工免疫算法的变电站电压无功综合控制-Based on artificial immune algorithm integrated voltage and reactive power control
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:2532
    • 提供者:许水燕
  1. GA

    0下载:
  2. 这是一本关于遗传算法的经典书籍《遗传算法原理及应用》,内容通俗易懂,适合初学者,后用附有GA的源代码。-This is a classic book on genetic algorithms, " Genetic Algorithms and Applications" , the content easy to understand for beginners, post the source code to use with GA.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3486586
    • 提供者:Nancy
  1. GA

    0下载:
  2. 基于免疫遗传算法的QOS路由选择问题 给予免疫遗传算法的多目标优化问题 -Immune genetic algorithm based QOS routing problems provide the immune genetic algorithm for multi objective optimization problem
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:242850
    • 提供者:路杨
  1. GA

    0下载:
  2. 遗传算法 解决最短路径 用C++来实现其功能 基于遗传算法的最短路径问题-Genetic algorithms to solve shortest path with C++ to achieve their function based on genetic algorithm shortest path problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1974
    • 提供者:李志忠
  1. GA

    0下载:
  2. 遗传算法源代码,特别有助于初学遗传算法者参考-Genetic algorithm source code, in particular, those references will help beginners GA
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:2411
    • 提供者:xiaochen
  1. GA

    1下载:
  2. 遗传算法c语言实现,稍作修改可应用于各种平台,主要用于优化计算-Genetic algorithm c language, with slight modifications can be applied to a variety of platforms, mainly used in optimization calculation
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1934
    • 提供者:whutedn009
  1. semi-ga

    0下载:
  2. 半监督遗传算法,基于kmeans的半监督遗传算法-Semi-supervised genetic algorithm, based on the semi-supervised genetic algorithm kmeans
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3136179
    • 提供者:kanstar
  1. GA

    0下载:
  2. 包含各种遗传算法的论文,详细讲述了遗传算法的思想和算法,也提供了各种改进的技术,是毕业设计和开发的最佳的参考资料。-The paper contains a variety of genetic algorithm, genetic algorithm described in detail the ideas and algorithms, but also offers a range of improved technologies, is the best graduate design
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-11
    • 文件大小:2754040
    • 提供者:荣振华
  1. ga

    0下载:
  2. 一个简单的遗传算法应用程序,可以为初学者提供这方面的一些借鉴。-A simple genetic algorithm application for beginners to provide some reference in this regard.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1204
    • 提供者:王刚
  1. ga

    0下载:
  2. 龙哥的用MATLAB解决蚁群算法 3段解决蚁群算法蚁群算法-Longge the ant colony algorithm using MATLAB to solve 3
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:5299
    • 提供者:曾令龙
  1. GA

    0下载:
  2. VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1454684
    • 提供者:zhoulimin
  1. GA

    0下载:
  2. 遗传算法程序源代码,很好的一个源代码。很有借鉴价值-Genetic algorithm source code, a good source. Great reference value
  3. 所属分类:AI-NN-PR

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

    1下载:
  2. 这是一个采用遗传算法优化bp神经网络权值阈值的MATLAB程序-This is a genetic algorithm to optimize neural network weights bp threshold MATLAB program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:34491
    • 提供者:chengfei
  1. ga

    1下载:
  2. 遗传算法GA算法程序。用matlab编写的ga工具箱,简单实用。-GA procedures. Using Matlab toolbox prepared by the ga, simple and practical.-GA
  3. 所属分类:Other systems

    • 发布日期:2016-01-25
    • 文件大小:977920
    • 提供者:tiantianpa
  1. ga

    0下载:
  2. 使用“旋轮法正比选择”、“单切点交叉”和单点突变的遗传算法-Use " proportional to select the roller method," " single-cut point crossover" and the single point mutation in the genetic algorithm
  3. 所属分类:matlab

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