Skip to content

Commit

Permalink
Align chapter04 contents (#135)
Browse files Browse the repository at this point in the history
* add missing contents

* align orders

* Update chapter04/_posts/20-02-08-04_00_Convex_optimization_basics.md

Co-authored-by: Jinwoo Park (Curt) <www.jwpark.co.kr@gmail.com>

Co-authored-by: Jinwoo Park (Curt) <www.jwpark.co.kr@gmail.com>
  • Loading branch information
hunhoon21 and Curt-Park authored May 23, 2021
1 parent 7745bf7 commit aeda085
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions chapter04/_posts/20-02-08-04_00_Convex_optimization_basics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: post
title: 04 Convex optimization basics
chapter: "04"
order: 1
owner: "YoungJae Choung"
---
## Convex Optimization Basic

이번 장에서는 Convex Problem의 주요한 성질과 문제의 풀이에 자주 사용하는 몇 가지 테크닉에 대해 알아보도록 한다.
2 changes: 1 addition & 1 deletion chapter04/_posts/20-02-08-04_01_Basic_terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 04-01 Basic terminology
chapter: "04"
order: 1
order: 2
owner: "YoungJae Choung"
---
## Convex Optimization Basic
Expand Down
2 changes: 1 addition & 1 deletion chapter04/_posts/20-02-08-04_02_Convex_solution_sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 04-02 Convex solution sets
chapter: "04"
order: 2
order: 3
owner: "YoungJae Choung"
---
Convex solution set의 성질에 대해 알아보자. <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 04-03 First order optimality condition
chapter: "04"
order: 3
order: 4
owner: "YoungJae Choung"
---
> $$
Expand Down
2 changes: 1 addition & 1 deletion chapter04/_posts/20-02-08-04_04_Partial_optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 04-04 Partial optimization
chapter: "04"
order: 4
order: 5
owner: "YoungJae Choung"
---
[Reminder: ]({% post_url chapter03/21-02-12-03_02_operations_that_preserve_convexity %})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 04-05 Transformations and change of variables
chapter: "04"
order: 5
order: 6
owner: "YoungJae Choung"
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 04-06 Eliminating equality constraints
chapter: "04"
order: 6
order: 7
owner: "YoungJae Choung"
---
변수를 변경함으로써 convex problem에서 equality constraints를 소거하는 방법에 대해 알아보겠다.
Expand Down
2 changes: 1 addition & 1 deletion chapter04/_posts/20-02-08-04_07_Slack_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 04-07 Slack variables
chapter: "04"
order: 7
order: 8
owner: "YoungJae Choung"
---
Slack variable $$s$$를 사용하여 inequality constraint를 equality constraint로 변환하는 방법에 대해 알아보자.
Expand Down
2 changes: 1 addition & 1 deletion chapter04/_posts/20-02-08-04_08_Relaxation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 04-08 Relaxation
chapter: "04"
order: 8
order: 9
owner: "YoungJae Choung"
---
다음과 같은 문제가 주어졌다고 하자.
Expand Down

0 comments on commit aeda085

Please sign in to comment.