CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - TSP问题模拟退火算法

搜索资源列表

  1. TSP

    2下载:
  2. tsp(旅行商问题) 利用matlab遗传算法、模拟退火算法以及lingo动态规划求解
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:10.91kb
    • 提供者:李玉
  1. TSP

    0下载:
  2. 用模拟退火算法求解TSP问题 [1]主函数tsp.m [2]计算路径长度的子函数 route_long.m [3]随机交换两个节点的顺序函数exchange.m
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.07kb
    • 提供者:齐亚超
  1. 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决

    13下载:
  2. 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决,matlab程序。
  3. 所属分类:matlab例程

    • 发布日期:2009-03-11
    • 文件大小:7.76kb
    • 提供者:okduweijie
  1. SA-TSP-Matlab

    3下载:
  2. 一篇关于模拟退火算法解决TSP问题的MATLAB代码,拿来分享,欢迎讨论-On a simulated annealing algorithm to solve TSP problem of MATLAB code, used to share, please discuss
  3. 所属分类:matlab

    • 发布日期:2017-03-08
    • 文件大小:9.32kb
    • 提供者:Allen
  1. TSPSAwithmatlab

    0下载:
  2. TSP 问题模拟退火算法的matlab示例-TSP simulated annealing algorithm matlab example
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:467.09kb
    • 提供者:filebox
  1. mm

    0下载:
  2. 旅行商问题( TSP) 的改进模拟退火算法-Traveling Salesman Problem (TSP) to improve the simulated annealing algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:127.4kb
    • 提供者:赵峻
  1. TSPMatlab

    0下载:
  2. 这是一个用Matlab程序写的模拟退火算法,用于解决旅行商问题-It s a matlab code for TSP problem using SA Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1.88kb
    • 提供者:jess
  1. taiozhanbei

    0下载:
  2. 用遗传算法和模拟退火算法解决旅行商方面的问题-The genetic algorithm and simulated annealing algorithm to solve traveling salesman problems
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:5.48kb
    • 提供者:沈海剑
  1. TSP

    0下载:
  2. TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序 f目标最优值,T最优路线,d距离矩阵,t0初始温度,tf结束温度 - TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序 f目标最优值,T最优路线,d距离矩阵,t0初始温度,tf结束温度
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:9.85kb
    • 提供者:易豪
  1. TSP

    0下载:
  2. 使用模拟退火算法解决旅行商问题的MATLAB源程序,可直接运行-Using the simulated annealing algorithm to solve traveling salesman problem MATLAB source code can be directly run
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:5.88kb
    • 提供者:仝立媛
  1. many-methods-to-solve-TSP

    1下载:
  2. 多种方式求解TSP问题,有遗传算法,A*算法,D算法,模拟退火,神经网络等-A variety of ways to solve TSP problem, a genetic algorithm, A* algorithm, D algorithm, simulated annealing, neural networks
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:7.72kb
    • 提供者:xiaorh
  1. matlab--TSP-SA

    0下载:
  2. 基于MATLAB 使用模拟退火算法求解旅行商问题的源码实现。解压后就可以用。-MATLAB based simulated annealing algorithm using the source code for the traveling salesman problem implementation. After decompression can be used.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:4.34kb
    • 提供者:徐小夏
  1. tri_trial

    0下载:
  2. TSP问题模拟退火算法MATLAB源码,已通过调试-TSP problem simulated annealing algorithm MATLAB source code, has passed the commissioning
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:664byte
    • 提供者:方敏
  1. tsp

    0下载:
  2. 模拟退火算法求解TSP问题程序简单效率高,欢迎来完善-Simulated annealing algorithm for solving the TSP program is simple, high efficiency, and welcome to improve
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2.93kb
    • 提供者:边松涛
  1. three-algorithm-for-TSP-problem

    0下载:
  2. TSP问题的三种算法,模拟退火算法,遗传算法,蚁群算法-three algorithms of TSP problem ,three algorithms of TSP problem,three algorithms of TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:62.59kb
    • 提供者:buyi
  1. TSP

    0下载:
  2. TSP问题模拟退火算法的matlab源程序-The TSP simulated annealing algorithm matlab source
  3. 所属分类:matlab

    • 发布日期:2017-11-28
    • 文件大小:9.06kb
    • 提供者:林蒙
  1. 模拟退火算法解决tsp问题

    0下载:
  2. 设计一个可以对TSP问题进行组合优化的连续型Hopfield神经网络模型,利用该魔心可以快速的找到最优的一条路线。(A continuous Hopfield neural network model for combinatorial optimization of TSP problems is designed, which can be used to find the optimal route quickly.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:496kb
    • 提供者:echo750
  1. 模拟退火算法

    0下载:
  2. 基于模拟退火算法的求解TSP问题的matlab程序,对于学习算法的初学者,可作为入门的简单程序(To solve the problem of TSP simulated annealing algorithm based on the matlab program, for beginners learning algorithm, can be used as a simple entry procedures)
  3. 所属分类:matlab例程

  1. 模拟退火算法

    0下载:
  2. 使用模拟退火算法求解tsp问题,简单易学(Using simulated annealing algorithm to solve TSP problem, easy to learn)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:8kb
    • 提供者:meo
  1. MATLAB

    0下载:
  2. 本文件主要是解决TSP问题的模拟退化算法,并对算法进行了一些的改进和调整。(Analog degradation algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:5kb
    • 提供者:Aaron Vans
« 12 3 »
搜珍网 www.dssz.com