CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - TSP_GA

搜索资源列表

  1. TSP_GA

    0下载:
  2. 用遗传算法求解TSP(旅行商)问题,按照TSP1.m中的格式输入程序参数即可。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4064
    • 提供者:王元
  1. TSP_ga

    1下载:
  2. TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) genetic algorithm matlab common procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:25353
    • 提供者:lastsong
  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-01
    • 文件大小:730544
    • 提供者:肖翔
  1. TSP_GA

    0下载:
  2. Genetic Algorithm (GA) based solver for the Traveling Salesman Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:20548
    • 提供者:foxman
  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_ga

    0下载:
  2. 一老外用些的遗传算法解决tsp问题的源码,可以参考-A foreigner with some of the genetic algorithm to solve the problem tsp source code, can refer to
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:2014
    • 提供者:chelly1530
  1. tsp_ga

    0下载:
  2. SP_GA Traveling Salesman Problem (TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to the TSP by setting up a GA to search for the shortest route (least distance for the salesman to travel to each city exactly once and return to t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:2941
    • 提供者:gao
  1. TSP_GA

    0下载:
  2. 在MATLAB中用遗传算法解决TSP问题。-solve the TSP problem by GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:4560
    • 提供者:hedongjing
  1. TSP_GA

    0下载:
  2. 用遗传算法解决旅行商问题的代码,并附有完整的说明文档-Traveling Salesman Problem with Genetic Algorithm to solve the code, along with a complete documentation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:204321
    • 提供者:周周
  1. TSP_GA

    0下载:
  2. 在c语言中用遗传算法解决旅行商问题的一个简单的程序,含有主程序,数据文件-In c language using genetic algorithms to solve the traveling salesman problem of a simple program, with the main program, data file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:3451
    • 提供者:陈建飞
  1. tsp_ga

    0下载:
  2. 这是一个用遗传算法求解TSP问题的Matlab源程序。-This is a genetic algorithm for TSP problem with the Matlab source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2191
    • 提供者:lvpin
  1. tsp_ga

    0下载:
  2. 查找附近的最优解的遗传算法的TSP的使用-Find the optimal solution near the TSP' s use of genetic algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3357
    • 提供者:sunling
  1. tsp_ga

    0下载:
  2. 旅行商的遗传算法 包括次序交叉和部分映射交叉,插入变异和交换变异-Genetic algorithms include traveling salesman and part of the order of cross-mapped crossover, mutation and exchange mutation into the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:3897
    • 提供者:
  1. tsp_ga

    0下载:
  2. this a very useful solution to the mail man problem using genetic algorithm-this is a very useful solution to the mail man problem using genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1508
    • 提供者:salamsaraei
  1. tsp_ga

    0下载:
  2. 遗传算法解决旅行商遍历问题,不需要工具箱支持,打开即用-Genetic algorithms to solve the traveling salesman problem traversal, no toolbox support, that is used to open
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:2275
    • 提供者:肖畅
  1. TSP_GA

    0下载:
  2. 本代码是用matlab语言编写的利用遗传算法寻优求解TSP问题,遗传算法部分所有子函数均为手工编写,最后画出了仿真得到的最优路线图。-The program is written in matlab program to solve TSP problem by genetic alogrithm,and the genetic optimization part is all written by hand(not calling functions or tools).at last,I d
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7231
    • 提供者:dingmin
  1. TSP

    0下载:
  2. tsp con algoritmos geneticos
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:2048
    • 提供者:mjarevalo
  1. tsp_ga

    2下载:
  2. GUI界面全程显示迭代求取过程,改进遗传算法求解TSP问题(GUI interface to display the entire strike iterative process, improved genetic algorithm for TSP)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-12-30
    • 文件大小:102400
    • 提供者:且听风吟_ld
搜珍网 www.dssz.com