CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 混合优化

搜索资源列表

  1. znyh

    0下载:
  2. 〈智能优化算法与应用〉介绍各种优化算法:模拟褪火法、遗传算法、禁忌搜索法、神经网络法、混合优化策略等内容。-"intelligent optimization algorithms and application" on the various optimization algorithms : simulated fire faded, genetic algorithm, Tabu search method, neural networks, hybrid optimi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10.54mb
    • 提供者:small www
  1. Genetic_Ant_Algorithms

    0下载:
  2. 一种运用蚂蚁算法和遗传算法解决旅行商问题的混合优化程序-an ant algorithm and the use of genetic algorithms to solve the traveling salesman problem hybrid optimization procedures
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:80.01kb
    • 提供者:陈雷
  1. matlab-VRP

    1下载:
  2. 基于混合优化算法的车辆路径问题研究 matlab开发环境-matlab VPR Particle Swarm Optimization,PSO
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1.86kb
    • 提供者:黄安安
  1. hybrid_PSO

    3下载:
  2. 一种基于混合策略的改进粒子群优化算法,包括执行程序hpso.m和参数设定hPSOoptions.m两个源文件。代码清晰,易于改进实现。结果显示有效的提高了SPSO的性能-A hybrid strategy based on improved particle swarm optimization algorithm, including the implementation of procedures and parameters set hpso.m two hPSOoptions.m sou
  3. 所属分类:matlab

    • 发布日期:2016-11-29
    • 文件大小:3.51kb
    • 提供者:楚湘华
  1. ARMbiancheng

    0下载:
  2. ARM 的编程技巧 ARM 编译器优化 c与汇编混合编程技巧等-ARM programming skills ARM compiler optimization and compilation of mixed c programming techniques
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:75.37kb
    • 提供者:XIUFENG
  1. Powell.SA.MI.registration

    0下载:
  2. 本人的计算机硕士论文,Powell和SA混合优化的互信息图像配准,-I am a computer master' s thesis, Powell, and SA Hybrid Optimization of mutual information image registration,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:88.42kb
    • 提供者:tangyu
  1. GASA

    0下载:
  2. 基于遗传模拟退火和Otsu法的图像分割。采用一种基于模拟退火算法(SA)的混合遗传算法(GASA),来进行Otsu方法选择阈值,其中进行求解时是非线性的遗传算法(GA)的应用优化了求阈值过程,并尽可能地减少其运算量,而加入SA则避免了遗传算法(GA)常见的早熟收敛现象,从而实现有效简单的图像分割。 -adopt hybrid genetic algorithm(GASA) based on simulated annealing algorithm,choose threshold by O
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:80.43kb
    • 提供者:李丽
  1. ACA

    0下载:
  2. 关于蚁群优化算法和其他混合算法的优秀博士论文,相关领域的人员可参考-On the ant colony optimization algorithms and other hybrid algorithm of the best doctoral thesis of personnel in related fields can be found
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-17
    • 文件大小:4.43mb
    • 提供者:meimei
  1. PSO_BP

    3下载:
  2. 基于粒子群和BP神经网络的混合优化策略算法。将改进PSO算法与BP神经网络结合,用PSO算法取代梯度下降法来优化神经网络的连接权值和阈值。程序简单易懂。-Based on Particle Swarm and the BP neural network algorithm for hybrid optimization strategy. Will improve the PSO algorithm and BP neural network, using PSO algorithm to re
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:184.21kb
    • 提供者:李洋
  1. pso_nn_exe

    0下载:
  2. 粒子群优化算法与神经网络算法结合的一种混合算法,采用c语言实现-Particle swarm optimization algorithm and neural network algorithms for a hybrid algorithm, using c language implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:66.91kb
    • 提供者:刘丽景
  1. algorithm_of_the_constrained_optimization

    5下载:
  2. 约束优化问题算法的 matlab 程序,包括: minRosen.m---Rosen 梯度投影法 minFactor.m----乘子法 minconPS.m-----坐标轮换法 minPF.m----外点罚函数法 minMixFun.m-----混合罚函数法 minJSMixFun.m----加速混合罚函数法-Constrained optimization algorithm matlab procedures, including: minRosen.m-- Rose
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4.11kb
    • 提供者:lili
  1. fminunc

    1下载:
  2. 最快下降法求解无约束优化问题,f=10*(x(1)+x(2)-5)^2+(x(1)-x(2))^2 主程序dfp11.m如下: oldoptions=optimset( fminunc ) options=optimset(oldoptions, LargeScale , off ) 采用中型优化算法 options11=optimset(options, HessUpdate , dfp ) DFG法,混合二、三次插值 [x11,fval11,exitflag11,outp
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:6.89kb
    • 提供者:pengjingyong
  1. PSO-GA-S

    3下载:
  2. PSO与GA混合优化算法,可实现比单纯使用PSO或者GA算法更好的优化效果-PSO and GA hybrid optimization algorithm, can achieve more than a simple algorithm using PSO or GA optimization results better
  3. 所属分类:matlab

    • 发布日期:2017-06-15
    • 文件大小:22.56mb
    • 提供者:吴军
  1. TSP-based-on-improved-pso

    1下载:
  2. 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algorithm: solving the TSP hybrid pa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-23
    • 文件大小:619.18kb
    • 提供者:durongmao
  1. matlab程序

    1下载:
  2. 混合优化核参数(Hybrid optimization of kernel parameters)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:106kb
    • 提供者:清水流深
  1. 基于电压影响和混合储能的分布式电源优化配置珍

    1下载:
  2. 分布式电源优化配置研究,有助于研究分布式电源优化。(The research of optimal allocation of distributed generation helps to study distributed generation optimization.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:2.3mb
    • 提供者:fengyu
  1. 中间包计划模型及混合优化算法

    0下载:
  2. 对钢铁生产调度的优化过程,使用混合优化算法,优化中间包批量计划编制结果(Optimization process of iron and steel production scheduling)
  3. 所属分类:其他行业

    • 发布日期:2018-05-03
    • 文件大小:225kb
    • 提供者:Lis Lee
  1. 混合遗传蚁群HGIACA

    3下载:
  2. 智能优化方法--混合遗传蚁群算法,结合了蚁群算法和遗传算法(Intelligent optimization method, hybrid genetic ant colony algorithm, combines ant colony algorithm and genetic algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:3kb
    • 提供者:reseei
  1. 基于粒子群和BP神经网络的混合优化策略算法

    1下载:
  2. 改进粒子群算法,比较完整,自己收集的,可以运行(Improved particle swarm optimization)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-11-05
    • 文件大小:184kb
    • 提供者:hgy1234
  1. 油电混合动力电动汽车油耗优化控制仿真研究_魏玲

    1下载:
  2. 主要讲述混合动力汽车复合电源能量管理系统控制策略与优化设计(This paper mainly introduces the control strategy and optimization design of hybrid electric vehicle hybrid power management system)
  3. 所属分类:其他

    • 发布日期:2020-07-31
    • 文件大小:224kb
    • 提供者:辛晴
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com