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

搜索资源列表

  1. Matlab_optim_toolbox

    0下载:
  2. Optimization Tool Box for use in Matlab
  3. 所属分类:File Formats

    • 发布日期:2017-05-03
    • 文件大小:1.25mb
    • 提供者:Somayeh Hesabi
  1. CAGA_O_F

    0下载:
  2. 关于链式智能体遗传算法用于数值优化和特征选择的论文,可以与我联系相互交流-On the chain-agent genetic algorithm for numerical optimization and feature selection of the papers, you can contact me exchange
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1.02mb
    • 提供者:李明
  1. Matlabjiedianyouhua

    0下载:
  2. 将潮流计算公式矢量化处理,利用Matlab编写潮流程序,并将Matlab的m文件编译成COM组件,可简单实现 Matlab和其它语言的混合编程。通过简单的函数调用即可完成如稀疏、解方程等一系列数学运算,并可轻易实现相关图形的 绘制。潮流计算中采用AMD算法对修正方程系数矩阵进行节点优化,并采用LDLT算法进行求解,有效地减少了注入元,计 算速度成倍提高。在混合编程的模式下,提高了程序开发速度、程序可靠性、计算效率和保密性。 -Formula for calculating the
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:217.21kb
    • 提供者:wuzhicheng
  1. MPRO

    0下载:
  2. 以Matlab与C语言、Visual Basic、Excel为核心语言,配有大量的代码实例,系统地介绍了常用的代码优化方法和功能扩展程序-In Matlab and C language, Visual Basic, Excel as the core language,配有大量code example, the system commonly used to introduce a code optimization method and function of the expansion p
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3.62mb
    • 提供者:nice
  1. Matlab_Optimization

    0下载:
  2. this a good guide for optimization using matlab function and also its optimization toolbox-this is a good guide for optimization using matlab function and also its optimization toolbox
  3. 所属分类:Development Research

    • 发布日期:2017-05-11
    • 文件大小:1.99mb
    • 提供者:B
  1. SVMbasedchaotictimeseriesanalysis

    0下载:
  2. 基于SVM的混沌时间序列分析 把SVM优化算法用于混沌时间序列分析 可以得到优于一些方法的结果-SVM-based chaotic time series analysis of the SVM optimization algorithm for chaotic time series analysis methods can be superior to the results of
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:259.74kb
    • 提供者:付赛男
  1. PSOApplication

    0下载:
  2. PSO算法在工程优化方面的应用,详细介绍了PSO-PSO algorithm for optimization in engineering applications, detailed information on PSO
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:83.5kb
    • 提供者:yangyanli
  1. KernelBasedObjectTracking

    0下载:
  2. A new approach toward target representation and localization, the central component in visual tracking of nonrigid objects, is proposed. The feature histogram-based target representations are regularized by spatial masking with an isotropic kernel.
  3. 所属分类:Development Research

    • 发布日期:2017-05-10
    • 文件大小:2.35mb
    • 提供者:Ali
  1. pso1

    0下载:
  2. the source code for particle swarm optimization algorithm is given in this file. the source code is for economic dispatch problem which is a power system problem.
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:11.87kb
    • 提供者:sathish
  1. aaaa

    1下载:
  2. 基于生物免疫系统的自适应学习、免疫记忆、抗体多样性及动态平衡维持等功能,提出一种动态多目标免疫 优化算法处理动态多目标优化问题.算法设计中,依据自适应ζ邻域及抗体所处位置设计抗体的亲和力,基于Pa- reto控制的概念,利用分层选择确定参与进化的抗体,经由克隆扩张及自适应高斯变异,提高群体的平均亲和力,利 用免疫记忆、动态维持和Average linkage聚类方法,设计环境识别规则和记忆池,借助3种不同类型的动态多目标 测试问题,通过与出众的动态环境优化算法比较,数值实验表明所
  3. 所属分类:software engineering

    • 发布日期:2014-04-30
    • 文件大小:488.11kb
    • 提供者:王飞
  1. nlj20100106

    2下载:
  2. nlj寻优算法,对于系统参数辨识有很好的效果!-nlj optimization algorithm for system parameter identification have a good effect!
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:679byte
    • 提供者:
  1. optimPID

    0下载:
  2. i need the matlab coding for pid controller using particle swarm optimization
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:41.61kb
    • 提供者:anandh
  1. MATLAB

    0下载:
  2. 一、 牛顿-拉夫逊法概要 首先对一般的牛顿-拉夫逊法作一简单说明。已知一个变量X的函数 (4-6) 解此方程式时,由适当的近似值X(0)出发,根据 (4-7) 反复进行计算,当X(n)满足适当的收敛判定条件时就是(4-6)式的根。这样的方法就是所谓的牛顿-拉夫逊法。 式(4-7)就是取第n次近似解X(n)在曲线 上的点 处的切线与X轴的交点作下一次X(n+1)值的方法。参考图4-2(a)。在这一方法中为了能收敛于真解,初值X(0)的选取及函数f(X)必须满足适当的条件,如
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:9.13kb
    • 提供者:范凯
  1. MATLAB

    0下载:
  2. 本文 通 过 对己有模型和锅炉运行现状的分析,尝试用BP神经网络的方法分析讨论锅炉效率在线计算和运行优化等问题。研究工作主要包括:基于BP神经网络进行煤的工业分析结果和元素分析结果之间的转换 考虑到煤在锅炉中燃烧时有固体未燃碳存在,给出了煤组成成分的实际结果的概念 详细讨论了过量空气系数的两种定义及特点,说明运行中用烟气分析结果确定过量空气系数时,对测得的湿烟气含氧量进行修正的必要性和方法:以反平衡法为基础给出了改进的锅炉效率在线计算模型 以效率在线计算为基础,尝试运用神经网络方法确定锅炉运行中
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:75.74kb
    • 提供者:刘伟
  1. Captain-toolbox-for-matlab-handbook-ch1

    0下载:
  2. captain toolbox is a special optimization and modeling tool for matlab , it is a very important tool for control engineering . this is chapter 1 of handbook , the full handbook price is 100 dollars .
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:103.9kb
    • 提供者:mohamed
  1. MATLAB-code-optimize

    0下载:
  2. 优化matlab代码,防止出现out of memory错误,以便代码能安全运行-Optimization matlab code to prevent out of memory errors, so that the code can be safely run
  3. 所属分类:Project Manage

    • 发布日期:2017-03-31
    • 文件大小:779.54kb
    • 提供者:叶涛
  1. 配电网络重构matlab代码

    14下载:
  2. 基于粒子群算法的配电网重构matlab程序(Matlab program of distribution network reconfiguration based on particle swarm optimization)
  3. 所属分类:文章/文档

    • 发布日期:2017-11-04
    • 文件大小:152kb
    • 提供者:Yuki小盆与
  1. 111机械优化设计(MATLAB的编程教程+习题)

    0下载:
  2. 利用MATLAB求解机械优化方程,列举例子后并进行说明(The mechanical optimization equations are solved by using MATLAB. Examples are given and explained)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-20
    • 文件大小:366kb
    • 提供者:GJG123
  1. MATLAB程序设计与实例应用 张铮编

    0下载:
  2. 本书根据最新的MATLAB版本,对台湾张铮先生的《MATLAB程式设计与应用教学范本》改编而成。除了原书主要讲述的MATLAB绘图和影像处理功能外,本书以实用、最新和易懂为原则,增加了图形用户界面编程、数值计算、符号运算、数字信号处理、优化运算、神经网络分析、系统仿真和模糊系统设计等内容。本书通过实例的形式,系统介绍了MATLAB的使用技巧和编程方法(According to the latest version of MATLAB, this book is adapted from the
  3. 所属分类:文章/文档

    • 发布日期:2018-04-20
    • 文件大小:10.35mb
    • 提供者:wyj2277
  1. (268粒子群)《精通MATLAB最优化计算 2版》

    2下载:
  2. 一本详细的matlab优化算法教程书籍,里面由浅入深介绍了各种优化算法的原理以及相应的matlab实现代码,还有一些具体的范例计算代码,相当实用。(A detailed MATLAB optimization algorithm tutorial book, which introduces the principles of various optimization algorithms and the corresponding matlab implementation code. The
  3. 所属分类:文章/文档

    • 发布日期:2018-04-29
    • 文件大小:27.21mb
    • 提供者:呛水的鱼
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com