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

搜索资源列表

  1. psotsp

    0下载:
  2. 用粒子群算法解决tsp问题,其粒子群算法为离散粒子群算法。-Using particle swarm algorithm to solve the problem tsp its discrete particle swarm PSO.
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:5853
    • 提供者:何涛
  1. TSPBranchAndBound

    0下载:
  2. TSP TRAVEL SALES MAN PROBLEM SOLVING
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:1069
    • 提供者:khalid
  1. TSP

    0下载:
  2. 使用蚁群算法解决TSP问题的例子,包括城市的坐标 最大迭代次数 蚂蚁个数 表征信息素重要程度的参数 表征启发式因子重要程度的参数 信息素蒸发系数 信息素增加强度系数 各代最佳路线 各代最佳路线的长度 等参数-TSP problems ant colony algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2085
    • 提供者:短笛
  1. tsp

    0下载:
  2. tsp问题的解决方法 模拟退火和遗传算法-tsp solution to the problem simulated annealing and genetic algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1757
    • 提供者:zhang
  1. NeuralnetworksolveTSP

    0下载:
  2. 利用连续型Hopfield反馈网络求解10城市的旅行商(TSP)问题,matlab编码,内有详细说明。-Using Continuous Hopfield feedback network of 10 cities to solve traveling salesman (TSP) problem, matlab coding, which is described in detail.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:90471
    • 提供者:王华辉
  1. g

    0下载:
  2. 用遗传算法求解tsp问题,其中算了20个城市-A Genetic Algorithm for tsp problem, of which 20 cities calculations
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:18571
    • 提供者:姚灵灵
  1. tsp

    0下载:
  2. 好用的tsp解决方案,可根据需要自行修改-A nice tsp solution modify as needed
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1042
    • 提供者:chuer
  1. ACO

    1下载:
  2. 蚁群算法(ACO)解决旅行商问题(TSP)的matlab程序。数据取自Oliver30。-Ant colony optimization (ACO) to solve the traveling salesman problem (TSP) in the matlab program. Data from Oliver30.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4351
    • 提供者:薛栋
  1. PSO

    6下载:
  2. 粒子群算法(PSO)解决旅行商问题(TSP)的matlab程序。-Particle swarm optimization (PSO) to solve the traveling salesman problem (TSP) in the matlab program.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:16288
    • 提供者:薛栋
  1. ACO-PSO

    15下载:
  2. 蚁群算法(ACO)和粒子群算法(PSO)的混合算法解决旅行商问题(TSP)的matlab代码-Ant colony optimization (ACO) and particle swarm optimization (PSO) of the hybrid algorithm to solve traveling salesman problem (TSP) in matlab code
  3. 所属分类:matlab例程

    • 发布日期:2013-09-04
    • 文件大小:4273
    • 提供者:薛栋
  1. TSp

    0下载:
  2. matlab 有关于解决tsp 问题的 程序-tsp matlab to solve the problem on the procedures
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:126443
    • 提供者:sf
  1. TSPwith

    0下载:
  2. this the TSP problem with input GA algoritm that get input from matrix,i put test case too, you can use them-this is the TSP problem with input GA algoritm that get input from matrix,i put test case too, you can use them...
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:301537
    • 提供者:Navid Yamini
  1. TSPPSO

    0下载:
  2. 用该进的粒子群优化算法来解决旅行商问题,即TSP问题(Traveling Salesman Problem)-Using the advanced PSO algorithm to solve TSP(Traveling Salesman Problem)
  3. 所属分类:matlab

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

    0下载:
  2. tsp matlab 旅行售货员问题的经典程序 很好的 望高手大侠多多几点-tsp matlab traveling salesman problem is the classic procedure lots of good looking master a few heroes
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2483
    • 提供者:liangzhongfa
  1. tsp

    0下载:
  2. 旅行商问题,利用A*算法求解 人工智能求解TSP问题-Salesman problem, using A* algorithm for solving TSP problems of artificial intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:303414
    • 提供者:mumu
  1. TSP

    0下载:
  2. TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序-TSP problems (traveling salesman problem, traveling salesman problem) is common malab simulated annealing source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:799
    • 提供者:陈文迅
  1. TSP

    0下载:
  2. 用VC实现的TSP,基于模拟退火算法 开发环境:VS2005-TSP Solution based on VC++ IDE: VS2005
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:984016
    • 提供者:Andrew
  1. Anneal_TSP

    0下载:
  2. 智能优化算法中用模拟退火算法解决旅行商问题。-anneal tsp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:1672
    • 提供者:
  1. tsp

    0下载:
  2. tsp寻址,在已知的城市地图中寻找到达目的地的最短路径-tsp addressing, in a known map of the city to find the shortest path to reach destination
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2369
    • 提供者:peng
  1. hopfield-tsp

    0下载:
  2. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1240
    • 提供者:zhaohaibao
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com