Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 502 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 502 Bytes

Optimization

My implementations from intro to optimization course

View optimization on File Exchange

#What I have so far

  • Least Squares - minimal implmentation, analytical solution + regualrization
  • LP -
    • Finding all BFS solutions, and choosing the best one.
    • Relaxation of the integer programming matching problem - suing vectorization