搜索资源列表

  1. c++实现的TSP求解

    0下载:
  2. c++实现的TSP求解程序,可以读取数据文件
  3. 所属分类:Windows编程

  1. 基于遗传算法的TSP问题的解决

    1下载:
  2. 基于遗传算法的TSP问题的matlab实现
  3. 所属分类:matlab例程

  1. 51个城市的tsp程序

    0下载:
  2. 这是一个用蚁群算法来解决51个城市的tsp问题,该源码是用C++编写的,是一个非常有用的源代码 const int iAntCount=34;//ant numbers 蚂蚁数量 const int iCityCount=51;//城市数量 const int iItCount=500;//循环次数 const double Q=100;//信息素总量
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-03-17
    • 文件大小:1578
    • 提供者:cuifangsong
  1. tsp的模拟退火算法

    0下载:
  2. 神经网络中的tsp的模拟退火算法的matlab实现-neural network tsp of the simulated annealing algorithm to achieve the Matlab
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:梁白鸥
  1. 解决TSP的遗传算法

    0下载:
  2. 对于具有一定规模的TSP问题的求解,至今没有较完善的求解办法。本程序是用遗传算法来求解TSP问题。-for a certain size of the TSP solution and there has been no better way to solve. This procedure is used genetic algorithms to TSP.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-17
    • 文件大小:4096
    • 提供者:阳光灿烂
  1. 用分枝定界法求解TSP

    0下载:
  2. 分支定界法可以求解小规模的TSP问题,这个例子是用vc编写的-branch and bound method can solve small-scale TSP, this example was prepared by the vc
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-17
    • 文件大小:163840
    • 提供者:yy
  1. TSP遗传算法程序

    2下载:
  2. 基于遗传算法的TSP实现,包含仿真出的图像路线图-based on genetic algorithm to achieve the TSP, including simulation of the road map images
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-17
    • 文件大小:134144
    • 提供者:王月
  1. tsp(2)

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

    • 发布日期:2024-06-17
    • 文件大小:1171456
    • 提供者:叶靥
  1. xue

    0下载:
  2. 遗传算法的TSP问题的实现。 有利于大家学习遗传算法。-genetic algorithm to achieve the TSP. We have to study genetic algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-17
    • 文件大小:4096
    • 提供者:xuexue927
  1. ant-tsp-elimcross

    1下载:
  2. 蚁群算法求解tsp问题后去交叉.数据为att48,48个城市的tsp -Ant Algorithm tsp problems to cross. Att48 data, the 48 cities tsp
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:xuqs
  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-06-17
    • 文件大小:694272
    • 提供者:qihuolin
  1. TSP

    0下载:
  2. 本程序是10个城市的TSP神经网络程序,采用C++ builder编译,在运行结束后,可通过图形显示路径。-This procedure is the 10 cities TSP neural network procedures, the use of C builder compiler, running after the end of the path through the graphical display.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:392192
    • 提供者:赵振刚
  1. Tsp

    0下载:
  2. 用java实现的利用蚁群算法实现的tsp问题,有图形输出-Java achieved with the use of ant colony algorithm to achieve the tsp problem graphics output
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-17
    • 文件大小:6144
    • 提供者:廖美健
  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-06-17
    • 文件大小:32768
    • 提供者:lady
  1. 基于遗传算法的 TSP 算法

    0下载:
  2. tsp问题(全称:TravellingSalesmanProblem),又称为旅行商问题、货郎担问题、TSP问题,是一个多局部最优的最优化问题,遗传算法是一种基于种群演变一种优化的算法,在此基础上的优化程序会自动寻找出最短路(TSP (full name: TravellingSalesmanProblem), also known as the traveling salesman problem, traveling salesma
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:146432
    • 提供者:淡然踏歌
  1. 基于遗传算法的TSP算法

    0下载:
  2. 基于遗传算法的TSP算法,Matlab代码。(TSP algorithm based on genetic algorithm, Matlab code.)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:12288
    • 提供者:haozhelingyun
  1. 基于遗传算法的TSP算法

    0下载:
  2. 一种基于遗传算法的TSP算法,比遗传算法更为合理准确(A TSP algorithm based on genetic algorithm is more reasonable and accurate than genetic algorithm)
  3. 所属分类:其他小程序

  1. 基于模拟退火算法的TSP算法

    0下载:
  2. 基于模拟退火算法的TSP算法的matlab代码示例(TSP algorithm based on simulated annealing algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:5120
    • 提供者:qiu@qiu
  1. 基于模拟退火算法的TSP算法

    0下载:
  2. 基于模拟退火算法的TSP算法,MATLAB算例实现(MATLAB code for Travelling salesman problem, TSP ,and it is in simulate annealing algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:6144
    • 提供者:corey6
  1. 蚁群算法的TSP优化

    0下载:
  2. 基于基础蚁群算法的TSP寻优,包括信息素更新方法,禁忌表使用更新(TSP optimization based on basic ant colony algorithm, including pheromone updating method, tabu table updating)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:苏打饼
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org