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

搜索资源列表

  1. BOLTZMAN

    0下载:
  2. 利用C语言和matlab对退火模拟算法的实现,求最小路径-using language c and matlab to achieve simulated annealing algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:31041
    • 提供者:huang
  1. Dsimulannealbe

    0下载:
  2. 描述基于matlab环境的模拟拟退火算法的原理、应用和实例的好书 -Describe the simulated annealing algorithm based on the Matlab environment simulation principle, applications and examples of good books
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2597165
    • 提供者:反弹
  1. sapso

    1下载:
  2. 模拟退火粒子群算法代码 matlab版本 供大家参考-Simulated annealing particle swarm algorithm code
  3. 所属分类:2D Graphic

    • 发布日期:2015-04-13
    • 文件大小:4096
    • 提供者:yx
  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. Modern-optimization-algorithm

    0下载:
  2. 禁忌搜索(tabu search ),模拟退火(simulated annealing),遗传算法(genetic algorithms),人工神经网 络(neural networks)的matlab源码-Tabu search (Tabu search), simulated annealing (simulated annealing), genetic algorithms (genetic algorithms), artificial neural networks (ne
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:250716
    • 提供者:游思
  1. zhinengTSP

    0下载:
  2. TSP的matlab神经网络解法,包括遗传算法、粒子群算法 、鱼群算法、模拟退火法程序,程序有注释-The TSP Matlab intelligent solution, including genetic algorithm, particle swarm optimization, fish school algorithm, simulated annealing procedures, procedures comment
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:15575
    • 提供者:唐小米
  1. Model_VRP_Matlab

    10下载:
  2. 浙江大学数学建模比赛2013B题Matlab源码,主要使用遗传算法和模拟退火解决自行车调度问题,此处为有时间窗的VRP问题,注释详尽,方便改进维护-Zhejiang University Mathematical Contest in Modeling 2013B title Matlab source code, detailed notes, easy to improve maintenance
  3. 所属分类:matlab

    • 发布日期:2015-11-12
    • 文件大小:245760
    • 提供者:Outrace
  1. SimuAPSO

    0下载:
  2. 基于模拟退火的粒子群算法matlab编程-Based on simulated annealing particle swarm algorithm matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:784
    • 提供者:xbb
  1. optimization

    0下载:
  2. 基于Matlab的优化算法,文件里面包含模拟退火法等多种遗传算法。-Optimization algorithm based on Matlab, the file which contains a wide range of genetic simulated annealing algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:214799
    • 提供者:高兴
  1. a-few-suanfa-jisuan-TSP

    0下载:
  2. 各种算法用来求解TSP问题的MATLAB源程序,包括蚁群算法,遗传算法,模拟退火-Ant colony algorithm using matlab simulation platform developed: algorithm, path shows that human-computer interaction control
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:8985
    • 提供者:Milly
  1. monituihuo

    0下载:
  2. matlab模拟退火智能优化算法,求取最短路径,已通过验证-matlab simulated annealing optimization algorithm intelligent, calculating the shortest path has been verified
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1852
    • 提供者:Peter.
  1. rengongzhinengjituxaingchuli

    3下载:
  2. 人工智能算法,模拟退火法,遗传算法,matlab数字图像处理,基于剩余矩形原理的矩形件排样优化程序-The layout optimization of rectangular parts has been studied, and the program is designed to solve the problem of rectangular layout optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6763
    • 提供者:chengcheng
  1. zhinengjisuan

    0下载:
  2. 智能计算主要程序源码,有matlab的模糊聚类图像分割,还有VC++编写的模拟退火和遗传算法。-Intelligent Computing The main program source code, there is matlab fuzzy clustering image segmentation, as well as VC++ Prepared simulated annealing and genetic algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-06-08
    • 文件大小:15812983
    • 提供者:魏琳
  1. Simulated-

    3下载:
  2. (MATLAB)模拟退火——投影寻踪程序水质评价算法-(MATLAB) simulated annealing algorithm of projection pursuit uation program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4018
    • 提供者:gekao
  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. algorithm

    0下载:
  2. matlab算法详细分析,包括应用广泛的分治算法、灰色预测、时间序列、模拟退火、蚁群算法。-matlab algorithm detailed analysis, including the widely used divide and conquer algorithm, gray forecasting, time series, simulated annealing, ant colony algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-06-21
    • 文件大小:36707588
    • 提供者:姜波
  1. MATLAB_SA

    0下载:
  2. matlab模拟退火工具箱,模拟退火是一种现代智能算法-matlab simulated annealing toolbox, simulated annealing is a modern intelligent algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:62550
    • 提供者:王好人
  1. graph-coloring

    0下载:
  2. matlab编写的图着色算法,并用智能优化算法(模拟退火)去寻找其图着色的最优解-Matlab prepared by the graph coloring algorithm, and using intelligent optimization algorithm (simulated annealing) to find the optimal solution of the coloring of the graph
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:6060
    • 提供者:HMCFD
« 1 2 ... 20 21 22 23 24 25»
搜珍网 www.dssz.com