搜索资源列表

  1. TSP-ACE2

    0下载:
  2. VC下的蚁群算法,处理问题为TSP中国邮递员问题。另含一个日志处理类。-VC under the ant colony algorithm for TSP deal with the issue of Chinese postman problem. Another type of treatment with a log.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:22528
    • 提供者:hanjie
  1. ant_colony_system

    0下载:
  2. 蚁群算法解决TSP问题 matlab程序-Ant colony algorithm to solve TSP problem matlab program
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:chenglong
  1. 000

    0下载:
  2. 蚁群算法TSP(旅行商问题)通用matlab程序-很有借鉴意义!! -Ant Colony Algorithm TSP (Traveling Salesman Problem) Universal matlab program- great reference! !
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:alluke
  1. tsp

    1下载:
  2. 通过神经网络,蚁群算法,遗传算法等智能优化方法解决TSP问题-Through neural networks, ant colony algorithm, genetic algorithm, such as intelligent optimization methods to solve TSP problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:9216
    • 提供者:anson
  1. antforTSP

    0下载:
  2. 使用蚁群算法求解31个城市TSP问题,运行后得到15602个巡游路径-The use of Ant Colony Algorithm for TSP problem of 31 cities, running after the parade path 15602
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:胡家君
  1. TSPANT

    0下载:
  2. 用蚁群算法实现TSP问题 可以修改循环次数和其他参数。以得到更好的解。-TSP with ant colony algorithm can be modified cycle number and other parameters. In order to obtain a better solution.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:清水
  1. tsp

    0下载:
  2. 应用matlab解决tsp问题,通过蚁群算法和最短路径算法实现-Matlab solve problems tsp application through ant colony algorithm and the shortest path algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-22
    • 文件大小:13312
    • 提供者:管士平
  1. 1

    0下载:
  2. 蚂蚁TSP算法--用蚁群算法解决旅行商问题-TSP algorithm ant ant colony algorithm to solve traveling salesman problem
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:王晶
  1. aco-ga-pso-tsp

    0下载:
  2. 一个集合遗传算法,蚁群算法,粒子群算法的混合算法解决TSP问题的MATLAB程序-A collection of genetic algorithm, ant colony algorithm, the hybrid particle swarm optimization algorithm to solve TSP problems MATLAB program
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:严周广
  1. anttsp

    0下载:
  2. 用蚁群算法解决TSP问题,其中有基本蚁群,蚁密系统,还有自己提出的改进算法,自带GUI界面。-TSP with ant colony algorithm to solve the problem, including the basic ant colony, ant density systems, as well as the improved algorithm itself, its own GUI interface.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:238592
    • 提供者:灞堝媷
  1. ant_colony_system-Solve-the-TSP-problem

    0下载:
  2. 基于蚁群算法的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Ant colony algorithm based on the 50 cities TSP problem solving can be extended to a similar NP-hard problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:孙岩
  1. AntAlgorithm

    0下载:
  2. 一个蚁群算法求解邮递员路由问题(TSP)具体实现,本人在传统蚁群算法基础上进行改进,达到较高的效率-An ant colony algorithm for routing problem postman (TSP) concrete implementation, I am in the traditional ant colony algorithm based on the improvements to achieve highe
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:291840
    • 提供者:wangrenbiao
  1. yqsfy

    0下载:
  2. TSP问题蚁群算法通用Matlab程序源码-Ant colony algorithm for TSP problem common Matlab source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:5120
    • 提供者:天道酬勤
  1. ACS

    0下载:
  2. 用蚁群算法来解决,TSP(履行商人)最短路径问题。-TSP
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:张辉
  1. ACO-PSO

    0下载:
  2. 蚁群算法(ACO)和粒子群算法(PSO)的混合算法解决旅行商问题(TSP)的matlab代码-Ant colony optimization (ACO) and particle swarm optimization (PSO) of the hybrid algorithm to solve traveling salesman problem (TSP) in matlab code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:薛栋
  1. TSP-based-on-improved-pso

    0下载:
  2. 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algori
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:633856
    • 提供者:durongmao
  1. ant

    0下载:
  2. 使用蚁群算法解决TSP问题的算法,主要利用蚁群算法特性。(Using ant colony algorithm to solve TSP algorithm.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:3911680
    • 提供者:adolf123
  1. TSP(AA)

    0下载:
  2. 从北京出发经过全部省会回到北京的TSP问题,蚁群算法求解(Starting from Beijing, the TSP problem is solved by ant colony algorithm after all the provincial capitals return to Beijing)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-22
    • 文件大小:915456
    • 提供者:沈柁孜
  1. ACATSP

    0下载:
  2. 通过使用蚁群算法对旅行售货商问题进行求解(Ant colony algorithm is used to solve the TSP problem)
  3. 所属分类:matlab例程

  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-22
    • 文件大小:3072
    • 提供者:Victor_Z
« 1 2 3 45 6 7 8 9 10 ... 32 »

源码中国 www.ymcn.org