搜索资源列表

  1. TSPgenerationwithMatlab

    0下载:
  2. TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序,可用于解决夺目的地TSP问题-TSP problem (also known as: traveling salesman problem, traveling salesman problem) genetic algorithm matlab general procedures can be used to solve TSP problems capture
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:31744
    • 提供者:李海民
  1. TSP40

    0下载:
  2. 旅行商问题 tsp-Traveling salesman problem tsp
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:ranee
  1. TravelerField

    0下载:
  2. 本程序使用MFC编写了编写了旅行商问题,使用A*算法。-This procedure was prepared to use MFC to prepare a traveling salesman problem, use the A* algorithm.
  3. 所属分类:.net编程

    • 发布日期:2024-05-21
    • 文件大小:693248
    • 提供者:李祥
  1. DXTSP

    0下载:
  2. 单向的TSP旅行商问题的动态规划算法,用C语言实现。-One-way Traveling Salesman Problem TSP dynamic programming algorithm, using C language.
  3. 所属分类:文件格式

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:zhoulitc
  1. 101259373DeMat

    0下载:
  2. 一些pso算法的应用 解决旅行商问题-Application of some PSO algorithm to solve traveling salesman problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:张艳双
  1. TSP

    0下载:
  2. tsp(旅行商问题) 利用matlab遗传算法、模拟退火算法以及lingo动态规划求解-tsp (TSP) using matlab genetic algorithms, simulated annealing algorithm and dynamic programming to solve lingo
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:李玉
  1. tsp-ranee

    0下载:
  2. Hopfiled 实现TSP旅行商问题 CH-Traveling Salesman Problem TSP Hopfield realize CH
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:3903488
    • 提供者:ranee
  1. tsp

    1下载:
  2. 用分支定界法求解旅行商问题旅行商问题是一个经典NP问题:有n个城市,一个推销员要从其中的某一个城市出发,每个城市只能遍历一次,要求走遍所有的城市,再回到他出发的城市,求所有可能路径中路径最短的一条路径来。-Using branch and bound method for solving traveling salesman problem traveling salesman problem is a classic NP probl
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:bianbian
  1. TSPannealarithmetic

    0下载:
  2. 本文以著名的旅行商问题(TSP)为例说明如何利用MATLAB语言实现模拟退火算法。-In this paper, the well-known traveling salesman problem (TSP) as an example on how to use MATLAB language to achieve simulated annealing algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:40960
    • 提供者:宋彦斌
  1. mtsp_ga

    0下载:
  2. 由matlab解决多旅行商问题,并且包括矩阵计算等功能-From matlab to solve multi-traveling salesman problem, and includes features such as matrix calculation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:zxf
  1. tspmatlab

    0下载:
  2. matlab完美解决旅行商问题。蚁群算法。-traveling salesman problem matlab perfect solution. Ant colony algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:陈西博
  1. GA

    0下载:
  2. vs2005开发 遗传算法求解144城市的旅行商问题-VS2005 to develop genetic algorithm 144 city traveling salesman problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:460800
    • 提供者:庄雄雄
  1. tspapp_src

    0下载:
  2. 用遗传算法解决旅行商问题,有详细的注释 -Genetic algorithm is used to solve the traveling salesman problem, there are detailed notes
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:118784
    • 提供者:ljc
  1. DPSO

    0下载:
  2. 处理旅行商问题的离散PSO算法的例程,动态生成路径串,算法本身保证了路径串的合法性-Traveling salesman problem to deal with discrete PSO algorithm routines, dynamically generated path string, the algorithm itself, guarantee the legitimacy of the path string
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:tedachun
  1. TspSA

    0下载:
  2. 用模拟退火算法求解旅行商问题的代码,采用C++编写-Using Simulated Annealing Algorithm for Solving Traveling Salesman Problem code, using C++ Prepared
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:28672
    • 提供者:nc21lym
  1. TSP_ga

    0下载:
  2. TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) genetic algorithm matlab common procedures
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:24576
    • 提供者:lastsong
  1. xujinpeng-matlab

    0下载:
  2. 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。-Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:504832
    • 提供者:竹子的信仰
  1. gafortsp

    0下载:
  2. 用遗传算法实现TSP旅行商问题,MATLAB源码-Using Genetic Algorithm for Traveling Salesman Problem TSP implementation, MATLAB source
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:dalian
  1. yichuansuanfaqiujielvxingshang

    0下载:
  2. 利用遗传算法求解旅行商问题,其中附有程序实现的源代码-The use of genetic algorithm to solve traveling salesman problem, of which attached to the source code program
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:张驰
  1. genetic

    0下载:
  2. 使用遗传算法求解旅行商问题,城市数目及城市之间的距离通过txt文件来读入,然后输出求解过程及最后收敛到的最有路径-The use of Genetic Algorithm for Traveling Salesman Problem, the number of cities and the distance between cities through the txt file to read, and then output the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:623616
    • 提供者:郑益夫
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org