Why and how is it possible for a globalized BFGS implementation to not produce a descent direction towards the minimum?

44 Views Asked by At

In my class we learned that the hessian matrix approximation used in the (inverse) BFGS method doesn't always produce a descent direction (same as newtons method) - but how and why?

Can someone give me hint in which situations the hessian matrix approximation has to be "resetted"?