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

搜索资源列表

  1. PSO

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

    • 发布日期:2017-03-28
    • 文件大小:5280
    • 提供者:stephen
  1. threeAlgo

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

    • 发布日期:2017-03-28
    • 文件大小:14281
    • 提供者:stephen
  1. 11838804390

    0下载:
  2. 编写程序实现用遗传算法解决旅行商问题,研究遗传算法的工作原理和收敛性质。-TSP using Genentic Algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:3864
    • 提供者:张玉良
  1. Mutiple

    0下载:
  2. 运用免疫遗传算法来求解TSP问题,在遗传算法执行中加入免疫算子-The use of immune genetic algorithm to solve TSP problems, the implementation of genetic algorithm by adding immune operator
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:613785
    • 提供者:绿茶
  1. GAtsp

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

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

    0下载:
  2. 遗传算法求解tsp问题,采用遗传算法,比其他的算法更容易解决tsp- GA to solve the tsp problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:274689
    • 提供者:dasd
  1. Genetic_ACO

    0下载:
  2. 蚁群算法和遗传算法解决TSP问题,C++编写,可以改进应用于其他方面。-It is very useful for student who study ant algoritym optimization.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-02
    • 文件大小:81933
    • 提供者:刘杰
  1. GA-TSP.code

    0下载:
  2. GA(遗传算法)求解TSP问题,GA(遗传算法)求解TSP问题。拿来分享下。-GA for solving TSP problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2585529
    • 提供者:杨扬
  1. TSP

    0下载:
  2. 在Visual C++ 编译环境下,遗传算法的程序,并利用它们求解了48个城市的TSP问题。-In the Visual C++ compiler environment, the genetic algorithm process, and use them to solve a 48 cities TSP problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:730783
    • 提供者:wjw
  1. tsp

    0下载:
  2. 该程序解决10个城市的货郎担问题(TSP),主要使用简单的遗传算法实现。该过程中包括:编码、解码,选择,交叉,变异等!-The program to solve the traveling salesman problem of 10 cities (TSP), the use of simple genetic algorithm. The process includes: encoding, decoding, selection, crossover and mutation!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:11080
    • 提供者:yangshoping
  1. tsp

    0下载:
  2. 蚂蚁算法代码,是基于进化理论的优化算法,与流行的遗传算法、模拟退火有着共同的优点-ant evolution code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2453
    • 提供者:xurui0224
  1. CSharp_TSP_GA

    1下载:
  2. C#下基于遗传算法做的TSP程序,很好用!-TSP Solution Base on GA in CSharp Language
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:392918
    • 提供者:paul
  1. TSP

    0下载:
  2. 实现人工智能中的遗传算法,写的不是很好,但是可以用。-To achieve artificial intelligence in the genetic algorithm, written in not very good, but can be used.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:219161
    • 提供者:
  1. taiozhanbei

    0下载:
  2. 用遗传算法和模拟退火算法解决旅行商方面的问题-The genetic algorithm and simulated annealing algorithm to solve traveling salesman problems
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:5611
    • 提供者:沈海剑
  1. SGA

    0下载:
  2. JAVA编写的用于实现TSP的遗传算法的模拟仿真实验有8个城市用eclipse直接导入运行适合初学-TSP JAVA prepared for implementation of genetic algorithm simulation experiments with 8 cities for beginners running directly into the eclipse
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:17170
    • 提供者:李小
  1. tsp

    0下载:
  2. tsp问题的解决方法 模拟退火和遗传算法-tsp solution to the problem simulated annealing and genetic algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1757
    • 提供者:zhang
  1. g

    0下载:
  2. 用遗传算法求解tsp问题,其中算了20个城市-A Genetic Algorithm for tsp problem, of which 20 cities calculations
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:18571
    • 提供者:姚灵灵
  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. gaTSPproblerm

    0下载:
  2. 多目标遗传算法解决tsp问题是一个 很好的东西~~!-it s good for you and good good study day day up!!
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:174140
    • 提供者:hzxw
  1. GA-tsp

    0下载:
  2. 利用遗传算法求解tsp问题即北京、天津、石家庄、太原、呼和浩特、上海的最优路径。各城市之间的距离已给出。-Problem using genetic algorithm tsp namely Beijing, Tianjin, Shijiazhuang, Taiyuan, Hohhot, Shanghai, the optimal path. The distance between cities have been given.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2672
    • 提供者:zhaohaibao
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 45 »
搜珍网 www.dssz.com