기술 성공, 실패 기록소

MPC, model predictive control 본문

machine learning

MPC, model predictive control

sunlab 2020. 2. 24. 17:54
728x90

-Model predictive control

https://en.wikipedia.org/wiki/Model_predictive_control

 

Model predictive control - Wikipedia

Model predictive control (MPC) is an advanced method of process control that is used to control a process while satisfying a set of constraints. It has been in use in the process industries in chemical plants and oil refineries since the 1980s. In recent y

en.wikipedia.org

Model predictive control (MPC) is an advanced method of process control that is used to control a process while satisfying a set of constraints.

 

While many real processes are not linear, they can often be considered to be approximately linear over a small operating range. Linear MPC approaches are used in the majority of applications with the feedback mechanism of the MPC compensating for prediction errors due to structural mismatch between the model and the process. In model predictive controllers that consist only of linear models, the superposition principle of linear algebra enables the effect of changes in multiple independent variables to be added together to predict the response of the dependent variables. This simplifies the control problem to a series of direct matrix algebra calculations that are fast and robust.

 

-Dynamical system

https://en.wikipedia.org/wiki/Dynamical_system

 

Dynamical system - Wikipedia

In mathematics, a dynamical system is a system in which a function describes the time dependence of a point in a geometrical space. Examples include the mathematical models that describe the swinging of a clock pendulum, the flow of water in a pipe, and th

en.wikipedia.org

In mathematics, a dynamical system is a system in which a function describes the time dependence of a point in a geometrical space.

 

-대수학 (algebra)

https://ko.wikipedia.org/wiki/%EB%8C%80%EC%88%98%ED%95%99

 

대수학 - 위키백과, 우리 모두의 백과사전

위키백과, 우리 모두의 백과사전. 대수학(代數學, 영어: Algebra)은 일련의 공리들을 만족하는 수학적 구조들의 일반적인 성질을 연구하는 수학의 한 분야이다. 이렇게 일련의 추상적인 성질들로 정의되는 구조들을 대수 구조라고 하며, 그 예시로 반군, 군, 환, 가군, 체, 벡터 공간, 격자 등이 있다. 대수학은 취급하는 구조에 따라서 반군론, 군론, 환론, 선형대수학, 격자론, 정수론 등으로 분류된다. 기하학, 해석학, 정수론과 함께 대수학은 수학의 대

ko.wikipedia.org

대수학은 일련의 공리들을 만족하는 수학적 구조들의 일반적인 성질을 연구하는 한 분야.

대수학은 방정식을 푸는 방법을 연구하는 학문에서 시작되었다.

대수학 = 방정식 (쉽게 생각해서)

 

-Euler–Lagrange equation
https://en.wikipedia.org/wiki/Euler%E2%80%93Lagrange_equation
 Euler–Lagrange equation is useful for solving optimization problems in which, given some functional, one seeks the function minimizing or maximizing it.

 

- MPC의 optimization 을 Euler-Lagrange equations 를 통해 함.

'machine learning' 카테고리의 다른 글

Singular Value Decompostion  (0) 2020.03.03
고유값분해(eigenvalue decomposition)  (0) 2020.03.02
최적화 optimization  (0) 2020.02.24
Linear independence, span  (0) 2020.02.15
Null space 계산 알고리즘  (0) 2020.02.15