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

搜索资源列表

  1. antsyscolony

    2下载:
  2. 关于TSP旅行商问题的蚁群标准算法,以及在一些地方的改进算法-TSP Traveling Salesman Problem on the standard ant colony algorithm and improved algorithm in some places
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:5260
    • 提供者:adakj
  1. yiqun

    0下载:
  2. 一个很不错的关于蚁群优化算法的matlab程序。-A very good on the ant colony optimization matlab program.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2681
    • 提供者:温黎茗
  1. ant

    0下载:
  2. 用蚁群优化算法寻找最佳路线以及路程长度的计算,-ant colony optimization algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2241
    • 提供者:张琳
  1. ACOTSP.V1.0

    0下载:
  2. 国外网站搜到的人工智能中用到的蚁群优化算法,C语言编写。-Ant Colony Optimization Algorithm downloaded from websites abroad. It is written in C.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:94604
    • 提供者:yhnc
  1. ACSofvb

    0下载:
  2. vb编制的蚁群算法,希望能对大家有所帮助-vb ant colony algorithm, we want to help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:26785
    • 提供者:zy
  1. TAODV

    2下载:
  2. AODV的改进算法的matalb仿真,绝对跑得出,我这里还有论文-Improved algorithms matalb AODV simulation, the absolute run out, I have here papers
  3. 所属分类:matlab

    • 发布日期:2014-05-07
    • 文件大小:1024
    • 提供者:王文琳
  1. clustering-based-on-improved-ACO

    2下载:
  2. 给出了一种改进的蚁群算法的聚类程序,比基本蚁群聚类效果好。-very useful
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3387
    • 提供者:王良
  1. jhghjhg

    0下载:
  2. 路径规划一些应用使用蚁群算法,算法速度快希望对大家有所帮助啊-Some applications use the ant path planning algorithm is fast and we want to help ah
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:89429
    • 提供者:算法
  1. computer_classical_arithmetic

    0下载:
  2. 该文件主要为分治策略、概率算法、回溯算法、枚举法、模拟退火算法、排序算法、搜索算法、贪心算法、遗传算法、蚁群算法的介绍及实现方式-The document mainly divide and conquer, probabilistic algorithms, backtracking algorithm, enumeration method, simulated annealing algorithm, sorting algorithm, search algorithm, greedy
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:774915
    • 提供者:mcs
  1. 基本蚁群算法程序

    1下载:
  2. 本文算法可用于优化、识别等问题,和其他遗传算法有同工异曲之妙
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-12-10
    • 文件大小:33280
    • 提供者:xinkuan123
  1. 图论算法的matlab程序实现

    1下载:
  2. 本资源涵盖了几乎所有matlab图论领域里的算法代码,最短路问题、TSP、最大流、深度优先搜索、广度优先、蚁群算法等等,可为功能强大。
  3. 所属分类:matlab例程

  1. MATLAB智能算法(遗传_神经网络_蚁群_免疫)

    1下载:
  2. 针对matlab中智能算法工具箱求解多目标函数问题是用遗传算法工具箱更加方便的计算多约束优化问题。(Aiming at the problem that multi-objective function is solved by using the intelligent algorithm toolbox in matlab, it is more convenient to calculate multi-constrained optimization problem with genet
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-20
    • 文件大小:1501184
    • 提供者:李乃双
  1. ant

    0下载:
  2. 简单的Matlab蚁群算法案例,可以用于求极值,是大学生建模培训的初级题目。(Simple ant colony algorithm case)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:XaphetS
  1. matlab_vrp(1)

    0下载:
  2. 首先实现一个ant蚂蚁类,用此蚂蚁类实现搜索。 算法按照tsp问题去解决,但是在最后计算路径的时候有区别。 比如有10个城市,城市1是配送站,蚂蚁搜索的得到的路径是1,3,5,9,4,10,2,6,8,7。 计算路径的时候把城市依次放入派送线路中, 每放入一个城市前,检查该城市放入后是否会超过车辆最大载重 如果没有超过就放入 如果超过,就重新开始一条派送路线 …… 直到最后一个城市放完 就会得到多条派送路线 这样处理比较简单可以把vrp问题转为tsp问题求解 但
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:40806400
    • 提供者:Ywain
  1. matlab智能算法例子

    0下载:
  2. Matlab智能算法,包括遗传算法,粒子群算法,蚁群算法等等(Matlab intelligent algorithm, including genetic algorithm, particle swarm algorithm, ant colony algorithm and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:7037952
    • 提供者:我要发sci
  1. 35460349yiqun-tuxing

    0下载:
  2. 蚂蚁算法,路径寻优的一种算法,已经实现了运行。可以一试。(Ant algorithm, a path optimization algorithm, has been implemented. Yes, you can.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:半樽酒
  1. 各种智能算法求解TSP问题

    1下载:
  2. 各种求解TSP问题的人工智能算法(粒子群算法,遗传算法,蚁群算法等等)(All kinds of intelligent algorithm to solve TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:48128
    • 提供者:nb123
  1. ACO算法

    0下载:
  2. 蚁群优化算法,可用于解决一人旅行商等问题。(Ant colony optimization algorithm can be used for TSP and other issues)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-31
    • 文件大小:80896
    • 提供者:小李子子
  1. 蚁群算法

    1下载:
  2. 应用于数学建模.实例分析,算法思想的传播,希望能给竞赛中的同学提供帮助,大家相互交流,有资源共享(Application to mathematical modeling. Example analysis, the dissemination of algorithmic ideas, hope to provide help to students in the competition, to communicate with each other and share resources)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:王璐玮
  1. aco代码

    0下载:
  2. 包含Ant类和ACO类及GA类的基本算法(Contains the basic algorithms for the Ant class and the ACO and GA classes)
  3. 所属分类:仿真建模

« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 50 »
搜珍网 www.dssz.com