CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 遗传算法 TSP

搜索资源列表

  1. TSP

    0下载:
  2. 遗传算法在旅行商问题下的一种应用代码,一种能够解决多维背包问题的应用代码。-Genetic algorithm in the traveling salesman problem of a kind of application code, one can solve the multi-dimensional knapsack problem application code.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:5823
    • 提供者:徐练淞
  1. tsp

    0下载:
  2. 遗传算法解决 TSP 问题:已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市-Known n the distance between cities, a salesman must visit the n city, and each city can only visit once, and finally must return to the starting city
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:3768
    • 提供者:zhch78
  1. TSP

    0下载:
  2. 求解TSP问题,有遗传算法,A*算法,D算法,模拟退火,神经网络等-solve TSP problem, a genetic algorithm, A* algorithm, D algorithm, simulated annealing, neural networks
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:6943
    • 提供者:zhch96
  1. multi-tsp

    1下载:
  2. 针对多旅行商问题的tsp问题的遗传算法matlab程序-TSP problem for multi- traveling salesman problem of genetic algorithm matlab program
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:15360
    • 提供者:小刚刚
  1. TSP

    0下载:
  2. 研究进化算法,将遗传算法用在TSP问题上的一个实例程序,带界面及详细代码-Research evolutionary algorithm, the genetic algorithm used in the TSP problem on an example program, with interface and detailed code
  3. 所属分类:CSharp

    • 发布日期:2017-05-05
    • 文件大小:13619
    • 提供者:
  1. TSP

    0下载:
  2. 遗传算法解决TSP旅行商问题(可计算30个城市),用Visual C++编写,希望对大家有所帮助。-Genetic algorithm to solve TSP traveling salesman problem (calculate 30 cities), written in Visual C++, we want to help.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3249
    • 提供者:lala
  1. TSP

    0下载:
  2. 应用遗传算法解决旅行商问题,算法运行时动态显示路径-Genetic Algorithm Solves Traveling Salesman Problem
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:2048
    • 提供者:邹佳俊
  1. chapter4

    0下载:
  2. TSP是典型的NP完全问题,既其最坏情况下的时间复杂度随着问题规模的增大按指数方式增长,到目前为止还未找到一个多项式时间的有效算法。(TSP is a typical NP complete problem, and its worst-case time complexity increases exponentially as the problem size increases. So far, no polynomial time efficient algorithm has been
  3. 所属分类:书籍源码

    • 发布日期:2017-12-22
    • 文件大小:6144
    • 提供者:张东冉111
  1. Ga_tsp

    0下载:
  2. TSP问题(旅行商问题),用遗传算法解决TSP问题,得到问题的最优解,是局部最优解。(TSP problem (traveling salesman problem), using genetic algorithm to solve TSP problem, get the optimal solution of the problem, is the local optimal solution.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:13312
    • 提供者:yaru
  1. gs_TSP

    0下载:
  2. 基于遗传算法的TSP问题MATLAB程序实现(MATLAB program realization based on genetic algorithm for TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:zeroxcc
  1. map_MATLAB_GA

    1下载:
  2. 基于遗传算法的TSP解决方案,能够得到稳定的解,还算不错。(GA-Based Solution of TSP)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:3774464
    • 提供者:viki314159
  1. GA_TSP

    0下载:
  2. 在matlab环境中,利用遗传算法来求解典型TSP问题,求出最优解。(In the MATLAB environment, the genetic algorithm is used to solve the typical TSP problem, and the optimal solution is obtained.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:风闻有你
  1. 旅行商问题

    0下载:
  2. 基于遗传算法求解旅行商问题,程序中随机设置了城市点出现的情况。(Genetic algorithm based travel salesman problem, the program randomly set up the city point of view.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:2048
    • 提供者:USSThobo2
  1. TspGA源码

    0下载:
  2. TSP(旅行商问题)遗传算法实现源代码。(TSP (travel salesman problem) genetic algorithm to achieve the source code.)
  3. 所属分类:C#编程

    • 发布日期:2017-12-28
    • 文件大小:448512
    • 提供者:苯小糠
  1. chapter5

    0下载:
  2. 基于模拟退火算法解决TSP问题,包括源代码和一些主要函数(Based on simulated annealing algorithm to solve the TSP problem, including source code and some major functions)
  3. 所属分类:mathematica

    • 发布日期:2017-12-31
    • 文件大小:94208
    • 提供者:玉伟
  1. matlab

    0下载:
  2. 用于解决TSP的启发式算法的matlab程序,包含模拟退火算法与遗传算法。(Matlab program for solving TSP heuristic algorithm, including simulated annealing algorithm and genetic algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:82944
    • 提供者:canlee1992
  1. s4_7

    0下载:
  2. 基于SGA算法解决TSP问题,使用excel将城市的坐标导入到matlab(Based on the SGA algorithm to solve the TSP problem, the use of Excel coordinates the city into the MATLAB)
  3. 所属分类:网络编程

    • 发布日期:2017-12-30
    • 文件大小:6144
    • 提供者:hx824
  1. TSP_GA-master

    0下载:
  2. GA tsp Ga遗传算法解决TSP问题完整mathlab代码(GA TSP Ga genetic algorithm to solve the TSP problem complete Mathlab code)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:888832
    • 提供者:zs123456
  1. PSO_TSP(混合粒子群:较优)

    1下载:
  2. 解决环球旅行问题的一种精确度比较高的算法,相较于蚁群算法和遗传算法都有较大的改进;(A high precision algorithm for solving global travel problems has a greater improvement than the ant colony algorithm and the genetic algorith)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:倚楼天狼啸
  1. menmory

    0下载:
  2. 基于遗传免疫算法的TSP问题求解方法,遗传算法,matlab语言编程(TSP,matlab programe,ga)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-20
    • 文件大小:15360
    • 提供者:david710
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 42 »
搜珍网 www.dssz.com