wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

interior_point (247B)


      1 # Interior point
      2 
      3 https://en.wikipedia.org/wiki/Interior-point_method
      4 
      5 - start in the center of [polytope] and iterate by taking a path between the center and the exterior
      6   - reduce to [linear_system]
      7   - uses [hessian]
      8 
      9 Up: [linear_programming]