Optimization: principles and algorithms, by Michel Bierlaire
|
Algorithm 12.3: Truncated conjugate gradients method to find an approximation of the trust region subproblem. More...
Go to the source code of this file.
Functions | |
function | truncatedConjugateGradient (in g, in H, in delta) |
Given a current iterate ![]()
subject to
Apply the truncated conjugate gradients method to find an approximate solution. More... | |
Algorithm 12.3: Truncated conjugate gradients method to find an approximation of the trust region subproblem.
Implementation of algorithm 12.3 of [1]
Definition in file truncatedConjugateGradient.m.
function truncatedConjugateGradient | ( | in | g, |
in | H, | ||
in | delta | ||
) |
Given a current iterate , consider the trust region subproblem
subject to
Apply the truncated conjugate gradients method to find an approximate solution.
g | the gradient ![]() |
H | the hessian ![]() |
delta | the radius ![]() |