1) optimal sliding strategies
优化滑模策略
1.
The robust sliding mode observers and the optimal sliding strategies were designed by using the singular value decomposition technique, and severe revetments were given to robustness to the uncertainties and external disturbances.
在Edwards滑模观测器设计思想的基础上,提出具有未知输入干扰的鲁棒滑模观测器设计方法,采用奇异值分解技术,设计鲁棒滑模观测器以及优化滑模策略,给出严格论证,保证对系统不确定性以及外界干扰具有鲁棒性;采用Lyapunov函数作为稳定观测器的判别条件,使设计的观测器一致收敛,状态估计达到预期的指标;通过VTOL直升飞机的动态数学模型仿真示例验证了研究方法的有效性,并与一般的Luenberger观测器进行比较,证明设计的滑模观测器具有很好的跟踪性,以及对未知输入扰动良好的鲁棒性。
2) sliding model strategy
滑模策略
1.
Then an optimizing sliding model strategy is presented and the strict verification is(conducted) guarantee robustness to uncertainties of systems and disturbances.
在研究线性不确定系统一类滑模观测器的基础上,应用奇异值分解技术对系统进行降阶处理,设计了一种新颖的鲁棒滑模观测器;并提出优化滑模策略,给出严格论证,保证对系统不确定性以及外界干扰具有鲁棒性;采用Lyapunov函数作为稳定观测器的判别条件,使设计的观测器一致收敛,状态估计达到预期的指标;同时给出鲁棒滑模观测器的线性反馈矩阵和非线性反馈矩阵计算算法;通过仿真实例验证所设计的鲁棒滑模观测器的有效性。
3) optimization strategy
优化策略
1.
An optimization strategy of NAM using raster scanning;
基于光栅扫描的NAM优化策略
2.
Research on the optimization strategy used when coping with queries;
查询处理过程中的优化策略研究
3.
Primary design parameters and optimization strategy of the thrust deduction characteristics of ship hull and composite propulsor system;
船体与组合推进器系统推力减额特性设计主参数和优化策略研究
4) optimized strategy
优化策略
1.
Energy optimized strategy based on clustering arithmetic;
一种基于分簇算法的能量优化策略
2.
The paper proposes the reactive optimized strategy to improve Oracle database performance through investigating and analyzing the bottleneck of system.
文章在调查并分析了影响运行中Oracle数据库系统性能的瓶颈后,提出了改善数据库性能的有效的事后优化策略。
3.
In the end , a kind of optimized strategy of MVC in the complex software system is put forward , whose accomplishment in the web applications indicates that this method is better greatly used in the realm of software design and integration .
而后提出了复杂系统中MVC模式的一种优化策略,具体的Web实现表明该方法在软件设计与集成中具有广泛的适用性。
5) strategy optimization
策略优化
1.
This paper studies the establishing of rolling model on production process of metallurgical enterprises and the rolling strategy optimization for cold mill.
因为遗传算法具有强大的搜索能力、自适应能力和鲁棒性,本文提出了一种以轧制参数为综合目标函数的基于遗传算法的轧制策略优化的新方法。
2.
The basic principle and algorithm of fault diagnosis strategy optimization method of fault tree and Bayesian networks were expatiated.
针对设备故障诊断技术中存在的固有不确定性问题,通过分析传统故障树模型存在的局限性以及传统贝叶斯网络建造困难的特点,提出了一种融合于故障树和传统贝叶斯网络的新方法—诊断贝叶斯网络法,并阐述了故障树和贝叶斯网络的故障诊断策略优化方法的基本思想和具体算法。
6) policy optimization
策略优化
1.
In the traditional dynamic power management(DPM) architecture,positive policies are generally adop-ted without considering the great power consumption due to power state transitions,and the policy optimization is not taken into account.
以往的动态电源管理(DPM)框架所采取的是积极的动态电源管理策略,没有考虑设备进行电源状态切换时所带来的更大的能耗开销,也就是说,DPM框架没有考虑到策略优化的问题。
2.
Based on continuous-time Markov decision processes, a power management policy optimization approach is proposed.
提出一种基于连续时间Markov决策过程的动态电源管理策略优化方法。
3.
Properly policy optimization could increase system performance remarkably with no cost or a little cost,get twice the result with half the effort.
适当的策略优化可以在不增加或者增加少量开销的情况下,大幅提高策略管理系统的性能,达到事半功倍的效果。
补充资料:优化
优化
optimization
youhuQ优化(oPtimization)在语言处理过程中为提高程序质量而采用的技术。需求级、功能级和设计级语言处理系统的优化技术尚处于实验探索阶段,实现级语言处理系统尤其编译程序的优化技术发展较早、较为成熟。 编译阶段上可进行的优化分为中间代码级的优化和机器代码级的优化,又分别称为与机器无关的优化和与机器有关的优化。 中间代码级的优化有表达式优化、循环优化等。表达式优化通常有合并常量运算、提取公共子表达式、布尔表达式优化等。循环优化通常有外提循环不变式、强度削减等技术。 机器代码级的优化有寄存器优化、机器指令的有效利用等。 从涉及的范围上优化技术又可分为局部优亿和奎局化化。若优化涉及的范围是一个基本块,则称为局部优化,否则称为全局优化。 在优化工作中循环优化,尤其是与内循环有关的优化特别重要,它对程序的质量有显著影响。 优化技术的基础是数据流分析和控制流分析等。 目标程序的质量不仅与编译的优化技术有关,而且与源程序所采用的算法有关。求解一个问题的算法可能有许多,它们的复杂度常常会有数量级上的差异。采用高质量算法的源程序是提高目标程序质量的关键所在。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条