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

搜索资源列表

  1. 遗传算法解TSP

    0下载:
  2. 实现用固定变异概率和自适应变异概率解tsp问题的比较,自适应式算法采用基于种群差异度的自适应算法,详见实验报告-achieve fixed mutation probability and Adaptive Solutions tsp mutation probability of comparison, Adaptive Algorithm-based differences in the populations adaptive algorithm, as detailed experime
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:86221
    • 提供者:叶靥
  1. antantant

    0下载:
  2. 基于最近比较流行的遗传算法的TSP(旅行商问题的研究-based on the recent popularity of genetic algorithm TSP (Traveling Salesman Problem Research
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3817
    • 提供者:alienx
  1. tsp-ga

    1下载:
  2. 基于遗传算法解决旅行商问题的vc++源码。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:140799
    • 提供者:wangjing
  1. C-TSP

    0下载:
  2. 基于改进后的遗传算法 交叉、变异操作后,在windows平台下用C语言实现求解TSP问题
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3617
    • 提供者:lc
  1. GA

    0下载:
  2. 基于佳点集的遗传算法求解tsp问题 用java开发,-Based on good point set genetic algorithm tsp problem with java development,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:3356
    • 提供者:张晓
  1. GA_books

    0下载:
  2. 基于遗传算法求解TSP问题书籍论文,上研一的时候做作业的时候搜集的,那里与大家分享-Genetic Algorithm for TSP Based on the issue of paper books, on inquiry, when a collection of homework time, and where to share with you
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1421057
    • 提供者:章鱼
  1. mtspf_ga

    0下载:
  2. 基于遗传算法的多旅行商问题求解,有过程变化图-MTSPF_GA Fixed Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:4145
    • 提供者:彭巍
  1. TSP_Based_on_Genetic_Algorithm

    1下载:
  2. 论文,:从应用的角度讨论了基于遗传算法的旅行商问题( Travelling Salesman Problem ,简称TSP) 的求解方 法,并结合实例给出了求解过程和计算机仿真结果-Solution of Travel ing Salesman Problem Based on Genetic Algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:346459
    • 提供者:li dabao
  1. GA-path

    0下载:
  2. delphi环境下开发的基于遗传算法的求解TSP问题-delphi development environment based on genetic algorithms for solving TSP problems
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1170834
    • 提供者:樊福剑
  1. UiTSP

    0下载:
  2. 采用开源遗传库EO基于遗传算法的TSP问题,采用qt界面,后台算法与前台界面多线程-Genetic libraries using open-source EO TSP problem based on genetic algorithm, using qt interface, the interface with the front desk back multi-threaded algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-11
    • 文件大小:18086239
    • 提供者:chenb
  1. tsp_ga_basic

    0下载:
  2. 基于遗传算法的tsp问题求解及研究c-Tsp based on genetic algorithm problem solving and research c++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1183815
    • 提供者:谭黎明
  1. chapter4

    0下载:
  2. 基于遗传算法的TSP问题,用遗传全局算法处理运算,得出最终的最近路径。-TSP problem based on genetic algorithm, genetic algorithm for handling global operations, has recently come to the end of the path.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-04
    • 文件大小:7190
    • 提供者:老高
  1. TSP_MATLAB

    0下载:
  2. 基于遗传算法的TSP问题matlab源程序-A MATLAB ALGORITHM ABOUT TSP PROBLEM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:4564
    • 提供者:张浩
  1. tsp-chang

    0下载:
  2. 5个城市TSP(旅行商问题)的基于遗传算法的C++源代码,希望对于你学习遗传算法会有一定的帮助-Five cities TSP (traveling salesman problem), genetic algorithm-based C++ source code, there will be some hope for you to learn the genetic algorithm help
  3. 所属分类:source in ebook

    • 发布日期:2017-11-29
    • 文件大小:2454
    • 提供者:
  1. GA_TSP2

    0下载:
  2. 基于遗传算法的TSP问题实现 本程序是利用MFC编程,通过读入文件信息计算得出最佳路径.并可视化了路程的路线.-Solving Travel salesman problem using genetic algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:2129485
    • 提供者:kelvin
  1. GA-for-course

    0下载:
  2. 基于遗传算法的TSP问题的matlab解决方案-TSP problem based on genetic algorithm in matlab solutions
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:175108
    • 提供者:安娜
  1. TSP

    0下载:
  2. 一种基于遗传算法求解TSP的新思路,内有详细注释。-new method of TSP based GA
  3. 所属分类:Applet

    • 发布日期:2017-05-16
    • 文件大小:3967392
    • 提供者:zx
  1. GA_TSP

    0下载:
  2. 基于遗传算法的TSP问题实现,实例有30个城市的距离路径数据,采取两种交叉算子实现。-Based on genetic algorithm for the realization of TSP, examples of 30 cities in the distance path data, using two kinds of crossover operator.
  3. 所属分类:CSharp

    • 发布日期:2017-05-17
    • 文件大小:4286746
    • 提供者:冯木木
  1. menmory

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

    • 发布日期:2018-04-20
    • 文件大小:15360
    • 提供者:david710
  1. ga_TSP

    0下载:
  2. 基于遗传算法的TSP问题解决代码,平台式MATLAB(The TSP problem solving code based on GA)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:2048
    • 提供者:索罗多命
« 1 2 34 5 6 »
搜珍网 www.dssz.com