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

搜索资源列表

  1. 遗传算法解决TSP问题

    0下载:
  2. 大家好!这是一个由VC编写的遗传算法解决TSP问题的源代码,希望能初学者有所帮助!-everyone! This is a VC prepared by the Genetic Algorithm for the Traveling Salesman Problem source code, hope to help beginners!
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:60743
    • 提供者:舒小敏
  1. TSP遗传算法程序

    3下载:
  2. 基于遗传算法的TSP实现,包含仿真出的图像路线图-based on genetic algorithm to achieve the TSP, including simulation of the road map images
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:134800
    • 提供者:王月
  1. 遗传算法求解TSP问题

    1下载:
  2. 基本遗传算法求解TSP问题,只需给出城市间距离矩阵和初始参数即可进行计算。-basic genetic algorithm for TSP, is only inter-city distance matrix and the initial parameters can be calculated.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:9547
    • 提供者:
  1. tsp(2)

    0下载:
  2. 本程序实现了多城市的tsp问题(即旅行商问题)的遗传算法-the process of multi-city tsp (ie, the traveling salesman problem) Genetic Algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:19631
    • 提供者:叶靥
  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. TSP(C++)

    0下载:
  2. 遗传算法解决TSP问题C++源码,内有详细中文注释及城市距离矩阵生成工具[VC++]-genetic algorithm to solve TSP C source code, have detailed notes and urban Chinese distance matrix generation tools [VC]
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:14478
    • 提供者:才华
  1. tsp-word

    0下载:
  2. 用遗传算法解决旅行商问题的简单实现.word格式,简单,易懂 -using genetic algorithms to solve the traveling salesman problem simple realization. Word format, a simple, understandable
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:82705
    • 提供者:王子文
  1. ES--tsp

    0下载:
  2. 遗传策略的最小路径(tsp)的实际应用,以实现。-genetic strategy smallest path (tsp) of the actual application, to achieve.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2954
    • 提供者:徐徐
  1. 解TSP问题的遗传算法C语言程序

    1下载:
  2. 解TSP问题的遗传算法C语言程序-solution of TSP genetic algorithm C Programming Language
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3880
    • 提供者:刘鑫
  1. tsp

    0下载:
  2. 应用遗传算法计算城市路径的一个vc和MATLAB程序-genetic algorithm path of a city vc and MATLAB program
  3. 所属分类:.net编程

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

    0下载:
  2. 该程序用遗传算法求解TSP问题,得到了比较优的解,初学者可以参考。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-16
    • 文件大小:45050
    • 提供者:赵科
  1. TSP

    0下载:
  2. \"遗传算法\"以及\"退火算法\"用C++语言可以直接运行
  3. 所属分类:并行运算

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

    0下载:
  2. 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决。
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 这是一个用遗传算法来求解旅行商问题(TSP问题:Travelling Salesman Problem)的源代码,学习遗传算法,演化计算的很值得一看!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-17
    • 文件大小:71876
    • 提供者:郭肇禄
  1. tsp

    0下载:
  2. 遗传算法用遗传算法解决旅行商问题关键词中华人民共和国
  3. 所属分类:人工智能/神经网络/遗传算法

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

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

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

    0下载:
  2. 遗传算法解中国旅行商问题,里面有45个城市,用遗传算法算出近似最优解
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. c语言实现,遗传算法求解TSP问题,基本遗传算法,未经过优化
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1816
    • 提供者:dodo
  1. 遗传算法解决TSP问题代码-含示例数据

    1下载:
  2. 利用遗传算法解决TSP问题示例,数据已包含,只需更改参数即可使用(Genetic algorithm to solve TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-26
    • 文件大小:12288
    • 提供者:piaoyu
  1. 遗传模拟退火算法求解TSP问题matlab代码

    3下载:
  2. 解决车辆路径问题,改进的模拟退火和遗传算法,全面详细,适用于解决VRP问题和物流车辆规划(To solve the vehicle routing problem, the improved simulated annealing and genetic algorithm, comprehensive and detailed, suitable for solving VRP problems and logistics vehicle planning)
  3. 所属分类:Windows编程

    • 发布日期:2021-02-20
    • 文件大小:11264
    • 提供者:hayjao2020
« 1 2 3 4 5 67 8 9 10 11 ... 45 »
搜珍网 www.dssz.com