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

搜索资源列表

  1. tuihuosuanfa

    0下载:
  2. matlab的退火算法实例应用程序源代码-Application of the annealing algorithm matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:33686
    • 提供者:刘柯楠
  1. fc0

    0下载:
  2. 完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序-Complete graph Hamiltonian cycle common genetic simulated annealing algorithm matlab source
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:935
    • 提供者:杨飞宇
  1. TSP

    0下载:
  2. 模拟退火算法求解TSP问题的matlab程序-Simulated annealing algorithm matlab program TSP problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-15
    • 文件大小:8226
    • 提供者:武开
  1. monituihuo

    0下载:
  2. 模拟退火算法的matlab程序,人工智能算法-Simulated annealing matlab program Artificial intelligence algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1624
    • 提供者:武开
  1. MCP

    0下载:
  2. MCP(最大截问题)的模拟退火算法求解,用matlab编写程序实现-(Maximum Cut) simulated annealing algorithm, achieved using matlab programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1390
    • 提供者:武开
  1. SA_TSP_matlab

    0下载:
  2. 基于matlab的模拟退火算法求解旅行商问题的实现。简单 方便 好用,解压后就可使用-Matlab simulated annealing algorithm based on traveling salesman problem implementation. Simple easy to use, can use after decompression
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:479241
    • 提供者:徐小夏
  1. tri_trial

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

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

    0下载:
  2. 这是一个模拟退火的matlab版的源程序-This is a simulated annealing version of the source code matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1506
    • 提供者:xuzhixin
  1. matlab_algrithm_tuihuo

    0下载:
  2. matlab退火算法工具箱,功能非常强大,可以大大方便数学建模-annealing algorithm matlab toolbox, very powerful, can greatly facilitate the mathematical modeling
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:62525
    • 提供者:lvjiajun
  1. Simulated-annealing

    1下载:
  2. MATLAB编写的模拟退火程序,用来求解TSP问题,并给出结果图像-Simulated annealing process with MATLAB for solving TSP problem,and given result image
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:24873
    • 提供者:甘明辉
  1. learn-of-SA

    0下载:
  2. 在matlab中学习模拟退火算法的一些材料。-In matlab simulated annealing algorithm to learn some of the material.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:195766
    • 提供者:winter
  1. simulated-annealing

    0下载:
  2. matlab模拟退火中源程序,基本例程都在压缩包中了。-simulated annealing matlab source code, the basic routines are in a compressed package.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:155403
    • 提供者:lee shao hua
  1. Hamiltonian-cycle

    0下载:
  2. 完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序-Complete graph Hamiltonian cycle common genetic simulated annealing algorithm matlab source
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3820
    • 提供者:guoxiangwang
  1. simulation-annealing-algorithm

    0下载:
  2. 介绍模拟退火算法的基本原理和步骤,用matlab编写的模拟退火算法的完整源程序,对于动手实践是很有用的-simulation annealing algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:344394
    • 提供者:zhangxia
  1. BPPSOSA

    1下载:
  2. matlab中基于模拟退火法的粒子群BP神经网络计算程序-matlab simulated annealing method based on BP neural network computing PSO program
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:81292
    • 提供者:
  1. tsp_SA.m

    0下载:
  2. 基于神经网络的模拟退火算法解决tsp问题 matlab实现-Neural network-based simulated annealing algorithm to solve the problem tsp matlab implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:13291
    • 提供者:南达
  1. mlthf

    0下载:
  2. matlab tsp模拟退火法 不错的-tsp simulated annealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1190
    • 提供者:xlj
  1. zuiduanlu

    0下载:
  2. 这是利用matlab编写关于连接网络电缆的最短路程序,在考虑最短路的同时,还考虑到了网络的稳定性等多种其他因素,使用了模拟退火算法解决这一问题,希望能有所帮助。-This is written on the use of matlab to connect the network cable the shortest program, taking into account the short-circuit, while also taking into account the stabili
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7979
    • 提供者:
  1. monituihuo

    0下载:
  2. 在matlab开发环境下实现了模拟退火的智能算法程序-In the matlab development environment can only achieve a simulated annealing algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:501984
    • 提供者:alex cha
  1. 20100823_9292500_0

    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
    • 文件大小:1948
    • 提供者:zhang
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 32 »
搜珍网 www.dssz.com