CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算法的代码实例

搜索资源列表

  1. GA-Souce

    0下载:
  2. 一个不错的遗传算法的实例,代码比较好,调试方便-a good example of the genetic algorithm, code better, convenient debugging
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:23.23kb
    • 提供者:cgy2003
  1. 遗传算法实例

    0下载:
  2. 遗传算法实例: 也是自己找来的,原代码有少许错误,本人都已更正了,调试运行都通过了的。 对于初学者,尤其是还没有编程经验的非常有用的一个文件 遗传算法实例
  3. 所属分类:matlab例程

    • 发布日期:2010-10-13
    • 文件大小:37kb
    • 提供者:chengwuqun
  1. algorithm

    0下载:
  2. 传算法伪代码实例,遗传算法中最重要的过程就是选择和交叉。 -Examples of pseudo-code algorithm, genetic algorithm is the most important process of selection and crossover.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1.11kb
    • 提供者:何炎雯
  1. genetic_algorithm

    0下载:
  2. 遗传算法入门实例一:PID参数的优化[v1.0] 本文件夹包含: 图片IMG_0084 和IMG_0086为实验照片 IMG_0084为初始种群中某个体的PID调整效果 IMG_0086为进化了N(到底多少代我也没有去数)代之后的PID调整效果 文件GA为正文 源码\GA\ 为实验代码,WINAVR20060421+AVR Studio 4.12-Introduction example of a genetic algorithm: PID parameters optim
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2.7mb
    • 提供者:jiaoyfmagical
  1. ga

    0下载:
  2. 包括遗传算法的各种运算(交叉,变异)的实例源程序代码-Various operations, including genetic algorithms (crossover and mutation) of the instance of the source code
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:101.59kb
    • 提供者:高利敏
  1. GA

    0下载:
  2. 这个是个人编写的关于遗传算法的代码实现,并附有实例!-the realization of GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:36.65kb
    • 提供者:zk
  1. GA

    0下载:
  2. 遗传算法源代码(分享) 这个是个人编写的关于遗传算法的代码实现,并附有实例!!参附件!!再次提供给大家分享!! -Genetic algorithm source code (sharing) that is written on personal genetic algorithm code, together with examples! ! Participation accessories! ! Available to share with you again! !
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:36.27kb
    • 提供者:ccc
  1. Instances-of-genetic-algorithm

    0下载:
  2. 遗传算法实例,vc6.0,一个用遗传算法实现的走迷宫的例子,本代码能够让你在看遗传算法的看得云里雾里时,揭开那层面纱,让你更加理解遗传算法,编写出自己的遗传算法.-Instances of genetic algorithm, the Maze example of a genetic algorithm, the code allows you watching When the Genetic Algorithm seen foggy opened the veil, so you bett
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-28
    • 文件大小:13.37kb
    • 提供者:jimye
  1. matlab

    0下载:
  2. 三个遗传算法matlab程序实例,通过对三种典型的遗传算法进行代码实现,可以简单明了的认识遗传算法-Three genetic algorithm living example of matlab code
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:19.1kb
    • 提供者:王忠
  1. ycsf

    0下载:
  2. matlab遗传算法的实例,包括交叉、变异、选择,有详细的备注和解释,可以根据需求自行修改代码,选择默认轮盘赌选择,交叉为单交叉-Examples matlab genetic algorithm, including the crossover, mutation, selection, detailed notes and explanations can modify the code based on the needs, the default roulette selection,
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.75kb
    • 提供者:chengxu
  1. Iga

    0下载:
  2. 改进的遗传算法matlab实现实例,运行速度快,代码简单,易学-Improved genetic algorithm matlab implementation instance, running fast, the code is simple, easy to learn
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.39kb
    • 提供者:xhz
  1. yichuan2

    0下载:
  2. 本文所述为C++实现的遗传算法的类文件实例。一般来说遗传算法可以解决许多问题,希望本文所述的C++遗传算法类文件,可帮助你解决更多问题,并且代码中为了便于读者更好的理解,而加入了丰富的注释内容,是新手学习遗传算法不可多得的参考代码。-Examples of the types of documents herein is implemented by a genetic algorithm C++. General genetic algorithm can solve many problem
  3. 所属分类:Algorithm

    • 发布日期:2017-05-26
    • 文件大小:8.18mb
    • 提供者:zxc
  1. ga_tsp

    0下载:
  2. 基于MATLAB,对TSP问题进行基于遗传算法的求解。TSP  问题是典型的NP完全问题,代码包括求解TSP问题的遗传算法源程序m文件和实例-Based on TSP, the MATLAB problem is solved by genetic algorithm. TSP problem is a typical NP complete problem, including code for solving TSP problem genetic algorithm source
  3. 所属分类:matlab

    • 发布日期:2016-09-24
    • 文件大小:3kb
    • 提供者:涂超
  1. 单变量遗传算法

    0下载:
  2. 单自变量遗传代码实例,非工具箱编写,可以更改目标函数,完成这一系列的最值问题求解。(Example of single independent genetic code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:5kb
    • 提供者:yjabbt
  1. example1

    0下载:
  2. 遗传算法实例应用 ,用来解决实例问题的代码(Genetic algorithm, example, application)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:1kb
    • 提供者:豆腐白
  1. 遗传算法实例

    0下载:
  2. 也是自己找来的,原代码有少许错误,本人都已更正了,调试运行都通过了的。 对于初学者,尤其是还没有编程经验的非常有用的一个文件 遗传算法实例(Also find their own, the original code has a little error, I have corrected, debugging run through.A very useful file for beginners, especially for those who have no programming
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:3kb
    • 提供者:BBLooper
  1. 遗传算法

    0下载:
  2. 遗传算法的讲解与MATLAB 代码,及应用实例和实例的讲解(Genetic algorithm to explain and MATLAB code, and application examples and examples of explanation)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-01
    • 文件大小:3kb
    • 提供者:狮驼819
  1. genetictsp

    0下载:
  2. 为加深对遗传算法的理解与应用,结合经典的旅行商问题,用vs 2013进行了编程实验,验证算法的性能和加深对遗传算法的学习。(In order to deepen the understanding and application of genetic algorithm, combined with the classic travel problem, we use vs 2013 to do the programming experiment, which verifies the alg
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-21
    • 文件大小:856kb
    • 提供者:zyx1903435712
  1. 简单vrp实例代码 保证可用

    2下载:
  2. 基于遗传算法的车辆路径问题求解。本文件夹奥阔修改后的遗传算法实例代码 保证可用 (适合初学者和小白)(The problem of vehicle routing problem based on genetic algorithm is solved. This folder Aokuo modified genetic algorithm code examples to ensure that available (for beginners and white))
  3. 所属分类:文章/文档

    • 发布日期:2018-04-28
    • 文件大小:2kb
    • 提供者:西瓜331
  1. 遗传算法实例

    1下载:
  2. 用matlab展现遗传算法的计算过程。例子为求0.711*t1-0.084*(a0*t4*t1/(t2-t1+t3))+0.7*(t4-t3)+0.091*t2+0.162*(a0*t2*t4/(t2-t1+t3))这个看起来很复杂的式子的最小值,各个变量的约束条件在代码里写了出来。(Matlab is used to show the calculation process of genetic algorithm. The example is to find the minimum val
  3. 所属分类:数学计算

    • 发布日期:2019-08-15
    • 文件大小:1kb
    • 提供者:AdobeC
« 12 »
搜珍网 www.dssz.com