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

搜索资源列表

  1. 遗传算法解决tsp的C++程序

    3下载:
  2. 使用遗传算法解决旅行商问题,可设定问题规模的大小。
  3. 所属分类:数值算法/人工智能

  1. 模拟退火法解决TSP问题

    1下载:
  2. 使用模拟退火算法计算旅行商问题,内含10城市和20城市的样例代码。
  3. 所属分类:人工智能/神经网络/遗传算法

  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. ACOTSP.V1.0.rar

    0下载:
  2. 解旅行商问题的ACO算法,包括了AS,EAS,ASRANK,MMAS,ACS,ACO to slove TSP. Including AS,EAS,ASRANK,MMAS,ACS.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:94755
    • 提供者:xiaochuzhe
  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. AS-matlab-TSP

    0下载:
  2. 用蚁群算法求解典型的旅行商问题,在matlab中编程实现-based on the tyipical TSP ,use matlab to make programme,and use Ant colony algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2080
    • 提供者:杨于漫
  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. 蚁群算法

    5下载:
  2. 蚁群算法/ 蚁群算法/Matlab中文论坛--助努力的人完成毕业设计.url 蚁群算法/一种快速求解旅行商问题的蚁群算法.pdf 蚁群算法/使用帮助:新手必看.htm 蚁群算法/基于改进蚁群算法对最短路径问题的分析与仿真.pdf 蚁群算法/基于改进蚁群算法的出租车路径规划算法.pdf 蚁群算法/基于改进蚁群算法的最短路径问题研究.pdf 蚁群算法/基于蚁群算法的公交路线走向模型及其求解.pdf 蚁群算法/基于蚁群算法的完全遍历路径规划研究.PDF 蚁群算法/用蚂蚁算法和模拟退火
  3. 所属分类:编程文档

    • 发布日期:2012-09-09
    • 文件大小:5463327
    • 提供者:wodexiaowo
  1. travelSP_lhd

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

    • 发布日期:2017-04-02
    • 文件大小:65076
    • 提供者:罗皇达
  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. GA_tsp

    0下载:
  2. 用遗传算法解决旅行商问题的源码 开发坏境MATLAB-Prepared using vc++ student management system need to look at Naqu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:45400
    • 提供者:ycc
  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
    • 提供者:翁海冰
  1. GA_TSP

    0下载:
  2. 遗传算法结局旅行商问题,有界面显示.实现简单的问题,初学者下载可以学习到很多东西。-the GA for TSP,has the gdi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1245981
    • 提供者:蔡旺旺
  1. TSP

    0下载:
  2. C语言,遗传算法求解TSP旅行商问题.遗传算法实例,tsp经典求解-Tsp problem use genetic algorithm 。it is about ai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:262710
    • 提供者:山楂片
  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. HopfieldTSP

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

    • 发布日期:2017-03-31
    • 文件大小:786705
    • 提供者:龚汉杰
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com