搜索资源列表

  1. 蚁群算法程序演示

    0下载:
  2. 该算法包含了蚁群算法的基本原理及其实现,相信对初学者来说是一个很好的入门课程!
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-04-15
    • 文件大小:123331
    • 提供者:xingmeng6688
  1. BP_蚁群算法_ANN

    1下载:
  2. 利用蚁群算法优化BP神经网络,程序里面有现成的数据和结果,能够自行检验
  3. 所属分类:源码下载

    • 发布日期:2010-09-10
    • 文件大小:847904
    • 提供者:mountaintao
  1. QAS组播 蚁群

    0下载:
  2. QAS蚁群算法程序
  3. 所属分类:文档资料

    • 发布日期:2011-04-18
    • 文件大小:31744
    • 提供者:lxdsea
  1. 51个城市的tsp程序

    0下载:
  2. 这是一个用蚁群算法来解决51个城市的tsp问题,该源码是用C++编写的,是一个非常有用的源代码 const int iAntCount=34;//ant numbers 蚂蚁数量 const int iCityCount=51;//城市数量 const int iItCount=500;//循环次数 const double Q=100;//信息素总量
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-03-17
    • 文件大小:1578
    • 提供者:cuifangsong
  1. ACOTSP.tar

    0下载:
  2. linux gc编写的蚁群算法程序 首先tar xzfv 解压缩 进入目录后,./confiure 然后make -prepared by the ant colony algorithm first extract tar xzfv directory access, ./then make confiure
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:92160
    • 提供者:来守林
  1. iACSkroc100bingxingxiaochuangkoubianyi

    0下载:
  2. 这是在最初的蚁群算法的变异算子的基础上改进的变异算子,旅行商问题中含100个城市的程序-This is the first ant colony algorithm mutation operator on the basis of improving the mutation operator, Traveling Salesman Problem with 100 cities in the process
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:秦云芬
  1. ant-act

    0下载:
  2. 机器人路径规划中的蚁群算法小程序自己编程的-robot path planning algorithm for the small ant own programming procedures. .
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:40960
    • 提供者:雷亮
  1. yiqunsuanfachengxu

    0下载:
  2. 基本蚁群算法程序程序在vc++6.0下面同过,对原来的做了一点修改。-basic ant algorithm Procedure in the same vc 6.0 below that of the original done a few modifications.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:李虹
  1. yiqunsuanfa_matlab

    0下载:
  2. matlab下一个比较成熟的解决tsp问题的蚁群算法程序。-Matlab under a more mature solution tsp the ant algorithm procedures.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:13312
    • 提供者:luo
  1. pso

    0下载:
  2. 使用matlab编写的蚁群算法程序,供大家参考使用。-Matlab using ant colony algorithm to prepare procedures for U.S. use and reference.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:张杰
  1. PSOFitness

    0下载:
  2. matlab编写的蚁群算法程序,供大家使用参考。-ant colony algorithm matlab preparation procedures for the use of U.S. reference.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:张杰
  1. ant_test

    0下载:
  2. 蚁群算法的程序,是关于函数优化的,是一个同学给的,上传上去和大家分享-Ant colony algorithm procedure, on the function optimization is given by a fellow student, upload and get everyone to share
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:3745792
    • 提供者:杜鲁燕
  1. therightacotspwenti

    0下载:
  2. 经更改过的TSP蚁群算法程序代码,有图象输出,-Changes to the TSP by the ant colony algorithm program code, has the image output,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:廖本友
  1. yiqun

    0下载:
  2. 蚁群算法程序,采用C++语言实现蚁群算法程序。-Ant colony algorithm procedure for the C++ Language ant colony algorithm procedures.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:stephen
  1. yiqun-Cpro

    0下载:
  2. 基本蚁群算法程序 可以修改循环次数和其他参数。以得到更好的解-The basic ant colony algorithm can be modified cycles and other parameters. In order to obtain a better solution
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:li shu
  1. 蚁群算法matlab程序

    1下载:
  2. 利用蚁群在搜索食物源的过程中体现出来的寻优能力来解决离散系统中的一些优化问题(Some optimization problems in discrete systems are solved by using ant colony optimization capability in searching for food sources)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Kevin-wang
  1. TSP Matlab程序

    0下载:
  2. 蚁群算法是当前研究非常火热的一种智能算法,下面的蚁群算法程序专门用于求解TSP问题,此程序由GreenSim团队于2006年初完成,最初公开发表于研学论坛,我们经过仿真检验,发现此程序的优化效率和鲁棒性都非常好。(Ant colony algorithm is an intelligent algorithm very hot current research, the special program of ant colony alg
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:Victor_Z
  1. 蚁群算法matlab程序代码

    0下载:
  2. 用于配套学习智能算法,属于蚁群智能算法的例子(An intelligent algorithm for learning)
  3. 所属分类:数值算法/人工智能

  1. 蚁群算法

    0下载:
  2. 一个很有意思的小程序,叫做蚁群算法,不过好像有点bug……(A very interesting program called ant colony optimization, but it seems to have some bug...)
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:242688
    • 提供者:yellow sea
  1. 对于蚁群优化算法的研究

    0下载:
  2. 解决tsp问题中的一种策略——蚁群算法,含蚁群算法过程,原理,及程序范例。(One of the strategies to solve the TSP problem is ant colony algorithm, including ant colony algorithm process, principle and program paradigm.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:11264
    • 提供者:吃鸡的鸭
« 1 23 4 5 6 7 8 9 10 ... 41 »

源码中国 www.ymcn.org