搜索资源列表

  1. 蚂蚁算法

    0下载:
  2. VC++设计的蚂蚁算法在TSP问题中的应用 方便学习蚂蚁算法 -VC design Ant Algorithm in the TSP of ants facilitate learning algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:176128
    • 提供者:xjt
  1. aiwa

    0下载:
  2. TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序-Traveling Salesman Problem (TSP, the traveling salesman problem), simulated annealing algorithm common source malab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:
  1. delphi tsp

    0下载:
  2. 一个求解TSP问题的例子,用delphi编写.有很好的参考价值 -a TSP example, prepared with delphi. A very good reference value
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:349184
    • 提供者:yy
  1. 20058702518155

    0下载:
  2. 经典的用遗传算法解决TSP问题,TsP问题就是旅行商问题。-classic genetic algorithm to solve TSP, underwent problem is the traveling salesman problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:123904
    • 提供者:金虎
  1. 分支限界算法求解TSP问题

    0下载:
  2. 本程序用分支界限方法解决TSP问题,即旅行商问题.-the procedures used branch line solution to TSP, the traveling salesman problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:23552
    • 提供者:chen
  1. 近邻算法求解TSP问题

    0下载:
  2. 本程序用另外一种算法即近邻算法解决TSP,即旅行商问题,请高手指教.-this procedure with the other algorithms that solve the TSP neighbor algorithm, the traveling salesman problem, experts advise.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:12288
    • 提供者:chen
  1. hopfield解决TSP问题

    1下载:
  2. 人工神经网络实验之一,用Hopfield网络解决旅行商问题。文件中除源程序外还有word文档对算法,理论,问题描述,实验结果,实验分析的完整介绍-experimental artificial neural network, Hopfield network Traveling Salesman Problem. Apart from the source document but also have a word document o
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:94208
    • 提供者:李琳
  1. TSP.ZIP

    0下载:
  2. 用pascal写的hopfield神经网络解决TSP问题的代码。-with the neural network solution hopfield TSP code.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:15360
    • 提供者:刘洋
  1. 遗传算法解TSP

    0下载:
  2. 实现用固定变异概率和自适应变异概率解tsp问题的比较,自适应式算法采用基于种群差异度的自适应算法,详见实验报告-achieve fixed mutation probability and Adaptive Solutions tsp mutation probability of comparison, Adaptive Algorithm-based differences in the populations adaptive a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:2419712
    • 提供者:叶靥
  1. xue

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

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:xuexue927
  1. tsp-som

    0下载:
  2. 一个java的小程序,用SOM网络解决的是TSP问题.问题的大小可以自由变化,随机生成权值-a small program that will solve the SOM is TSP. The size of the problem can freely change randomly generated weights
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:26624
    • 提供者:于帆
  1. tspcode

    0下载:
  2. c语言编写的应用遗传算法解决tsp问题的源码,并且已编译-prepared by the application of genetic algorithms to solve the problem tsp source, and compiled
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1903616
    • 提供者:
  1. GA_TSA

    0下载:
  2. 遗传算法解决TSP问题的VC++实现(附带地图)-Genetic Algorithm for the Traveling Salesman Problem VC++ (with map)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:1697792
    • 提供者:ntlizheng
  1. yichuantsp

    0下载:
  2. 遗传算法求解TSP问题 原程序,无密码!-genetic algorithm for TSP program, no password!
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:jojo
  1. Back_up_tsp_test

    0下载:
  2. 这是一篇关于遗传算法求解TSP问题的源码,用C++编写,带注释.-This is a genetic algorithm for TSP source code, the C preparation, with the Notes.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:735232
    • 提供者:不知道
  1. TSPACO.V1.0.tar

    0下载:
  2. 蚁群算法解决TSP问题的源代码,希望站长能采用,但愿对大家有点启发!-Ant Algorithm for the Traveling Salesman Problem source code, can be used station, we hope to inspire a bit!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:92160
    • 提供者:张艳伟
  1. GeneticandAntColonyOptimizationAlgorithmssourcecod

    0下载:
  2. tsp问题的一个解决程序,C++编的,比较简单-tsp of a settlement procedures, C++ series, relatively simple.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1585152
    • 提供者:huanxong
  1. ACA

    0下载:
  2. 蚁群算法,求解TSP问题。提供了多个经典的TSP路径-ant colony algorithm for TSP. For a number of classic TSP path
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:76800
    • 提供者:白天
  1. tsp_tsp

    0下载:
  2. 中国所有大中城市的TSP问题实现。图形演示。采用最近邻法则-all of China's large and medium-sized cities in the TSP to achieve. Presentation graphics. Neighbors recently adopted rules
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:41984
    • 提供者:胡一
  1. 0-1programming

    0下载:
  2. 0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。另:胡运权所著的《运筹学基础及应用(第三版)》第97页的例3,我用本程序求解得到的结果是:最优解是x*=(1,0, 0, 0, 0),最优值是f(x*)=8,但书求得最优解是x*=(1,0
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:wan
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org