搜索资源列表
-
0下载:
Optimization Tool Box for use in Matlab
-
-
0下载:
关于链式智能体遗传算法用于数值优化和特征选择的论文,可以与我联系相互交流-On the chain-agent genetic algorithm for numerical optimization and feature selection of the papers, you can contact me exchange
-
-
0下载:
将潮流计算公式矢量化处理,利用Matlab编写潮流程序,并将Matlab的m文件编译成COM组件,可简单实现
Matlab和其它语言的混合编程。通过简单的函数调用即可完成如稀疏、解方程等一系列数学运算,并可轻易实现相关图形的
绘制。潮流计算中采用AMD算法对修正方程系数矩阵进行节点优化,并采用LDLT算法进行求解,有效地减少了注入元,计
算速度成倍提高。在混合编程的模式下,提高了程序开发速度、程序可靠性、计算效率和保密性。
-Formula for calculating the
-
-
0下载:
以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
-
-
0下载:
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
-
-
0下载:
基于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
-
-
0下载:
PSO算法在工程优化方面的应用,详细介绍了PSO-PSO algorithm for optimization in engineering applications, detailed information on PSO
-
-
0下载:
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.
-
-
0下载:
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.
-
-
1下载:
基于生物免疫系统的自适应学习、免疫记忆、抗体多样性及动态平衡维持等功能,提出一种动态多目标免疫
优化算法处理动态多目标优化问题.算法设计中,依据自适应ζ邻域及抗体所处位置设计抗体的亲和力,基于Pa-
reto控制的概念,利用分层选择确定参与进化的抗体,经由克隆扩张及自适应高斯变异,提高群体的平均亲和力,利
用免疫记忆、动态维持和Average linkage聚类方法,设计环境识别规则和记忆池,借助3种不同类型的动态多目标
测试问题,通过与出众的动态环境优化算法比较,数值实验表明所
-
-
2下载:
nlj寻优算法,对于系统参数辨识有很好的效果!-nlj optimization algorithm for system parameter identification have a good effect!
-
-
0下载:
i need the matlab coding for pid controller using particle swarm optimization
-
-
0下载:
一、 牛顿-拉夫逊法概要
首先对一般的牛顿-拉夫逊法作一简单说明。已知一个变量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)必须满足适当的条件,如
-
-
0下载:
本文 通 过 对己有模型和锅炉运行现状的分析,尝试用BP神经网络的方法分析讨论锅炉效率在线计算和运行优化等问题。研究工作主要包括:基于BP神经网络进行煤的工业分析结果和元素分析结果之间的转换 考虑到煤在锅炉中燃烧时有固体未燃碳存在,给出了煤组成成分的实际结果的概念 详细讨论了过量空气系数的两种定义及特点,说明运行中用烟气分析结果确定过量空气系数时,对测得的湿烟气含氧量进行修正的必要性和方法:以反平衡法为基础给出了改进的锅炉效率在线计算模型 以效率在线计算为基础,尝试运用神经网络方法确定锅炉运行中
-
-
0下载:
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
.
-
-
0下载:
优化matlab代码,防止出现out of memory错误,以便代码能安全运行-Optimization matlab code to prevent out of memory errors, so that the code can be safely run
-
-
14下载:
基于粒子群算法的配电网重构matlab程序(Matlab program of distribution network reconfiguration based on particle swarm optimization)
-
-
0下载:
利用MATLAB求解机械优化方程,列举例子后并进行说明(The mechanical optimization equations are solved by using MATLAB. Examples are given and explained)
-
-
0下载:
本书根据最新的MATLAB版本,对台湾张铮先生的《MATLAB程式设计与应用教学范本》改编而成。除了原书主要讲述的MATLAB绘图和影像处理功能外,本书以实用、最新和易懂为原则,增加了图形用户界面编程、数值计算、符号运算、数字信号处理、优化运算、神经网络分析、系统仿真和模糊系统设计等内容。本书通过实例的形式,系统介绍了MATLAB的使用技巧和编程方法(According to the latest version of MATLAB, this book is adapted from the
-
-
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
-