CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 遗传算法 旅行商问题

搜索资源列表

  1. GAtsp

    0下载:
  2. GA(遗传算法)求解tsp(旅行商问题),并附上实验报告-GA tsp
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:586399
    • 提供者:龚汉杰
  1. Genetic

    0下载:
  2. 遗传算法在TSP旅行商问题运用 VC++ MFC-Genetic algorithm in TSP Traveling Salesman Problem using VC++ MFC
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:382514
    • 提供者:xiao wu
  1. TSP

    0下载:
  2. 旅行商问题遗传算法C代码,完全可以运行,有不足请指出-Traveling salesman problem genetic algorithm C code can run, there is insufficient please indicate
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:3646
    • 提供者:舒婷
  1. P2PTSP

    0下载:
  2. P2P旅行商问题,遗传算法解,代码详细,附使用说明-P2P traveling salesman problem, genetic algorithm solution, the code in detail, attached instructions
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1579229
    • 提供者:舒婷
  1. Genetic

    0下载:
  2. 遗传算法解决旅行商问题,最进在学习,感觉还不错-Genetic algorithm to solve traveling salesman problem, the most progress in learning, feeling pretty good
  3. 所属分类:Other systems

    • 发布日期:2017-05-28
    • 文件大小:10876656
    • 提供者:舒婷
  1. gaGui

    0下载:
  2. 遗传算法GA 遗传算法: 旅行商问题(traveling saleman problem,简称tsp): 已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市。如何安排他对这些城市的访问次序,可使其旅行路线的总长度最短-GA GA GA: TSP (traveling saleman problem, short tsp): n known distance between cities, a salesman of ex
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3995
    • 提供者:王晨
  1. Parallel-genetic-algorithm

    0下载:
  2. 经典遗传算法利用单一种群对种群个体进行交叉、变异和选择操作,在进化过程中的超级个体易产生过早收敛现象,粗粒度并行遗传算法利用多个子种群进行进化计算,各子群体分别独立进行遗传操作,相互交换最优个体后继续进化。该文证明了该算法的搜索过程是一个有限时齐遍历马尔柯夫链,给出粗粒度并行遗传算法全局最优收敛性证明。对于旅行商问题TSP利用粗粒度并行遗传算法进行了求解,以解决经典遗传算法的收敛到局部最优值问题。仿真结果表明,算法的收敛性能优于经典遗传算法。-Classic genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:931882
    • 提供者:陈嘉鑫
  1. yiquan

    0下载:
  2. 解决旅行商问题的遗传算法 可以达到五十个城市-visual c++ herry
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:1557182
    • 提供者:子枫
  1. Cpp1

    0下载:
  2. 遗传算法 利用遗传算法求解旅行商问题。 使用C++语言编程。使用VS2008编译环境,没有使用额外的库,运 行环境为w7操作系统-Genetic Algorithm. the traveling salesman problem. C source code, suitable for beginners and genetic algorithm optimization and other kinds of knowledge.
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:3247
    • 提供者:杜齐
  1. TSP_GA

    0下载:
  2. 遗传算法是一种智能优化算法,这个算法通过基因遗传的原理,来求解经典的旅行商问题。-Genetic algorithm is an intelligent optimization algorithms, this algorithm according to the principle of inheritance, the traveling salesman problem to solve the classical.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:798719
    • 提供者:罗波
  1. TSP_Genetic

    0下载:
  2. 用遗传算法求解旅行商问题,每一行都有详细注释,非常适合初学者入门。-Using genetic algorithms to solve the traveling salesman problem, each line has detailed notes, very suitable for beginners.
  3. 所属分类:Other systems

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

    0下载:
  2. TSP问题遗传算法C语言代码,能有效解决旅行商问题。-Genetic Algorithm for TSP C language code, can effectively solve the traveling salesman problem.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2554
    • 提供者:古洁
  1. 遗传算法——旅行商问题mfc

    0下载:
  2. 旅行商问题:一个旅行者要去很多城市,每个城市只去一次,问:该怎么走路线最短? ? ?????? 这个问题可以转化为:随机给n个点,如何连线这n个点,使得连线最短? ? ?????? 这个问题是遗传算法的经典问题~哈哈~~我试着写了一个程序来解决。 ? ?????? 采用的策略是: 1.?????? 精英主义:每次有2个最优解直接进入下一代。 2.?????? 轮盘赌选择生育:每次对每一代的个体进行一次轮询,如果不适应度<某个随机数,那么选择这个个体进行生育。 3.?????? 单性繁殖:因
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:90112
    • 提供者:littlekai
  1. 遗传算法求解TSP问题

    0下载:
  2. matlab求解TSP的源代码,可以求解旅行商问题(Matlab source code for solving TSP)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:10240
    • 提供者:珈南
  1. GA-tsp

    0下载:
  2. 使用遗传算法解决了旅行商问题,采用C++做实现(The traveling salesman problem is solved by genetic algorithm, and implemented by C++.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:derek__z
  1. 5种多旅行商问题(MTSP)的遗传算法

    1下载:
  2. 基于遗传算法的多旅行商问题,其中有5种情况,均有代码(Multiple travel quotient problem based on genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:26624
    • 提供者:syyyyyyy
  1. chapter4

    0下载:
  2. 遗传算法程序,求解旅行商问题,可用于非线性求解(this is GA program for tsp ,and you can use it to slove some proplem)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:7168
    • 提供者:ifengjh
  1. 6. TSP Prog

    0下载:
  2. 遗传算法解决旅行商问题,可以解决N个城市最短路程问题并画图表示,给出迭代次数和最短距离(Solving the traveling salesman problem by genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:3072
    • 提供者:ZDYTR
  1. 8593ec8fa2e2

    1下载:
  2. 有效解决旅行商问题,与遗传算法相互结合。优化路线(Solve the traveling salesman problem effectively)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:12288
    • 提供者:lzc123
  1. 智能优化算法及其matlab实例code

    0下载:
  2. 遗传算法 粒子群 蚁群等7种算法,可解决求极值问题以及旅行商问题(Genetic algorithm, particle swarm optimization and ant colony algorithm can solve extreme value problem and traveling salesman problem. 7 algorithms are used to solve extreme value problem and traveling salesman probl
  3. 所属分类:其他

    • 发布日期:2020-06-10
    • 文件大小:124928
    • 提供者:侯锐志
« 12 »
搜珍网 www.dssz.com