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

搜索资源列表

  1. adfsdf

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

    • 发布日期:2017-05-20
    • 文件大小:90151
    • 提供者:李志辉
  1. tsp_GA

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

    • 发布日期:2017-05-02
    • 文件大小:730544
    • 提供者:肖翔
  1. TSP_program

    0下载:
  2. 用matlab开发语言实现的遗传算法例程,实现tsp问题的解答-Using matlab programming language implementation of genetic algorithm routines, implementation tsp questions
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4869
    • 提供者:hattrick
  1. TSP

    0下载:
  2. 这是解决旅行商问题的c#程序代码,编写的方法是普通遗传算法-This is the solution of traveling salesman problem c# code, the method is the preparation of general genetic algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2465
    • 提供者:卓越
  1. Genetic-Ant

    0下载:
  2. 遗传算法和蚂蚁算法融合的代码,比较好的利用了两种代码的优点,有很好的参考价值-Genetic Algorithm and Ant Algorithm code integration, better use of the advantages of two kinds of code, have a good reference value
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:182166
    • 提供者:liuhui
  1. TspGA

    0下载:
  2. 这个程序实现了用遗传算法来解决TSP问题,达到了良好的优化效果-This procedure achieved by using genetic algorithms to solve the TSP problem, achieve a good optimization results
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3131960
    • 提供者:张立花
  1. CHBTSP

    0下载:
  2. 用c+++实现的遗传算法解决tsp(旅行商)问题源码-Using c+++ realization of the genetic algorithm to solve tsp (TSP) problem source
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-08
    • 文件大小:1775861
    • 提供者:pacific
  1. TSP

    0下载:
  2. 遗传算法的旅行商问题,中间有点问题,你可以试一试-Genetic TSP, it s have some problem,if you test it ok!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:199104
    • 提供者:junhua
  1. use_GA_for_TSP

    0下载:
  2. 该MATLAB程序用遗传算法GA处理最短巡航路径问题(TSP)-The algorithm uses GA to deal with the shortest load (TSP)
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1064
    • 提供者:liujian
  1. TSP_GSA

    0下载:
  2. tsp问题,是一个很典型的NP完全问题,该程序用了遗传—退火结合算法,能优化计算-tsp problem is a typical NP-complete problem, the program is to use genetic- combined annealing algorithms that optimize computing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:2682
    • 提供者:钟世奇
  1. ImprovedTSP

    0下载:
  2. 运用遗传算法GA解决TSP问题的C++源代码!希望能够对大家有所帮助-GA using genetic algorithms to solve TSP problem C++ source code! I hope this can help us
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1109377
    • 提供者:lidan
  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. 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. 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. 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. TSP

    0下载:
  2. 基于C++的,利用遗传算法解决TSP问题的程序。-Based on C++, using the genetic algorithm to solve TSP problem procedures.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4043
    • 提供者:屈斌
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 42 »
搜珍网 www.dssz.com