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

搜索资源列表

  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问题的遗传算法C语言程序

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:1816
    • 提供者:dodo
  1. 遗传算法解决tsp的C++程序

    3下载:
  2. 使用遗传算法解决旅行商问题,可设定问题规模的大小。
  3. 所属分类:数值算法/人工智能

  1. TSP.rar

    1下载:
  2. 采用visual c解决tsp问题。里面有遗传算法的选择、交叉、变异函数。,Using visual c solve the problem tsp. There are genetic algorithm selection, crossover and mutation functions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:56538
    • 提供者:zhangbing
  1. TSP

    3下载:
  2. 遗传算法求解经典的旅行商(TSP)问题。图形化界面,可以选择大/中/小地图文件,并演示进化的过程。中/小地图在默认代数下一般都可以找到最优解。-Genetic Algorithm for the classic TSP problem. Graphical interface, you can choose large/medium/small map files, and demonstrates evolutionary process. Medium/small maps in the d
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-11-06
    • 文件大小:304479
    • 提供者:PanHao
  1. Generic-Algorithm-for-TSP

    3下载:
  2. 运用优化遗传算法解决100个城市的TSP问题,即要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程最小。-Optimize the use of genetic algorithms to solve 100 cities TSP problem, which was to select a departure from the resident, after each city once again, and finally returned to the resident
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-02-04
    • 文件大小:128712
    • 提供者:李佳鹤
  1. up

    0下载:
  2. 人智经典算法的实现,包括8数码,遗传算法,tsp等-Moses classic algorithms were realized, including 8 digital, genetic algorithm, tsp, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:9289
    • 提供者:周峰
  1. tsp_yichuansuanfai

    0下载:
  2. tsp遗传算法的实现,以前的作业,希望大家喜欢-Genetic Algorithm tsp realize, before the operation, I hope everyone likes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:726974
    • 提供者:zzt
  1. TSP

    1下载:
  2. 用遗传算法解决TSP问题.程序中可以任意设置各种遗传算法的参数.有图形界面展示搜索的过程 .-Using genetic algorithms to solve TSP problem. Program can set various parameters of genetic algorithm. Has a graphical interface to display the search process.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-02-04
    • 文件大小:129542
    • 提供者:dudu
  1. TSP_GA

    2下载:
  2. 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms"
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 该程序是蚁群算法和遗传算法的混合算法的C语言程序在求解TSP问题时的应用,可以进行扩展到其他问题的两种算法应用-The program is ant colony algorithm and genetic algorithm hybrid algorithm in the C language program to solve the issue of the application of TSP, can be extended to other applications of the tw
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:88021
    • 提供者:chenjing
  1. TSP

    0下载:
  2. 用C++实现遗传算法求解TSP问题.txt-C++ for TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:2191
    • 提供者:Melo Wong
  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. 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. 用模拟退火算法和遗传算法实现TSP旅行商问题,并可以用Matlab对结果进行图形显示分析,非常实用于初学者-Using simulated annealing algorithm and genetic algorithm traveling salesman problem TSP, and the results can be used Matlab graphics analysis, very useful for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1744903
    • 提供者:翁海冰
  1. TSP

    0下载:
  2. TSP问题遗传算法优化,不仅对TSP问题优化,而且就遗传算法本身提出了优化-TSP genetic algorithm optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3635
    • 提供者:丁岳
  1. 遗传算法解TSP问题

    2下载:
  2. 用遗传算法解TSP问题,C++代码,可直接调用
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-06-10
    • 文件大小:12054
    • 提供者:lgl531558674
  1. TSP遗传算法

    0下载:
  2. 遗传算法解决144个城市的TSP问题,并用easyX插件画出路径图。(The genetic algorithm solves the TSP problem in 144 cities and uses the easyX plug-in to draw the path map.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:29848576
    • 提供者:wwwhx
  1. generic-algorithm--TSP-CPP-

    1下载:
  2. 遗传算法解决TSP问题 带有界面 C++程序 (generic algorithm TSP C++)
  3. 所属分类:人工智能/神经网络/深度学习

« 12 3 4 5 6 »
搜珍网 www.dssz.com