搜索资源列表

  1. genetic-algorithm

    0下载:
  2. 遗传算法接口代码,可根据实际问题调用里边的函数。-genetic algorithm interface code, according to actual problems along the calling function.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:郑军
  1. l2007425234648

    0下载:
  2. 这是一道很基本的程序,一方面希望它对初学遗传算法的兄弟们有用(包含了遗传算法实现的大部分步骤,而且有详细的注释),另一方面旨在抛砖引玉, 在下浅见: 1、遗传算法在进行大规模计算时,数据交换量大,速度确实是一个瓶颈,就如这道程序,在种群规模50,进化代数1000时运行需要40秒左右(cpu:duron 1G),当然,小弟编程能力弱,望各位大侠指教啊,或帮我修改一下这道程序 -This is a very basic proc
  3. 所属分类:并行运算

    • 发布日期:2024-05-10
    • 文件大小:47104
    • 提供者:haozi
  1. GeneticAlgorithm

    0下载:
  2. <遗传算法-理论、应用与软件实现>书的随书参考代码。
  3. 所属分类:书籍源码

    • 发布日期:2024-05-10
    • 文件大小:201728
    • 提供者:王克军
  1. GA

    0下载:
  2. matlab实现遗传算法,代码超多,共参考。-realize matlab genetic algorithm, super-multi-code, a total of reference.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:216064
    • 提供者:hanjiandong
  1. gaandNN

    0下载:
  2. 分别运用遗传算法和神经网络求解函数的程序代码,可以用来参考哦-Respectively, the use of genetic algorithm and neural network for solving the program code function that can be used to refer to Oh
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:108544
    • 提供者:蓝新
  1. TSP

    0下载:
  2. "遗传算法"以及"退火算法"用C++语言可以直接运行-Genetic algorithm as well as the annealing algorithm C++ Language can be directly run
  3. 所属分类:并行运算

    • 发布日期:2024-05-10
    • 文件大小:1419264
    • 提供者:mause
  1. matlab_1

    0下载:
  2. 自适应遗传算法的MATLAB程序,自己编写的。参照了一些高手的代码,有些自己的特色-Adaptive Genetic Algorithm MATLAB procedures, I have written. Reference to a number of master code, some of its own characteristics
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:sunbeam
  1. ga

    0下载:
  2. 关于遗传算法代码。比较全。希望能给大家带来帮助。-On the genetic algorithm code. Comparison of the whole. Hope that they will be helpful to everyone.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:4880384
    • 提供者:wuhao
  1. GA_5.17ntp

    0下载:
  2. 解决二次函数优化问题的c语言遗传算法代码,代码的可移植性高,并且我已加了注释,可读性佳 -Quadratic function to solve optimization problems genetic algorithm c language code, code portability high, and I have added notes, excellent readability
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:李龙
  1. yichuansuanfa

    0下载:
  2. 这是一个将n个样本聚类到m个类别中 将n个样本在m个类里如何分配输出的遗传算法代码。 适应度:sum(i=1_110)sum(j=1_20)【xi-vj】~2-This is a cluster n samples to the m categories will be n samples in the m a class how to allocate the output of the genetic algorithm co
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:zls
  1. bpANDgenetic

    0下载:
  2. 使用遗传算法对BP网络权值阈值进行优化,再用BP算法训练网络的代码,文本格式的-bp propoganda and genetic algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:rayonxu
  1. GA

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

    • 发布日期:2024-05-10
    • 文件大小:1455104
    • 提供者:zhoulimin
  1. 2

    0下载:
  2. tsp遗传算法代码 利用交叉算子改进方法求解旅行商问题-tsp genetic algorithm code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:mm
  1. yichuansuanfagac

    0下载:
  2. 一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。 -A very simple genetic algori
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:leilei
  1. 单变量遗传算法

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

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:yjabbt
  1. 精通MATLAB智能算法(2015代码)

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

    • 发布日期:2024-05-10
    • 文件大小:7047168
    • 提供者:pursh
  1. 基于c语言的人工免疫算法的源程序

    0下载:
  2. 人工遗传算法的C语言代码,可以在C Free 5.0 IDE上测试通过。亲测有效。(artificial immune genetic algorithm)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:116736
    • 提供者:小迪要加U
  1. GA-BP代码

    0下载:
  2. 利用GA遗传算法优化BP神经网络,有理论介绍,有实例(BP neural network optimization using GA genetic algorithm, a theoretical introduction, there are examples)
  3. 所属分类:matlab例程

  1. yichuan

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:fight_think
  1. 2010full遗传与蚂蚁-此程序包文件名都要改成小写

    0下载:
  2. 所用的遗传算法的MATLAB代码以及ppt教程,大家可以参考参考(MATLAB code used in the genetic algorithm, as well as ppt tutorial, we can refer to reference)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:654336
    • 提供者:anthony8
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org