Skip to content
This repository has been archived by the owner on Nov 23, 2018. It is now read-only.

Check for gradient convergence at every call to checkConvergence() #32

Closed
vladimir-ch opened this issue Jan 16, 2015 · 2 comments
Closed

Comments

@vladimir-ch
Copy link
Member

No description provided.

@btracey
Copy link
Member

btracey commented Jan 16, 2015

A complicating factor is that the optimizer could accidentally hop up to a higher local extrema. The line search optimizers know that they shouldn't accept places with a higher function value (even if the gradient is zero), but we should make sure checkConvergence() is careful too.

@vladimir-ch
Copy link
Member Author

True, it would not be safe. Closing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants