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

搜索资源列表

  1. old

    0下载:
  2. TSP问题遗传算法解决方案。定点交叉,全变异,可得全局最优。-Genetic Algorithm for TSP solution. Point crossover, full mutation, we have the global optimum.
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:794682
    • 提供者:nm
  1. jclec4-tutorial

    0下载:
  2. 好不容易在国外网站找到的用遗传算法实现的背包问题,TSP问题等,基于语法的多目标遗传算法的开源代码,有详细的文档!-genetic algorithm which apply in a lot of classic and new questions!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1585844
    • 提供者:刘强
  1. TSP_GeneAlg

    0下载:
  2. 遗传算法解决TSP问题,算法简单,适合初学者学习。-Genetic algorithm to solve TSP.
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2342359
    • 提供者:王玥
  1. GAtspMATLAB

    0下载:
  2. 遗传算法解决tsp问题的MATLAB程序,可以运行,有仿真结果。-Genetic algorithms to solve tsp problems MATLAB program, you can run, there are simulation results.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6353
    • 提供者:刘增全
  1. GA--MATLAB

    0下载:
  2. 遗传算法解决tsp问题的MATLAB程序,详细源码。-Genetic algorithms to solve tsp problems MATLAB program, a detailed source.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3847
    • 提供者:刘增全
  1. geneticTSP

    0下载:
  2. TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序,数模专用- TSP problem (also known as: traveling salesman problem, traveling salesman problem) common genetic algorithm matlab program, special modulus
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1386
    • 提供者:李崑鹏
  1. GA_FOR_TSP

    0下载:
  2. 使用遗传算法解决TSP问题,内容很全面,可以直接应用-GENETIC ALGORITHM FOR TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:433317
    • 提供者:zhaofanyu
  1. MyTSP

    0下载:
  2. 用microsoft visual studio2010打开运行,集合了解决tsp的遗传算法,免疫网络算法,效果良好。-open the source code with the microsoft visual studio2010,and the source contains the GA and IMA for tsp problem.
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:203441
    • 提供者:happygo
  1. lxs

    0下载:
  2. TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-The TSP problem (also known as: traveling salesman problem, traveling salesman problem) general matlab genetic algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1274
    • 提供者:lishaowei
  1. Pheredity

    0下载:
  2. 遗传算法实现,matlab,解决tsp旅行商问题-heredity tsp matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1108
    • 提供者:liziqun
  1. immune-genetic-algorithm-for-TSP

    0下载:
  2. 采用matlab语言进行编程,运用遗传免疫算法,旨在解决TSP旅行商问题-Using matlab language programming, the use of genetic immune algorithm, to solve the traveling salesman problem TSP
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:59341
    • 提供者:liuxing
  1. GA_BP

    0下载:
  2. 用遗传算法解决最短路径优化TSP问题(附matlab源程序.txt)-The solvelution of the shortest path optimization problem TSP by using genetic algorithms
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2461
    • 提供者:liu
  1. MTSPF_GA

    0下载:
  2. 遗传算法计算多旅行商问题:多个商人从多个城市出发各自返回自己的出发城市。-MTSPF_GA Fixed Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to a variation of the M-TSP by setting up a GA to search for the shortest route (least distance nee
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6243
    • 提供者:jiweijie
  1. MATLAB-MTSP

    25下载:
  2. 遗传算法解决5种多旅行商问题(mtsp)的matlab程序 分别为以下5中情况: 1.从不同起点出发回到起点(固定旅行商数量) 2.从不同起点出发回到起点(旅行商数量根据计算可变) 3.从同一起点出发回到起点 4.从同一起点出发不会到起点 5.从同一起点出发回到同一终点(与起点不同)-5 kinds of genetic algorithms to solve multiple traveling salesman problem (mtsp) matlab progra
  3. 所属分类:matlab

    • 发布日期:2016-09-16
    • 文件大小:21504
    • 提供者:dou
  1. TSP_GA

    0下载:
  2. 本代码是用matlab语言编写的利用遗传算法寻优求解TSP问题,遗传算法部分所有子函数均为手工编写,最后画出了仿真得到的最优路线图。-The program is written in matlab program to solve TSP problem by genetic alogrithm,and the genetic optimization part is all written by hand(not calling functions or tools).at last,I d
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7231
    • 提供者:dingmin
  1. yichuansuanfa

    0下载:
  2. 这是一个使用遗传算法解决TSP问题,希望能帮助到需要的人-This is a genetic algorithm is used to solve the TSP problem, hope to help people in need
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3749
    • 提供者:容世华
  1. ACO---Code-

    1下载:
  2. 蚁群算法和遗传算法的源码,性能比较,有搜索过程的界面显示,MFC框架-Ant colony optimization and Genetic Algorithm for TSP,developed in MFC
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-02
    • 文件大小:13912058
    • 提供者:neargdd
  1. CC

    0下载:
  2. 遗传算法的C程序以及讲解,可用于优化设计以及TSP问题-GA C program, and explain, can be used to optimize the design, TSP and other issues
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:53022
    • 提供者:Lee
  1. GA

    0下载:
  2. 用遗传算法解决旅行商问题,包括交叉,选择,变异和适应度函数计算等函数-in order to solve the problem of TSP, a GA algorithm is proposed, which including the cross, select, mutation.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2325
    • 提供者:chenghaoyu
  1. GA

    0下载:
  2. 遗传算法解决TSP问题,能够运行,文件包含多个.M文件,打开主程序既可运行-Genetic algorithm to solve the TSP problem to be able to run
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6253
    • 提供者:yyy
« 1 2 ... 32 33 34 35 36 3738 39 40 41 42 »
搜珍网 www.dssz.com