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

搜索资源列表

  1. yichangsuanfa

    0下载:
  2. 附件结构: gatbx.rar: (1)gatbx-origin.zip (2)gatbx-toolbox.rar (3)gatbx-example.rar 第一章 遗传算法概述 第二章 基本遗传算法及改进 11 第三章 遗传算法的理论基础 34 第四章 遗传算法的基本原理与方法 45 第五章 遗传算法工具箱函数 62 第六章 遗传算法工具箱的应用 95 第七章 遗传算法应用举例 107 第八章 使用MATLAB遗传算法工具 146 第九章
  3. 所属分类:matlab

    • 发布日期:2017-05-27
    • 文件大小:10467624
    • 提供者:薇薇
  1. basic

    0下载:
  2. 基本遗传算法的PPT课件,很经典。可以-PPT basic genetic algorithm courseware, very classic. Can see
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:172317
    • 提供者:李去昂
  1. GeneticAogorithm

    0下载:
  2. 实现了基本遗传算法,并使用该算法求函数的最大值,含有算法结果图。-Realize the basic genetic algorithm, and using the algorithm for function maximum, contain algorithm results figure.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:106670
    • 提供者:刘玉秀
  1. Sample-Genetic-Algorithm

    0下载:
  2. 基本遗传算法,用来解决目标函数的算法问题-Basic genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:181773
    • 提供者:雷锋
  1. GA

    1下载:
  2. C语言实现的基本遗传算法,遗传算法是一种用于问题优化的一种智能算法,应用的领域十分广泛。-C language implementation of the basic genetic algorithm, genetic algorithm is a problem of optimization for an intelligent algorithm, a wide range of application areas.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3597
    • 提供者:张友安
  1. GA

    0下载:
  2. 源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:692545
    • 提供者:yuanping
  1. myGA

    0下载:
  2. 基本遗传算法 基本 遗传算法 -Basic genetic algorithm the basic basic basic genetic algorithm genetic algorithm genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:952
    • 提供者:jiangtianhua
  1. GA

    0下载:
  2. 基本遗传算法maltab源程序, 比较实用-Maltab basic genetic algorithm source code, more practical
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6841
    • 提供者:杨茂
  1. GA-CPP

    0下载:
  2. 基本遗传算法(Simple Genetic Algorithms,简称SGA,又称简单遗传算法或标准遗传算法),是由Goldberg总结出的一种最基本的遗传算法,其遗传进化操作过程简单,容易理解,是其它一些遗传算法的雏形和基础。 -Basic genetic algorithm (Simple Genetic Algorithms, referred to as the SGA, also known as simple genetic algorithm or standard genetic
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1502056
    • 提供者:于少沛
  1. yichuangsuanfa

    0下载:
  2. 基本遗传算法,VC++写的CPP文件,包含基本遗传算法的所有基本算子,可以自行在程序中修改所求函数,和目标函数。使用很方便。-Basic genetic algorithm, VC++ to write the CPP file that contains all the essential basic genetic algorithm operators, free to modify the requirements in the program functions, and the o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:70267
    • 提供者:que
  1. gaot

    0下载:
  2. 基本遗传算法的matlab源程序,适合初学者,参考资料很有价值-Genetic algorithm matlab source, suitable for beginners, valuable reference
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:104306
    • 提供者:raul
  1. GA

    0下载:
  2. 基本的遗传算法,实现了基本遗传算法的选择交叉变异等操作,对于初学遗传算法有一定的参考价值-Basic genetic algorithm, the choice of the basic genetic algorithm crossover and mutation operations, the genetic algorithm for the beginner has some reference value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:10170
    • 提供者:小朱
  1. yichuansuanfa

    0下载:
  2. 基本遗传算法程序,用于程序测试,软件开发等,对遗传算法初学者作用较大-The basic genetic algorithm for program testing, software development, the role of genetic algorithm beginners larger
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3819
    • 提供者:信宁宁
  1. EC1

    0下载:
  2. 基本遗传算法源程序,c语言,适合初学遗传算法者-Basic genetic algorithm source code, c language, suitable for beginners genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2475
    • 提供者:甄丽平
  1. ga

    0下载:
  2. 遗传算法的matlab源代码,包含了从基本遗传算法到,自适应,多种交叉方式等遗传算法的源代码-Genetic algorithm of matlab source code, including from the basic genetic algorithm to, adaptive, a variety of crossover modes and genetic algorithm of source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8033
    • 提供者:lzyacht
  1. s

    0下载:
  2. 一个基于vc++编译运行过的基本遗传算法-A vc++ compiler to run the basic genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:421500
    • 提供者:yuh
  1. sga

    0下载:
  2. 基于基本遗传算法的函数最优化 《遗传算法——理论、应用与软件实现》,王小平、曹立明编着 -A function of the basic genetic algorithm-based optimization "Genetic algorithm- theory, application and software implementation, Wang Xiaoping, Cao Liming, ed
  3. 所属分类:transportation applications

    • 发布日期:2017-04-03
    • 文件大小:4724
    • 提供者:chengfeng
  1. new-1

    0下载:
  2. 基本遗传算法源程序 比例选择算子,单点交叉算子,基本位变异算子-simple genetic algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:2001
    • 提供者:dd
  1. SGA

    0下载:
  2. 基本遗传算法,有c语言实现的,根据遗传算法的原理对函数极值进行求解-Basic genetic algorithm, with C language, according to the principle of genetic algorithm for solving extreme value of function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:5666
    • 提供者:hello
  1. Genetic-Alogrithm

    0下载:
  2. 遗传算法解算GPS载波相位整周模糊度,包括基本遗传算法和自适应遗传算法。-Genetic Algorithms GPS carrier phase integer ambiguity, including basic genetic algorithm and adaptive genetic algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:307644
    • 提供者:陈魁
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 27 »
搜珍网 www.dssz.com