Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 437 Bytes

File metadata and controls

8 lines (6 loc) · 437 Bytes

Barrier Method for Solving Constrained Optimization

solving constrained optimization problems using the barrier method with Newton's Method from scratch

barrier_method

Implement the barrier method fulfilling the function requirements in functions.pdf file.

application_solution

Leverage functions in barrier_method.py to solve an application problem described in application.pdf, proving the feasibility of my implementations.