CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - simulated annealing in matlab

搜索资源列表

  1. 20100823_9292500_1

    0下载:
  2. 模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment, a custom solution for 20 cit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2909
    • 提供者:zhang
  1. 20100823_9292500_2

    0下载:
  2. 模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment, a custom solution for 20 cit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3870
    • 提供者:zhang
  1. 20100823_9292500_3

    0下载:
  2. 模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment, a custom solution for 20 cit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4831
    • 提供者:zhang
  1. 20100823_9292500_4

    0下载:
  2. 模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment, a custom solution for 20 cit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:92059
    • 提供者:zhang
  1. 20100823_9292500_5

    0下载:
  2. 模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment, a custom solution for 20 cit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:241181
    • 提供者:zhang
  1. Sttspvrpi

    0下载:
  2. 详细讲述模拟退火算法的理论原理。并TSP问题为例进行讲解,,并各处多种语言的源代码,包括c,matlab和delphi。 -Describe in detail the theoretical principles of the simulated annealing algorithm. And the TSP as an example to explain, and throughout the source code in multiple languages, including
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:25860
    • 提供者:guli
  1. msarara

    0下载:
  2. matlab 编写的模拟退火算法用于求解TSP问题,里面面有中国31个城市的坐标,作为例子。,已通过测试。 -Matlab prepared by the simulated annealing algorithm for solving the TSP problem, the inside surface of the coordinates of 31 cities in China, as an example. , Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1802
    • 提供者:lusanman
  1. TSP

    0下载:
  2. 模拟退火算法的tsp问题在matlab中的解决方案-The solution of the simulated annealing algorithm for the tsp problem in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4108
    • 提供者:Ding
  1. SAVI

    0下载:
  2. SAVI(Simulated Annealing algorithm for minimizing Validity Index)详见李铁军教授的个人主页http://dsec.pku.edu.cn/~tieli/-SAVI(Simulated Annealing algorithm for minimizing Validity Index), developed by Tiejun Li(Peking University) is based on the optimal reduction
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:23296
    • 提供者:魏晓宇
  1. SAA-code

    0下载:
  2. 模拟退火算法程序原码以及算法程序,是用MATLAB编辑好的m文件-Simulated annealing algorithm program source code and algorithm program is a good m file in MATLAB Editor
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:685064
    • 提供者:Panda
  1. TSPSAA

    0下载:
  2. 模拟退火算法在MATLAB环境下解决旅行商问题,实例代码-Simulated annealing algorithm in MATLAB environment to solve the traveling salesman problem, example code
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:4316
    • 提供者:常鑫
  1. metropolitan-algorithm

    0下载:
  2. 模拟退火算法求解TSP问题实例,在matlab中的实现。-Simulated annealing algorithm for TSP instances in matlab achieve.
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:5318
    • 提供者:高珊
  1. SAPSO

    0下载:
  2. 模拟退火粒子群算法在matlab中应用,很实用,很好用-Simulated annealing particle swarm algorithm in matlab applications, very practical, very good with
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:586
    • 提供者:聪聪
  1. VRP-1

    0下载:
  2. this code solves vehicle routing problem using simulated annealing algorithm in matlab. in this code , we create different models and then evaluate them using SA algorithm. one of the advantage of this code , is that code is splitting diff
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3533
    • 提供者:mojtaba
  1. sa

    0下载:
  2. 这是本人在做项目时编写的一个模拟退火算法。利用该算法可以求解无约束优化问题。对于约束优化问题,可做相应的修改,即可使用。-The Simulated Annealing program is coded in Matlab. You can use the program to solve the unconstrained optimization program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1171
    • 提供者:jessily
  1. SA_Algorithm

    0下载:
  2. 模拟退火算法在飞机巡航中的应用,采用MATLAB编写。-Simulated annealing algorithm in aircraft cruise, using MATLAB prepared.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:11101
    • 提供者:cristom
  1. mgasa

    1下载:
  2. 本资源是Mgasa算法解决TSP问题的Matlab代码,资源中包括mgasa_main(Mgasa算法解决TSP问题代码),mgasa_fitness(适应度求取函数代码),mgasa_annealing(Mgasa算法中模拟退火代码),mgasa_select(遗传算法中选择函数代码),mgasa_crossover(遗传算法中染色体交叉互换函数代码),mgasa_mutation(遗传算法中基因突变函数代码),mgasa_change(Mgasa算法中选择过程代码)。同时代码中有Locati
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4352
    • 提供者:lfr
  1. POS

    0下载:
  2. 粒子群算法(PSO)属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。该程序适用于MATLAB中粒子群算法的实现。- Similar to the on
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:524
    • 提供者:原文宾
  1. SA_TSP

    0下载:
  2. tsp问题的模拟退火算法求解,在matlab环境下运行- 检测到:中文 » 英语 Simulated annealing algorithm to solve TSP problems, in the matlab environment
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:6061
    • 提供者:zengyu
  1. tiulang

    0下载:
  2. 基于混沌的模拟退火算法,利用贝叶斯原理估计混合logit模型的参数,内含心电信号数据及运用MATLAB写的源代码。- Chaos-based simulated annealing algorithm, Bayesian parameter estimation principle mixed logit model, ECG data and includes source code written in MATLAB.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:9319
    • 提供者:inwipe
« 1 2 3 45 »
搜珍网 www.dssz.com