搜索资源列表
optim
- 空调控制系统最优算法,使用的是惩罚函数法的外点法,使用vc++编写-Air-conditioning control system for optimal algorithm, using a penalty function method of foreign-point method, the use of vc++ Prepared
optimization
- 许多生产计划与管理问题都可以归纳为最优化问题, 最优化模型是数学建模中应用最广泛的模型之一,其内容包括线性规划、整数线性规划、非线性规划、动态规划、变分法、最优控制等. -matlab matlab matlab matlab optimization
TheAnalyticalSolutionofTPBVP
- 在最优控制、变分法、微分方程等学科中常遇到两点边值问题( TPBVP ),徒手求取解析 解比较繁;MATLAB 的符号数学工具箱却又仅限于解一点边值问题。本示例阐述如何用符 号数学工具箱解 TPBVP。-In optimal control,variational calculus and differential equation frequently encountered two-point boundary value problems(TPBVP).Free-hand to g
nudan3
- 基于最优控制理论的诺顿法典型迭代MATLAB 程序-Norton based on optimal control theory method typical iterative MATLAB program
daniel3
- 基于最优控制理论的MATLAB daniel迭代法典型程序-Based on optimal control theory MATLAB daniel typical iteration procedures
conjugate-gradient-method
- 用matlab编程,实现最优控制理论中的共轭梯度算法。-With the matlab programming, optimal control theory conjugate gradient algorithm.
newton-method
- 用matlab编程,实现最优控制理论中的牛顿法。-With the matlab programming, optimal control theory in Newton.
gradient-method
- 用matlab编程,实现最优控制理论中的梯度法。-With the matlab programming, optimal control theory the gradient method.
gpops41
- 基于伪谱法解最优控制问题,这是最新版本 Matlab版本-to solve optimal control problem Matlab version
Hinf_ctrl
- 鲁棒控制MATLAB示例,包括Hinf最优控制,Hinf控制,H2控制的代码。自己按照书上的例子编写的。-The robust control MATLAB examples, including the Hinf optimal control, Hinf control, H2 control code. Book in accordance with their own examples of the preparation of the.
gpops52.zip
- 求解非线性最优控制的MATLAB通用软件包
ES
- 1.设定种群个体数和需要迭代的次数。 2.选择父代中的个体按照公式z1=sqrt(-2*ln(u1))*sin(2*pi*u2)*m,z2=sqrt(-2*ln(u1))*cos(2*pi*u2)*m进行演化。 这里u1,u2都是随机值,m是控制因子,演化次数越多m,m越小,父代通过与z1,z2相加得到后代。 3.计算后代的适应性。 4.选择后代中最优的适应性作为全局最优适应性。(1. set the number of individuals in the population and