Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Galahad solver if the Jacobian has infinities #59

Open
tyronerees opened this issue Sep 12, 2019 · 0 comments
Open

Galahad solver if the Jacobian has infinities #59

tyronerees opened this issue Sep 12, 2019 · 0 comments

Comments

@tyronerees
Copy link
Member

The first step to using the solver drqs is to form an eigendecomposition of the matrix, using the lapack routine dsyev. If the matrix has infinities in it, then dsyev hangs.

This happens if the problem CERI65IE is run with allow_fallback_method=.true. and the Hybrid option: the M-S method works, but dsyev goes into an infinite loop prior to sending to dtrs

Check for infinities in the Hessian? Is there a better solution?

@tyronerees tyronerees added the bug label Sep 12, 2019
@talassio talassio added this to the RC1: Unconstrained RALFit milestone Sep 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants