An open API service indexing awesome lists of open source software.

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).

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.