https://github.com/maxkapur/predictorcorrector
A minimal implementation of the predictor-corrector interior-point algorithm for linear programming given in Nocedal and Wright, Numerical Optimization (2006).
https://github.com/maxkapur/predictorcorrector
Last synced: 2 months ago
JSON representation
A minimal implementation of the predictor-corrector interior-point algorithm for linear programming given in Nocedal and Wright, Numerical Optimization (2006).
- Host: GitHub
- URL: https://github.com/maxkapur/predictorcorrector
- Owner: maxkapur
- Created: 2021-01-20T04:16:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T05:56:53.000Z (over 4 years ago)
- Last Synced: 2025-01-22T12:31:49.542Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PredictorCorrector
A minimal implementation of the predictor-corrector interior-point algorithm for linear programming given in the following reference:- Nocedal, Jorge, and Stephen Wright. 2006. *Numerical Optimization.*
Springer.See the [associated Repl.it repository](https://repl.it/@maxkapur/PredictorCorrector) as well.