convex-optimization-for-all / convex-optimization-for-all.github.io

모두를 위한 컨백스 최적화
https://convex-optimization-for-all.github.io/
Other
159 stars 23 forks source link

02-01-02 Affine set · 모두를 위한 컨벡스 최적화 #221

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

02-01-02 Affine set · 모두를 위한 컨벡스 최적화

https://convex-optimization-for-all.github.io/contents/chapter02/2021/02/08/02_01_02_Affine_set/

HONGYOUNSE commented 1 year ago

affine set은 tehta의 합이 1이 아니라 실수 전체의 집합입니다. 그래서 직선이 C에 포함되는 지 여부로 결정하는 것이고요. 엉터리로 기입하지 마세요. affine combination 의 경우 theta의 합이 1인 겁니다.

Curt-Park commented 1 year ago

@HONGYOUNSE 본문에서는 theta의 합이 아니라 계수의 합이 1이라 언급하고 있습니다.

이 식에서 계수인 θ와 (1−θ)의 합은 1이다.

"θ + (1−θ) = 1" 이라는 내용입니다.

혹여나 기술된 문장이 이해하기 어려우셨다면 다른 방안을 제안해주시거나 PR을 올려주시면 어떨까 싶습니다. 이 컨텐츠는 함께 만들어가는 오픈소스 프로젝트입니다.

Curt-Park commented 1 year ago

image

boyd 교수님의 컨벡스 최적화 교과서 내용을 첨부드립니다.

https://web.stanford.edu/~boyd/cvxbook/bv_cvxbook.pdf

HONGYOUNSE commented 1 year ago

죄송합니다