搜索资源列表

  1. tsp(2)

    0下载:
  2. 本程序实现了多城市的tsp问题(即旅行商问题)的遗传算法-the process of multi-city tsp (ie, the traveling salesman problem) Genetic Algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1171456
    • 提供者:叶靥
  1. 一些解决TSP问题的算法及源代码模拟退火算法

    1下载:
  2. 一些模拟退火算法及元代码,可以用于解决TSP问题的等,我已经验证过了 可以的,速度比较快,大家可以下载试试! -some simulated annealing yuan and the code can be used to solve problems such as TSP, I can be tested, and faster speed, you can download a try!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:39936
    • 提供者:刘三
  1. TSP-matlab

    0下载:
  2. 这个是TSP问题的matlab程序求解,请过目!-the TSP is the procedure for Matlab, please read!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:李序
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:14336
    • 提供者:才华
  1. TSP-ant-algorithm

    0下载:
  2. 用于解决TSP问题的蚁群算法,里面有详细注释-TSP solution for the ant algorithm, which detailed Notes
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:11264
    • 提供者:葛荣雨
  1. TSP

    0下载:
  2. TSP问题的matlab实现程序,该程序在机器上可以正常运行,现提供给大家参考-TSP issues realize matlab program on the machine can function properly, is now available to U.S. reference
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:li
  1. GA-TSP

    0下载:
  2. 该程序用遗传算法求解TSP问题,得到了比较优的解,初学者可以参考。-The procedure for solving TSP using genetic algorithms problems, have been relatively superior solutions, beginners can refer to.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:45056
    • 提供者:赵科
  1. TSP

    0下载:
  2. 在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的TSP问题。-In the Visual C++ Compiler environment, the simulated annealing algorithm procedures and use them to solve a 48 cities TSP problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:694272
    • 提供者:qihuolin
  1. TSP

    0下载:
  2. 这是一个用遗传算法来求解旅行商问题(TSP问题:Travelling Salesman Problem)的源代码,学习遗传算法,演化计算的很值得一看!-This is a genetic algorithm to solve the traveling salesman problem (TSP problems: Travelling Salesman Problem) source code, learning genetic al
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:71680
    • 提供者:郭肇禄
  1. tsp

    0下载:
  2. c语言实现,遗传算法求解TSP问题,基本遗传算法,未经过优化-c language, genetic algorithm for solving TSP problems, the basic genetic algorithm, has not been optimized
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:dodo
  1. TSP

    0下载:
  2. 用遗传算法解决旅行商问题,并用图形界面显示出来。比较了分别采用轮盘赌选择算子和锦标赛选择算子的遗传算法求解TSP问题的性能,包括:运行时间、进化总代数和最优解质量。 结果曲线可以用图形显示出来。-Genetic algorithm is used to solve the traveling salesman problem, and use graphical interface is displayed. Compared usin
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:71680
    • 提供者:sdfsfdsf
  1. tsp

    0下载:
  2. C语言实现的遗传算法解TSP问题(旅行商问题),简单易懂。-C Language Implementation of Genetic Algorithm for TSP problem (TSP), easy-to-read.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:12288
    • 提供者:李诗高
  1. TSP

    0下载:
  2. 这个里面存储的是可以被引用的TSP问题的标准数据可以更好的让你做好的数据相比较,继而明白你的实验是否具有先进型-The inside storage is cited TSP standard data can be better let you do a good job compared to the data, and then to understand whether your experiment with advanced
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:32768
    • 提供者:lady
  1. tsp

    0下载:
  2. ga算法解tsp问题.动态TSP就是城市坐标在随着时间变化,我们的目标则要在最短的时间窗内寻找出最优的城市遍历路径,这是个双最优问题. 这是我对动态TSP算法的理解,使用改进的反序-杂交算法-ga algorithm problems tsp. dynamic TSP is that the town change over time in the coordinates, we aim to have in the shorte
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:李丽
  1. tsp

    0下载:
  2. tsp问题,该算法采用matlab算出了30个坐标的最优化路径,并给出迭代的时间,绘出路径。-tsp problem, the algorithm uses matlab to calculate the coordinates of 30 optimal path, and give Iterative time, mapped the path.
  3. 所属分类:生物技术

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:刘田
  1. tsp

    0下载:
  2. 用C语言实现旅行商问题。该算法简单精悍,效率也不低,是实现TSP问题的很好的算法。-Using C language realize traveling salesman problem. The algorithm is simple and lean, efficiency is not low, the problem is to achieve a good TSP algorithms.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:236544
    • 提供者:
  1. backtrack--TSP

    0下载:
  2. 使用回溯法求解TSP问题,使用VC++编写。代码量挺少,不过数据较大的时候需要时间比较长,时间复杂度为O(n!)-Use backtracking to solve TSP problems, the use of VC++ Prepared. Code volume quite low, but when the need for greater data a longer period of time complexity is O
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:太阳
  1. TSP

    0下载:
  2. 基于遗传算法的TSP问题的源代码,喜欢就拿去-Based on Genetic Algorithm TSP problem source code, like on the Take
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:konilin
  1. yc-tsp

    0下载:
  2. 遗传算法解TSP问题的代码,vs2005编译-Genetic Algorithm for TSP problem code, vs2005 compiler
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:454656
    • 提供者:阿锋
  1. TSP

    0下载:
  2. MATLAB TSP问题解决.可自行输入城市坐标. -MATLAB TSP problem. Are free to enter the city coordinates.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:z
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org