搜索资源列表

  1. 蚁群算法的matlab源码

    0下载:
  2. 用matlab编写的用于解决tsp问题的源代码,代码本身不完善,有一点问题,上载用的是普通word文档形式。-using Matlab prepared for the settlement tsp the source code, the code itself imperfect, it is, on the use of ordinary word document form.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6825
    • 提供者:任涛
  1. TSP

    0下载:
  2. 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决。-Including ant colony, simulated annealing, genetic, neural networks, tabu search, such as intelligent optimization algorithm to TSP problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:7168
    • 提供者:orange
  1. gaandpsoandacoforTSP

    0下载:
  2. 各种优化算法解决TSP问题 包括蚂蚁群算法 ,粒子群算法 ,遗传算法等等 -Various optimization algorithms to solve TSP problems include ants swarm optimization, particle swarm optimization, genetic algorithms, etc.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-23
    • 文件大小:10240
    • 提供者:博击长空
  1. ACS-TSP

    0下载:
  2. 蚁群算法在tsp(旅行商问题)的matlab程序。可以运行。-Ant colony algorithm in tsp (TSP) of the matlab program. Can run.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:suyun
  1. TSpant

    0下载:
  2. 一种分组求解TSP问题的蚁群算法。非常经典。有助于初学者提高。-A division problem solving TSP Ant Colony Algorithm. Very classic. Help beginners improve.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:10240
    • 提供者:留言民
  1. ant_colony_optimization

    0下载:
  2. 实现了一种高效的蚁群算法,它在旅行商问题中进行了测试-an effective and efficient aco
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:12288
    • 提供者:王临
  1. GBAS

    0下载:
  2. 利用蚁群算法求解TSP问题, 从Location.dat文件输入每个城市的坐标。-The use of Ant Colony Algorithm for TSP problems Location.dat file input from the coordinates of each city.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:陈强
  1. AntColonyAlgorithmTsp

    1下载:
  2. 用蚁群算法求解TSP(旅行商问题)。附上实验报告-ant colony algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:5220352
    • 提供者:龚汉杰
  1. ACA

    0下载:
  2. C++蚁群算法解决TSP问题,内有详细的说明。改进了信息素更新方式,使得olive30城市的TSP例子能达到416的最小值。-C++ ant colony algorithm to solve TSP problems, with detailed instructions. Improved pheromone update methods, making olive30 city TSP example to achieve the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:3072
    • 提供者:arrow
  1. ant

    0下载:
  2. 蚁群算法结合2-opt技术解决旅行商问题(TSP)-Ant colony algorithm with 2-opt technology to solve the traveling salesman problem (TSP)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:3737600
    • 提供者:newshowing
  1. TSP

    0下载:
  2. 蚁群算法求解TSP问题,附详细说明,适合初学者使用,此程序100 可用-ACO Ant Colony Optimization Artificial Intelligence
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:8192
    • 提供者:张衡
  1. TSP

    0下载:
  2. 蚁群算法TSP(旅行商问题)通用matlab程序-ant colony optimization on TSP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:linijn
  1. AntColonyAlgorithmforTSP

    0下载:
  2. matlab编写的蚁群算法解决TSP问题,对路径选择部分作了改进,有详细中文注解。-ant colony algorithm written in matlab to solve TSP problem, select the part of the path has been improved, there are more Chinese comments.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:3072
    • 提供者:王放
  1. TSP

    0下载:
  2. 用遗传算法、神经网络、蚁群算法等职能算法求解TSP问题-Using genetic algorithms, neural networks, ant colony algorithm for solving TSP problems and other functional
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:10240
    • 提供者:赵勇
  1. TSPmatlab

    0下载:
  2. 蚁群算法TSP问题matlab源代码,程序是蚁群算法在最短路中的应用,稍加扩展即可应用于机器人路径规划.-Ant colony algorithm TSP matlab source code, and the program is the ant colony algorithm in the most short circuit, the application can be applied to expand a robot pa
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:8192
    • 提供者:honeybr
  1. ACATSP

    0下载:
  2. 蚁群算法TSP问题解答方案,采用的是ACS的算法编码,可以自行更改其中的代码。-Questions program of ant colony algorithm TSP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:孙祥
  1. ACAmain

    0下载:
  2. 程序为蚁群算法解决TSP问题,主要包含了蚁群算法的具体步骤(The program solves the TSP problem for the ant colony algorithm and mainly includes the steps of the ant colony algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:叶子666
  1. 8593ec8fa2e2

    0下载:
  2. 有效解决旅行商问题,与遗传算法相互结合。优化路线(Solve the traveling salesman problem effectively)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:12288
    • 提供者:lzc123
  1. 变异蚁群算法

    0下载:
  2. 蚁群算法,对ACO传统算法进行改进,求解TSP问题的软件(solution of space equilibrium piont)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:739328
    • 提供者:通什二
  1. 蚁群算法

    0下载:
  2. 本文对蚁群算法的基本理论以及在 TSP 问题中的应用进行了系统研究和 MATLAB 仿真。介绍了蚁群算法的基本原理、特点和算法的实现方法。.基本蚁群算法由于存在搜索时间长,易陷入局部最优解等突出缺点,使得求解效果不是很好。针对这些缺陷,提出了改进的蚁群算法(最大-最小蚂蚁系统)求解 TSP 问题。改进主要在于限制路径信息素浓度、信息素的初始值以及强调对最优解得利用这三个方面。(In this paper, the basic theor
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:6144
    • 提供者:阳光1111111
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 32 »

源码中国 www.ymcn.org