모두를 위한 컨벡스 최적화
Home
01. Introduction
02. Convex Sets
03. Convex Functions
04. Convex Optimization Basis
05. Canonical Problems
06. Gradient Descent
07. Subgradient
08. Subgradient Method
09. Proximal Gradient Descent and Acceleration
10. Duality in Linear Programs
11. Duality in General Programs
12. KKT Conditions
13. Duality uses and correspondences
14. Newton's Method
15. Barrier Method
16. Duality Revisited
17. Primal-Dual Interior-Point Methods
18. Quasi-Newton Methods
19. Proximal Netwon Method
20. Dual Methods
21. Alternating Direction Method of Mulipliers
22. Conditional Gradient Method
23. Coordinate Descent
24. Mixed Integer Programming 1
25. Mixed Integer Programming 2
26. Reference
Currently v1.1.0
© 2024. All rights reserved.
모두를 위한 컨벡스 최적화
25-02 Two extended examples
이 절에서는 두 가지 Mixed Integer Programming의 예제를 들어보도록 할 예정이다.
Best subset selection
Least mean squares
Previous Post
25-01-04 Branch and cut algorithm
Next Post
25-02-01 Best subset selection