搜索资源列表

  1. TSP

    0下载:
  2. 蚁群算法求解TSP问题的源程序及简要说明-Ant Colony Algorithm for TSP problem and a brief descr iption of the source
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 介绍求解TSP 问题的蚁群算法,是解决旅行售货员问题的一种比较好的方法-Introduced to solve the ant colony algorithm for TSP problem is to solve the traveling salesman problem of a better way to
  3. 所属分类:matlab例程

    • 发布日期:2024-05-06
    • 文件大小:67584
    • 提供者:vumeng
  1. TSP

    0下载:
  2. 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:116736
    • 提供者:IT农夫
  1. TSP

    0下载:
  2. 用C++实现遗传算法求解TSP问题.txt-C++ for TSP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:2048
    • 提供者:Melo Wong
  1. tsp

    0下载:
  2. matlat源程序解决tsp问题,使用的是遗传算法,与普通的程序不同,本程序详细介绍了遗传算子的构造-MATLAB to solve tsp problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:4096
    • 提供者:fang
  1. TSP-MST

    0下载:
  2. 最小生成树的思想应用于TSP问题的求解,贪心算法的实际应用。-Minimum Spanning Tree thinking applied to TSP problem solving, the practical application of greedy algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:915456
    • 提供者:xnhcx
  1. tsp-GA-UI

    0下载:
  2. 带有图形界面的TSP的求解教学程序,实现所用的代码采用了遗传算法。-With a graphical interface for solving TSP, the teaching process, the code used to achieve the adoption of a genetic algorithm.
  3. 所属分类:界面编程

    • 发布日期:2024-05-06
    • 文件大小:418816
    • 提供者:xnhcx
  1. tsp

    0下载:
  2. tsp算法,遗传算法解决tsp问题,用到MATLAB编程-tsp algorithm, genetic algorithm to solve the tsp problem, use MATLAB Programming
  3. 所属分类:汇编语言

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:ycx
  1. TSP

    0下载:
  2. TSP solved whit Genetic Algorithms in MATLAB GA toolbox
  3. 所属分类:matlab例程

    • 发布日期:2024-05-06
    • 文件大小:415744
    • 提供者:siulfer
  1. tsp

    0下载:
  2. TSP问题,用蚁群算法解决该问题,将时间复杂度降低-use ant colony to solve the TSP problem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-06
    • 文件大小:14336
    • 提供者:chaplin
  1. TSP

    0下载:
  2. 混合蛙跳文章 混合蛙跳算法求解TSP问题.pdf-Articles Hybrid Hybrid Leapfrog Leapfrog algorithm to solve TSP problems. Pdf
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:139264
    • 提供者:lenovo
  1. TSP

    0下载:
  2. 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-06
    • 文件大小:24576
    • 提供者:111
  1. sA-TS-for-TSP

    0下载:
  2. 模拟退火算法及禁忌搜索算法解tsp的比较,文章及matalb源码-Simulated annealing algorithm and tabu search algorithm for solving tsp comparison, articles and matalb source
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:74752
    • 提供者:mengxiangwei
  1. TSP

    0下载:
  2. This the program for the TSP problem utilizing genetic algorithm.-This is the program for the TSP problem utilizing genetic algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:109568
    • 提供者:Junseok Kwon
  1. Tsp--SA

    0下载:
  2. 基于sa求解的tsp问题,绝对可以执行,请放心下载。-Based sa problem solving tsp absolutely can perform, please be assured to download.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:615424
    • 提供者:jake
  1. tsp

    0下载:
  2. 用遗传算法解决最短路径优化TSP 问题(附matlab源程序.txt)-The solvelution of the shortest path optimization problem TSP by using genetic algorithms (matlab source. Txt)
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. tsp问题高效代码,程序为c语言编写,算法为分支限界。-tsp issue of efficient code, the program for the c language
  3. 所属分类:系统编程

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:李俊
  1. TSP

    1下载:
  2. 一个求解旅行商问题(TSP)的程序,效果不错,时间还可以-A Traveling Salesman Problem (TSP) program, the effect is true, time can also be
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:wqq
  1. TSP-PDF

    0下载:
  2. 有关TSP遗传算法的的三个pdf论文。不错的参考-The TSP of the three genetic algorithms pdf papers. A good reference
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:472064
    • 提供者:远影
  1. TSP

    0下载:
  2. 有遗传算法及模拟退火算法对TSP的应用,有框架窗口。-A genetic algorithm and simulated annealing algorithm for TSP applications, there are fr a me window.
  3. 所属分类:系统编程

    • 发布日期:2024-05-06
    • 文件大小:4495360
    • 提供者:terry
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org