CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 旅行商问题求解

搜索资源列表

  1. HopfieldTSP

    0下载:
  2. 用Hopfield神经网络求解TSP(旅行商问题),并附上实验报告-HopfieldTSP
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:786705
    • 提供者:龚汉杰
  1. DHNN11

    0下载:
  2. 用DHNN神经网络求解TSP旅行商问题求最小路程-DHNN network used for solving the minimum distance for TSP problem
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3568136
    • 提供者:courger
  1. Tsp

    0下载:
  2. 用于旅行商问题的求解,帮助旅行商问题的求解更快捷,更能够解决这个问题-The problem is to deal with the problem of Traveling Salesman Problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:157060
    • 提供者:fuafyisif
  1. TspSA

    0下载:
  2. 首先介绍模拟退火算法,然后编写伪程序,结合Visual C++开发工具求解著名的旅行商问题TSP-Simulated annealing algorithm first introduced, and then the preparation of pseudo-process, combined with Visual C++ development tools for solving the famous Traveling Salesman Problem TSP
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:927448
    • 提供者:liuzhiyong
  1. Multi-travelingsalesmanproblem

    0下载:
  2. 多旅行商问题是单旅行商问题的扩展, 具有更广泛的实际意义。在研究M TSP 解的特点的基础上, 提 出了最小化总行程和均分多个旅行商访问点数、最小化总行程及均分访问路程的两个多目标的M TSP 问题, 并分别给出了相应的数学模型、求解算法和应用实例, 实例表明模型的正确性。-Multi-traveling salesman problem traveling salesman problem is a single expansion, with a wider range of pra
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:242972
    • 提供者:Notics
  1. tabu_matlab

    0下载:
  2. 采用禁忌搜索算法和模拟退火法来求解旅行商问题,PDF文件,说明很详细-Using tabu search algorithm and simulated annealing method to solve the traveling salesman problem, PDF document describing in great detail
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:74858
    • 提供者:王敏蔚
  1. AntColonyAlgorithmTsp

    0下载:
  2. 用蚁群算法求解TSP(旅行商问题)。附上实验报告-ant colony algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:5220448
    • 提供者:龚汉杰
  1. GAtsp

    0下载:
  2. GA(遗传算法)求解tsp(旅行商问题),并附上实验报告-GA tsp
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:586399
    • 提供者:龚汉杰
  1. TSP

    0下载:
  2. 一个求解旅行商问题(TSP)的程序,效果不错,时间还可以-A Traveling Salesman Problem (TSP) program, the effect is true, time can also be
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1494
    • 提供者:wqq
  1. tspDEMO

    0下载:
  2. tsp问题求解,旅行商问题求解使用模拟退火算法-TSP SOLVED IN VC++
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3386
    • 提供者:lz
  1. monituihuo

    0下载:
  2. 模拟退火法求解n个城市的旅行商问题,很好用,只需做简单的修改就可以。-Simulated annealing method for solving n-city traveling salesman problem, useful, just do a simple modification can be.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:2531
    • 提供者:王晶
  1. Parallel-genetic-algorithm

    0下载:
  2. 经典遗传算法利用单一种群对种群个体进行交叉、变异和选择操作,在进化过程中的超级个体易产生过早收敛现象,粗粒度并行遗传算法利用多个子种群进行进化计算,各子群体分别独立进行遗传操作,相互交换最优个体后继续进化。该文证明了该算法的搜索过程是一个有限时齐遍历马尔柯夫链,给出粗粒度并行遗传算法全局最优收敛性证明。对于旅行商问题TSP利用粗粒度并行遗传算法进行了求解,以解决经典遗传算法的收敛到局部最优值问题。仿真结果表明,算法的收敛性能优于经典遗传算法。-Classic genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:931882
    • 提供者:陈嘉鑫
  1. The-Drummer

    0下载:
  2. 旅行商问题求解的小型课程设计,内附完整源代码和文档,文档中有详细的算法和程序解释。-The Dummer Question
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:1193046
    • 提供者:蓝若汐贝
  1. Cpp1

    0下载:
  2. 遗传算法 利用遗传算法求解旅行商问题。 使用C++语言编程。使用VS2008编译环境,没有使用额外的库,运 行环境为w7操作系统-Genetic Algorithm. the traveling salesman problem. C source code, suitable for beginners and genetic algorithm optimization and other kinds of knowledge.
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:3247
    • 提供者:杜齐
  1. matlab_simulated-annealing-algorithm

    0下载:
  2. 模拟退火算法 简单清晰 他是一种求解旅行商问题的高效算法,适合大家研究,欢迎改进,指正。-It is a simulated annealing algorithm.He is an efficient algorithm is used for solving the traveling salesman problem
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:4529
    • 提供者:Wang Hao
  1. ACO

    0下载:
  2. 基于蚁群算法的机器人的路径规划问题蚁群算法,一种与传统的数学规划原理截然不同的,模拟自然生态系统以求解复杂优化问题(如NPC(NP Complete)类问题,典型的有TSP(Traveling Saleman Problem)问题)的仿生优化算法,因其较强分布式计算机制、鲁棒性、易于与其他方法相结合等优点,使得蚁群算法具有较广泛应用领域,为那些最优化技术难以解决的组合优化问题提供了一类新的切实可行的解决方案。从最初的一维的静态优化问题扩展到多维的动态组合优化问题,包括车辆路径规划,工程设计,电力
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:1100410
    • 提供者:lin
  1. TSP_GA

    0下载:
  2. 遗传算法是一种智能优化算法,这个算法通过基因遗传的原理,来求解经典的旅行商问题。-Genetic algorithm is an intelligent optimization algorithms, this algorithm according to the principle of inheritance, the traveling salesman problem to solve the classical.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:798719
    • 提供者:罗波
  1. qw

    0下载:
  2. 利用动态规划算法求解旅行商问题的代码,VC开发-Dynamic Traveling Salesman Problem Solver
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:957809
    • 提供者:qisisi
  1. 遗传算法求解TSP问题

    0下载:
  2. matlab求解TSP的源代码,可以求解旅行商问题(Matlab source code for solving TSP)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:10240
    • 提供者:珈南
  1. chapter4

    0下载:
  2. 遗传算法程序,求解旅行商问题,可用于非线性求解(this is GA program for tsp ,and you can use it to slove some proplem)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:7168
    • 提供者:ifengjh
« 12 »
搜珍网 www.dssz.com