Content deleted Content added
m Task 4: Fix CS1 deprecated coauthor parameter errors |
The link links to a different Sanjay Mehrotra... |
||
Line 1:
'''Mehrotra's predictor–corrector method''' in [[Optimization (mathematics)|optimization]] is an implementation of [[interior point method]]s. It was proposed in 1989 by
The method is based on the fact that at each [[iteration]] of an interior point algorithm it is necessary to compute the [[Cholesky decomposition]] (factorization) of a large matrix to find the search direction. The factorization step is the most computationally expensive step in the algorithm. Therefore it makes sense to use the same decomposition more than once before recomputing it.
|