Presentation slides for developers
This theme has a great feature, the progress bar.
To use this theme, you must fill the outline for this slider in the front matter.
contents:
- About
- Image
- Slidev
To highlight the section being demonstrated, you need to add the following code to the front of the page:
---
id: 1
---
To give it a Keynote-like appearance, I used the styles for headings and text in @slidev/theme-apple-basic.
Presentation slides for developers
This theme has a great feature, the progress bar.
To use this theme, you must fill the outline for this slider in the front matter.
contents:
- About
- Image
- Slidev
To highlight the section being demonstrated, you need to add the following code to the front of the page:
---
id: 1
---
To give it a Keynote-like appearance, I used the styles for headings and text in @slidev/theme-apple-basic.
Slidev is a slides maker and presenter designed for developers, consist of the following features
Read more about Why Slidev?
Hover on the bottom-left corner to see the navigation’s controls panel
space / tab / right | next animation or slide |
left / shiftspace | previous animation or slide |
up | previous slide |
down | next slide |
随着技术的发展和生产的需要, 对生产过程的要求也在逐渐提高. 所以除了要求闭环系统稳定、安全地运行外, 还会提出一些附加的要求, 譬如过渡时间尽量短、运动过程中消耗的能量尽量少、生产成本尽量低而收益尽量大等. 这些附加的要求也是表示系统性能的指标, 它们可以用某种比之前的误差积分指标更复杂的函数形式来描述.
最优控制研究的主要问题是:根据已建立的被控对象的数学模型, 选择一个容许的控制律, 使得被控对象按预定要求运行, 并使给定的某一性能指标达到极小值(或极大值).
从数学观点来看, 最优控制研究的问题是求解一类带有约束条件的泛函极值问题, 属于变分学的范畴。然而, 经典变分理论只能解决控制无约束, 即容许控制属于开集的一类, 实际所遇到的控制多数是有约束的. 20实际50年代出现了现代变分理论, 其中最常用的方法是极小值(极大值)原理和动态规划.
最优控制问题应包含以下几个方面的内容:
x˙=f[x(t),u(t),t]
表示, 对于线性定常系统可以表示为:
x˙(t)=Ax(t)+Bu(t).
这样的方程表示在控制 u(t) 的作用下, 系统从一个状态转移到另一个状态, 或者说从 n 维状态空间中的一个点转移到另一个点.
g[x(tf),tf]=0orh[x(tf),tf]≤0
求泛函 J=∫01x2(t)dt 的变分.
ΔJδJ=∫01[x+δx]2dt−∫01x2dt=∫01[x2+2xδx+(δx)2]dt−∫01x2dt=∫012xδxdt−∫01(δx)2dt.=∫012x(t)δxdt.