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

搜索资源列表

  1. meshpartdist.tar

    1下载:
  2. This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometric, spectral, geometric spectral, and coordinate bisection. It also has routines to generate recursive multiway partitions, vertex separators, and nes
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:264561
    • 提供者:xy
  1. ACO_Peng_V4

    1下载:
  2. 这是我用matlab编写的,利用蚁群算法(ACO)求连续函数最优解的源码。是对段海滨《蚁群算法原理及应用》一书中,网格策略法的实现。-This is my prepared using Matlab, using ant algorithms (ACO) function for the optimal solution for the source code. On the waterfront of the "ant colony algorithm and application
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1499
    • 提供者:Peng
  1. ACOTSP.V1.1

    0下载:
  2. 是从一个国外的蚁群算法网站上下载的源程序,是用蚁群算法解TSP问题的源程序!感谢开放源程序-from a foreign website ant algorithm download the source code, is ACO for the TSP source! thanks to open source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:95478
    • 提供者:鄭天才
  1. yiqun

    0下载:
  2. 是从一个国外的蚁群算法网站上下载的源程序,是用蚁群算法解TSP问题的源程序!感谢开放源程序-from a foreign website ant algorithm download the source code, is ACO for the TSP source! thanks to open source
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:6026
    • 提供者:何泼
  1. mayi

    0下载:
  2. 是从一个国外的蚁群算法网站上下载的源程序,是用蚁群算法解TSP问题的源程序!感谢开放源程序-from a foreign website ant algorithm download the source code, is ACO for the TSP source! thanks to open source
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:32547
    • 提供者:何泼
  1. ACS

    2下载:
  2. matlab编写的蚁群优化tsp程序,很不错,希望大家喜欢-ant colony optimization matlab prepared tsp procedures, very good, I hope everyone likes
  3. 所属分类:matlab

    • 发布日期:2016-07-12
    • 文件大小:10006
    • 提供者:qq
  1. ant-colony-algorithm(ACO)

    0下载:
  2. 蚁群算法实现TSP问题,代码由MATLAB编写,可直接运行,直接修改初始城市数据即可-Ant colony algorithm TSP problem, the code is written in MATLAB can be directly run, the data can directly modify the initial cities
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2171
    • 提供者:王宇蒙
  1. aco

    0下载:
  2. code matlab pso based aco
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2070
    • 提供者:marouma
  1. 05-ACO-for-TSP

    0下载:
  2. this code is ACO for TCP. work with this GA very simple.
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:4309
    • 提供者:rezanasiripour
  1. ACO-knapsack

    0下载:
  2. Ant colony optimization matlab code for solving Knapsack problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:14310
    • 提供者:javad
  1. aco

    0下载:
  2. 蚁群算法是现代优化算法,这个是直接可以编译通过的蚁群算法求解51城市的TSP问题的MATLAB源代码 -Ant colony algorithm is a modern optimization algorithm, which is directly compiled by the ant colony algorithm to solve the 51 cities of the TSP problem MATLAB source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:10415
    • 提供者:xulin
  1. ACO-tsp

    0下载:
  2. 利用蚁群算法求解tsp问题的源代码,这个模板能够运行。 如果你想带入自己的数据只需要修改城市的坐标矩阵(也就是C)和蚂蚁数量、迭代次数就能很好的运行并得到结果了。 希望对你学习蚁群算法有所帮助。-Using the ant colony algorithm to solve the tsp problem source code, this template can run. If you want to bring your own data only need to modify
  3. 所属分类:matlab

    • 发布日期:2017-12-13
    • 文件大小:5528
    • 提供者:雷磊
  1. myMatlab-code

    0下载:
  2. In computer science and operations research, the ant colony optimization algorithm (ACO) is a probabilistic technique for solving computational problems which can be reduced to finding good paths through graphs. This algorithm is a member of the
  3. 所属分类:Editor

    • 发布日期:2017-12-12
    • 文件大小:14287
    • 提供者:ibra
  1. ACO

    0下载:
  2. matlab code for ant colony optimization
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:6144
    • 提供者:Aziziz
  1. 57504

    0下载:
  2. aco code foe feature selection
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:3072
    • 提供者:farifalah
  1. ACO(daneshjooyar.com)

    0下载:
  2. abt colony matlab code
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:16644096
    • 提供者:asghari
  1. ACOBP

    2下载:
  2. 用蚁群算法优化BP神经网络,然后用于预测,非常实用,适合初学者。(This is the aco-bp code in matlab)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:jgyy
  1. ACO程序 含数据示例

    0下载:
  2. 蚁群算法,内含详细的代码和数据。亲测可用(Ant colony algorithm with detailed code and data)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:257024
    • 提供者:王小凡
  1. 蚁群算法ACO

    1下载:
  2. 一种经典蚁群算法的matlab代码,可进行函数的优化,内含函数的优化。(A classical ant colony algorithm's matlab code, can carry out the function optimization, contains the function optimization.)
  3. 所属分类:Windows编程

    • 发布日期:2021-03-11
    • 文件大小:2048
    • 提供者:言叶之庭1
  1. code

    1下载:
  2. 基于蚁群算法的 TSP 求解,分别采用蚁群算法和蚁群算法-粒子群混合算法进行优化求解,使用不同的交叉和变异适应度函数更新粒子,从而实现 TSP问题的优化求解,更加逼近实际问题。(Based on the TSP solution of ant colony algorithm, ant colony algorithm and hybrid algorithm of ant colony algorithm particle swarm optimization are used to solv
  3. 所属分类:其他

    • 发布日期:2021-04-08
    • 文件大小:5120
    • 提供者:Fantasy1017
« 1 2 3 45 6 »
搜珍网 www.dssz.com