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

搜索资源列表

  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. yichuanmatlab

    0下载:
  2. TSP问题遗传算法通用Matlab程序,里面有说明,很容易懂,很有效的代码-General Matlab genetic algorithm for TSP program, which has explained, it is easy to understand, very efficient code
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4476
    • 提供者:丁晓晨
  1. simulated-annealing

    0下载:
  2. 清华大学本科生智能优化课程报告,用模拟退火算法和遗传算法解决TSP问题,含核心代码和注释-Tsinghua University undergraduate course reports intelligent optimization, simulated annealing algorithm and genetic algorithm to solve TSP problem, including the core code and comments
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:390023
    • 提供者:张似衡
  1. MATLAB-path

    0下载:
  2. 使用遗传算法解决TSP问题的完整代码,含动态路径变化图-The complete code using genetic algorithms to solve TSP problems, including changes in the dynamic route map
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:8536
    • 提供者:ls
  1. GA_tsp

    0下载:
  2. 遗传算法求解TSP问题,C++编程实现,matlab画图-Genetic Algorithm for TSP
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8571187
    • 提供者:jy_mail
  1. chapter4

    0下载:
  2. TSP算法 基于遗传算法的TSP算法实现对结果的优化-Based on the TSP algorithm to optimize the TSP algorithm and genetic algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:8942
    • 提供者:peng
  1. GATSP

    0下载:
  2. 遗传算法解决TSP问题的代码,可以有效运行-GA FOR TSP
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:294898
    • 提供者:陆逊
  1. GA_TSP

    0下载:
  2. 基本的遗传算法程序源代码,例子用来解决TSP问题-The basic genetic algorithm source code examples to solve TSP problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4359
    • 提供者:fang
  1. herit

    0下载:
  2. 遗传算法求解TSP标准程序,这个非常好,希望珍藏-Genetic Algorithm for TSP standard procedures, this is very good, hope to collection
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:13961
    • 提供者:李文
  1. Genetic-taboo

    2下载:
  2. 使用禁忌算法混合遗传算法解决tsp问题,相比单一算法具有很大的优势。-Using the tabu search hybrid genetic algorithm to solve the TSP problem, compared to a single algorithm has a lot of advantages.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:71713
    • 提供者:王志成
  1. GA_tsp

    0下载:
  2. Java实现遗传算法的tsp问题。函数说明详细,步骤清晰。-sove the TSP problem in GA with JAVA computer language. the function is clear
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:3174
    • 提供者:黄小君
  1. GA_TSP

    0下载:
  2. 遗传算法 旅行社问题 TSP问题 C++源代码-genetic algorithm travelling salesman problem TSP problem C++ source code
  3. 所属分类:Console

    • 发布日期:2017-05-21
    • 文件大小:6032249
    • 提供者:AA
  1. GA_TSP

    0下载:
  2. 用C#语言来实现遗传算法的通用代码GA类,然后调动GA类解决组合优化领域的经典问题TSP,并给出了该算法的实现程序。-Genetic Algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:2999
    • 提供者:吴俊阳
  1. ycsf

    0下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 -matlab genetic algorithm GA, particle swarm optimization PSO, some time ago on the ant colony algorithm intelligent
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:900
    • 提供者:
  1. genetic-algorithms

    0下载:
  2. 智能优化算法—基因遗传算法解旅行商路径最短-Intelligent optimization algorithms- Genetic Algorithm for TSP
  3. 所属分类:source in ebook

    • 发布日期:2017-05-09
    • 文件大小:1559702
    • 提供者:王皓
  1. 0000004

    0下载:
  2. 基于遗传算法的TSP算法优化,并对结果进行了不同的分析和比较-TSP algorithm based on genetic algorithm optimization, and the results were analyzed and compared with different
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:7956
    • 提供者:付余
  1. matlab

    0下载:
  2. 很全的智能算法,包括粒子群算法、模拟退火算法、遗传算法、TSP问题求解、蚁群算法、人工神经网络算法以及相关结合算法-A full of intelligent algorithm, including the particle swarm algorithm, simulated annealing algorithm, genetic algorithm, the TSP problem, ant colony algorithm, and the combination of artific
  3. 所属分类:matlab

    • 发布日期:2017-06-10
    • 文件大小:16889426
    • 提供者:戴磊
  1. AS_GA_PSO

    0下载:
  2. 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。-Genetic algorithm (ga) to solve minimum spanning tree problem, PURFER encoding.Particle swarm algorithm for unconstrained optimization problems.Ant colony algorithm to solve TSP problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:11432
    • 提供者:liumeng
« 1 2 ... 35 36 37 38 39 4041 42 43 44 »
搜珍网 www.dssz.com