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

搜索资源列表

  1. 货郎担分枝限界算法图形

    0下载:
  2. 货郎担 分枝限界算法图形求解货郎担问题的分枝限界算法图形演示-traveling salesman Branch and Bound graphics algorithm to solve the traveling salesman problem Branch and Bound algorithm graphic demonstration
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4214
    • 提供者:李宏亮
  1. 货郎担问题源代码

    0下载:
  2. 货郎担问题源代码 货郎担问题源代码-traveling salesman problem source code traveling salesman problem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3455
    • 提供者:李宏亮
  1. travelingsalesman

    0下载:
  2. 用动态规划法求解旅行商问题 已经加入注释 欢迎批评指正-dynamic programming method for the traveling salesman problem has joined Notes welcome criticism correction
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:12601
    • 提供者:卢林
  1. 用贪心算法解决旅行商问题

    0下载:
  2. 用贪心算法解决旅行商问题,能运行的,是本科四年级的软件课程设计源码!,Use greedy algorithm to solve traveling salesman problem, will be able to run is the fourth year undergraduate curriculum design of the software source code!
  3. 所属分类:JSP源码/Java

    • 发布日期:2016-01-25
    • 文件大小:7486
    • 提供者:vivien
  1. 研究旅行商问题过程中自己改写的Grefenstette编码

    0下载:
  2. 研究旅行商问题过程中自己改写的Grefenstette编码、解码函数,附带小规模标准部分数据集,Grefenstette encoding and decoding function for Traveling salesman problem
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-24
    • 文件大小:30582
    • 提供者:王东
  1. TSPSA.模拟退火算法SA求解TSP旅行商问题

    2下载:
  2. 模拟退火算法SA求解TSP旅行商问题。可以自己设定初始温度和冷却温度,SA simulated annealing algorithm for solving traveling salesman problem TSP. Can be set for the initial temperature and cooling temperature
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-23
    • 文件大小:656
    • 提供者:yourchen
  1. matlab--tsp tsp问题 旅行商问题 matlab求解

    1下载:
  2. tsp问题 旅行商问题 matlab求解 遗传算法-TSP problem traveling salesman problem with MATLAB genetic algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2015-01-06
    • 文件大小:10240
    • 提供者:周道道
  1. yy.rar

    0下载:
  2. 求用分支限界算法解决旅行商问题的源程序,#include <stdio.h> #include <stdlib.h> #include <math.h> #define TRUE (1) #define FALSE (0) #define MAX_CITIES (10) #define INFINITY (999) #define I INFINITY ,Seeking with branch and bound algorithm t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:3363
    • 提供者:mermaid61218
  1. TSP.rar

    0下载:
  2. 模拟退火算法解决旅行商问题,从文件读入城市信息,Simulated annealing algorithm to solve traveling salesman problem, reading from the file information into the city
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:7254
    • 提供者:肖佩瑶
  1. travelingSalespersonProblem.ra

    0下载:
  2. 旅行商问题的实现,用分支界限法实现旅行商问题,The realization of traveling salesman problem, and the Limits of Law branch of the realization of traveling salesman problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:196175
    • 提供者:燃烧
  1. aco.rar

    0下载:
  2. 专门用于求解TSP问题的matlab编制的蚁群算法,此程序的优化效率和鲁棒性都非常好,Ant Colony Algorithm for Traveling Salesman Problem,very efficient and robust
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2094
    • 提供者:唐毅
  1. ACATSP.rar

    0下载:
  2. 蚁群算法,MATLAB求最短路径,解放军信息工程大学一个老师编的matlab程序,Ant Colony Algorithm for Traveling Salesman Problem
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1997
    • 提供者:Bintan
  1. GATSP_CPP

    0下载:
  2. 采用遗传算法实现旅行商问题的C++源代码。-Traveling salesman problem using genetic algorithm in C++ source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:417015
    • 提供者:王利梅
  1. SA_TSP.rar

    0下载:
  2. 使用模拟退火算法求解TSP(旅行商)问题的JAVA源程序,The use of simulated annealing algorithm for solving TSP (traveling salesman) problem with JAVA source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2993
    • 提供者:ann
  1. tsp.rar

    0下载:
  2. 旅行商问题,总共30个城市,计算最优路线和最短路径,Traveling Salesman Problem, a total of 30 cities, calculating the optimal route and the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:1283
    • 提供者:steven
  1. GrTheory.rar

    0下载:
  2. 这是一个图论工具箱,内包含25个图论算法,包括最小路径规划,和旅行商问题。,This is a map of the toolbox, which contains 25 plans of algorithms, including the smallest path planning, and the traveling salesman problem.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:28771
    • 提供者:spf
  1. VRP_GA.rar

    0下载:
  2. 用GA遗传算法求解VRP车辆配送问题,以及VRP的特殊情况TSP旅行商问题,GA Genetic Algorithm for VRP with the distribution of vehicles, as well as the special circumstances of VRP Traveling Salesman Problem TSP
  3. 所属分类:matlab例程

    • 发布日期:2016-10-10
    • 文件大小:975
    • 提供者:yourchen
  1. GA_TSP

    0下载:
  2. 遗传算法实现旅行商问题:经典遗传算法解决旅行商问题,可供研究遗传算法的同仁进行研究改进。-Genetic Algorithms for Traveling Salesman Problem: a classic genetic algorithm to solve traveling salesman problem, for the study of genetic algorithm to improve the research associates.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1504456
    • 提供者:saint
  1. travelSP_lhd

    0下载:
  2. 用遗传算法实现巡回旅行商(邮差问题)的程序。可自由设置城市位置及数目,可设置个体数、代数、交叉率参数。运行过程中可记录每代各个体的基因编码数据于文件中,帮助深入研究遗传算法解决优化问题的机理。-The procedures using Genetic Algorithms to work Traveling Salesman problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:65076
    • 提供者:罗皇达
  1. TSPHopfield

    0下载:
  2. 基于Hopfield的神经网络算法的MATLAB编程求解旅行商问题,程序复杂,但是求解效果很好-Hopfield of neural network algorithm based on the MATLAB program for solving the traveling salesman problem, complicated, but works well for solving
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1218
    • 提供者:胥全春
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com