티스토리 뷰
Gradient Descent => $$x_{n+1} = x_n - \nabla f(x_n) \times \alpha $$
Newton Method => $$x_{n+1} = x_n + (\nabla^2 f(x_n))^{-1} \times \nabla f(x_n) $$
Levenberg-Marquardt algorithm (LM) =>
LM is used to solve non-linear least squares problems. These minimization problems arise, especially in the least squares curve fitting.
https://en.wikipedia.org/wiki/Levenberg%E2%80%93Marquardt_algorithm
Linear Programming(LP) =>
$$ \min_{x} Wx + b $$
subject to
$$ Ax \leq a $$
$$ Cx = c $$
Objective function이 Linear 해야 하고, constraints가 affine 이여아함. ( Ax + b 꼴..)
Qudratic programming (QP) =>
방정식이나 부등식 제한 조건을 가지는 일반화된 이차형식(quadratic form)의 값을 최소화하는 문제를 QP(Quadratic Programming) 문제라고 한다.
$$ \min_{x} x^T Kx + Wx + b $$
subject to
$$ Ax \leq a $$
$$ Cx = c $$
Objective function이 quadratic + linear 해야 하고, constraints가 affine 이여아함. ( Ax + b 꼴..)
SQP Sequential Quadratic programming (SQP) =>
Optimization 문제를 나눠서 local affine approximation을 하여 objective functional f 를 quadratic approximation 하고
Constraints는 local affine approximation을 하여
QP문제를 optimization 하여 d 값을 구함. ( $ d = x - x^k $ )
- Total
- Today
- Yesterday
- 책 소개
- 2000au
- 블로그 공지
- 디스크 쓰기 금지되어 있습니다
- ROS2
- 창숨김
- robot
- USB
- c#
- c#.net
- 블로그 이야기
- C# 책
- c#초보
- 블로그 개설
- ROS2 설치
- 창숨김 다운
- 블로그
- readonly
- C#입문
- ubuntu
- 창숨김 프로그램
- 창숨기기 프로그램
- Node
- 창숨기기
- iptime 2000au
- c#ㄱㄱ
- ipTIME
- C 책
- C# 속으루..
- C#책
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |