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

搜索资源列表

  1. 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决

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

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

    0下载:
  2. 通用模拟退火优化算法 General simulated annealing algorithm 模拟退火优化算法能过较大限度的避免局部最优解 -General simulated annealing optimization algorithm General simulated annealing algorithm simulated annealing optimization algorithm can have a greater level of local optimal
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:999byte
    • 提供者:okboy
  1. Opt_Sim

    0下载:
  2. matlab 模拟退火经典程序,简单但实用,能很好的理解模拟退,里面还有一个无约束优化的例子-matlab classical simulated annealing procedure, a simple but practical, a good understanding of simulation can retire, which have an example of unconstrained optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.1kb
    • 提供者:张晓
  1. amosa

    1下载:
  2. 进化计算会刊的模拟退火多目标优化 大家的杰作 很有参考价值-Multi-objective optimization by simealted fire
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:30.08kb
    • 提供者:brue yang
  1. pso

    4下载:
  2. 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:16.38kb
    • 提供者:熊杰
  1. matlab-monituihuo

    0下载:
  2. 一直基于matlab开发的模拟退火优化算法-Has been developed based on the matlab simulated annealing optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:5.19kb
    • 提供者:micheal
  1. matlab

    2下载:
  2. 燃煤结渣预测,使用支持向量机与模拟退火算法进行优化参数-Slagging Prediction in coal boilers
  3. 所属分类:matlab

    • 发布日期:2017-11-01
    • 文件大小:122.89kb
    • 提供者:wxw
  1. matlab

    0下载:
  2. 模拟退火法源程序,给出模拟退火法解决优化问题的matlab例子-Simulated annealing method source program
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5.47kb
    • 提供者:xinghua,qu
  1. monituihuo

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

    • 发布日期:2017-04-13
    • 文件大小:1.81kb
    • 提供者:Peter.
  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. SA

    0下载:
  2. 使用模拟退火解旅行商问题,因为这个问题本身是一个NP难问题,所以也就求不到最优解,不过应该可以求得一个比较好的解,然后再手工优化。(Using simulated annealing to solve the traveling salesman problem, because the problem itself is a NP hard problem, so it can not find the optimal solution, but it should be able to ob
  3. 所属分类:matlab例程

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

    0下载:
  2. 模拟退火算法属于现代优化算法的一种,,实现NP-hard组优化问题的全局最优解,解决大量的实际问题(The simulated annealing algorithm is one of the modern optimization algorithms, which can solve the global optimal solution of the NP-hard group optimization problem and solve a lot of practical probl
  3. 所属分类:matlab例程

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

    0下载:
  2. 此种算法简单,有效,可以对所求的数据更加优化,使所求数据更加合理,绝对可以运行,请大家放心。(This algorithm is simple and effective. It can be more optimized for the data requested, so that the data is more reasonable and can be run. Please be assured.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1kb
    • 提供者:宁采臣
  1. 模拟退火

    0下载:
  2. 此代码用于求解二维数据中的优化问题,效果挺好的,文件里有二维数据的问题,大家可以好好看看!(This code is used to solve optimization problems in 2d data. The results are good. There are two dimensional data problems in the file, so you can have a good look!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1kb
    • 提供者:宁采臣
  1. mathematical modeling

    0下载:
  2. 文件包含了多种现代优化算法,如神经网络,模拟退火,禁忌搜索等智能算法。同时还有一些数学建模的相关的matlab实现。(The document contains a variety of modern optimization algorithms, such as neural networks, simulated annealing, tabu search and other intelligent algorithms. At the same time, there are some
  3. 所属分类:matlab例程

    • 发布日期:2017-12-15
    • 文件大小:94.87mb
    • 提供者:Jyoung丶
  1. l3_simulated_annealing_algorithm

    0下载:
  2. 模拟退火算法MATLAB程序(寻找最佳路径的优化方式)(Simulated annealing algorithm MATLAB (search for optimal path optimization))
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:1kb
    • 提供者:liuty
  1. 13种PSO算法以及课件

    3下载:
  2. 各算法对应的问题如下:   PSO 用基本粒子群算法求解无约束优化问题   YSPSO 用带压缩因子的粒子群算法求解无约束优化问题   LinWPSO 用线性递减权重粒子群优化算法求解无约束优化问题   SAPSO 用自适应权重粒子群优化算法求解无约束优化问题   RandWPSO 用随机权重粒子群优化算法求解无约束优化问题   LnCPSO 用学习因子同步变化的粒子群优化算法求解无约束优化问题   AsyLnCPSO 用学习因子异步变化的粒子群优化算法求解无约束优化问题  
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:6.91mb
    • 提供者:linlin1992
  1. 模拟退火和模糊C均值分类

    1下载:
  2. 遗传模拟优化初始聚类中心,模糊C均值聚类(Genetic algorithm is used to optimize initial clustering centers and fuzzy C means clustering.)
  3. 所属分类:matlab例程

  1. MATLAB智能算法30个案例分析代码

    2下载:
  2. 压缩包内是关于BeiHang出版的matlab智能算法30个案例的代码,对于学习理解智能算法的原理和编程有一定的帮助。如遗传算法、粒子群算法、免疫优化算法、模拟退火算法、BP算法等。(there are 30 matlab codes, which match a book about intelligence algorithms,such as genetic algorithms, PSO, ACO,BPO,etc. WISH that will be help for you.)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-07
    • 文件大小:1.59mb
    • 提供者:爬山虎的脚
  1. 露天矿运输问题的模拟退火优化_彭程

    2下载:
  2. 一篇基于matlab,解决的CVRP问题的论文。关键词包含路径规划等。(A paper based on MATLAB to solve the CVRP problem. Key words include path planning, etc.)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-07
    • 文件大小:1.58mb
    • 提供者:Naturarcie
« 12 »
搜珍网 www.dssz.com