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

搜索资源列表

  1. c++实现的TSP求解

    1下载:
  2. c++实现的TSP求解程序,可以读取数据文件
  3. 所属分类:Windows编程

  1. Hopfield网络解决TSP问题的求解

    3下载:
  2. Hopfield网络解决TSP问题的matlab求解,能出图的
  3. 所属分类:源码下载

    • 发布日期:2011-05-12
    • 文件大小:1495
    • 提供者:t330481@163.com
  1. 基于遗传算法的TSP问题的解决

    8下载:
  2. 基于遗传算法的TSP问题的matlab实现
  3. 所属分类:matlab例程

  1. TSP问题的Lingo程序

    1下载:
  2. 利用Lingo解决TSP问题。。。
  3. 所属分类:源码下载

    • 发布日期:2011-08-22
    • 文件大小:1572
    • 提供者:kangdewenwu
  1. 分支定界求解TSP问题

    1下载:
  2. 分支限界法求解TSP问题[15] 分支限界法类又称为剪枝限界法或分支定界法,它类似于回溯法,也是一种在问题的解空间树T上搜索问题解的算法。它与回溯法有两点不同:①回溯法只通过约束条件剪去非可行解,而分支限界法不仅通过约束条件,而且通过目标函数的限界来减少无效搜索,也就是剪掉了某些不包含最优解的可行解。②在解空间树上的搜索方式也不相同。回溯法以深度优先的方式搜索解空间树,而分支限界法则以广度优先或以最小耗费优先的方式搜索解空间树。分支限界法的搜索策略是:在扩展结点处,先生成其所有的儿子结点(分支
  3. 所属分类:编程文档

    • 发布日期:2012-05-15
    • 文件大小:1163094
    • 提供者:paul2204@qq.com
  1. tuba.rar 禁忌搜索算法的例子程序求解Tsp问题

    0下载:
  2. 禁忌搜索算法的例子程序求解Tsp问题, The taboo search algorithm example procedure solves the Tsp question
  3. 所属分类:数值算法/人工智能

    • 发布日期:2016-01-25
    • 文件大小:6698
    • 提供者:王晓东
  1. TS-TSP.rar

    0下载:
  2. 使用禁忌搜索算法求解TSP(旅行商问题)的JAVA源程序,The use of tabu search algorithm for solving TSP (Traveling Salesman Problem) the JAVA source code
  3. 所属分类:AI-NN-PR

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

    1下载:
  2. 这是一个很好用的求解TSP问题的粒子群算法,很适合初学者。,This is a very good solution of TSP used in the particle swarm optimization problems, it is suitable for beginners.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-25
    • 文件大小:2815
    • 提供者:zhaogang
  1. TSP-PSO.rar

    8下载:
  2. 用混合粒子群算法求解TSP问题,自带GUI界面,共有9中算法,可解决各种TSP问题,效果不错。,Using hybrid particle swarm algorithm to solve TSP problems, bring their own GUI interface, a total of 9 in the algorithm, to resolve the various TSP problems, good results.
  3. 所属分类:matlab例程

    • 发布日期:2013-11-25
    • 文件大小:33810
    • 提供者:灞堝媷
  1. TSP.rar

    0下载:
  2. TSP旅行包问题演示程序,运用了多线程技术,TSP VC code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:36565
    • 提供者:Snake
  1. TSP.rar

    1下载:
  2. 采用visual c解决tsp问题。里面有遗传算法的选择、交叉、变异函数。,Using visual c solve the problem tsp. There are genetic algorithm selection, crossover and mutation functions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:56538
    • 提供者:zhangbing
  1. PSO-TSP.rar

    1下载:
  2. 本程序是一个用POS来求解NP难问题,比图TSP问题,实际仿真效果证明改算法合理,This procedure is a POS to use NP hard problem to solve than the TSP problem graph, the actual simulation results prove that a reasonable change algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-23
    • 文件大小:1094
    • 提供者:杨维
  1. TSP-MST.rar

    1下载:
  2. 最小生成树的思想应用于TSP问题的求解,贪心算法的实际应用。,Minimum Spanning Tree thinking applied to TSP problem solving, the practical application of greedy algorithm.
  3. 所属分类:Data structs

    • 发布日期:2016-09-26
    • 文件大小:915816
    • 提供者:xnhcx
  1. TSP

    0下载:
  2. 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:24149
    • 提供者:111
  1. TSP-gene

    1下载:
  2. 是用遗传算法解决TSP问题,测例包括10个城市和30个城市。使用PMX交叉算子。-Is to use genetic algorithms to solve TSP problems, test cases, including 10 cities and 30 cities. Using the PMX crossover.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:44201
    • 提供者:yc
  1. PSO-TSP

    3下载:
  2. 在分析粒子群优化的搜索原理的基础上,通过引入交换子和交换序的概念,构造 一种特殊的粒子群优化算法,并用于求解旅行商问题。 - This algorithm introduces the search strategies of particle swarm optimiza- tion (PSO),via presenting the concepts of swap operator and swap sequence an algorithm of a kind of spe
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-01-02
    • 文件大小:4805
    • 提供者:李北辰
  1. tsp

    0下载:
  2. 用的是遗传算法.实现了货郎担的模拟,图形界面-Using a genetic algorithm. Realized the TSP simulation, graphical interface
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:47041
    • 提供者:wangxiao_nick
  1. SA-TSP-Matlab

    3下载:
  2. 一篇关于模拟退火算法解决TSP问题的MATLAB代码,拿来分享,欢迎讨论-On a simulated annealing algorithm to solve TSP problem of MATLAB code, used to share, please discuss
  3. 所属分类:matlab

    • 发布日期:2017-03-08
    • 文件大小:9539
    • 提供者:Allen
  1. tsp

    0下载:
  2. 模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环次数】可调,更原始类型参看SACompute-Simulated annealing algorithm generic categories, adapted from the TSP problem solving, using Java5 solution paradigm to express the need to realiz
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:4920
    • 提供者:长亭
  1. TSP

    0下载:
  2. 使用蚁群算法编写的C++环境下的旅行商(TSP)经典问题的解决方法-Ant colony algorithm using C++ environment, prepared under the traveling salesman (TSP) classical solution to the problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:19570
    • 提供者:翁海冰
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com