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

LineSearch gets stuck for no apparent reason #150

Open
Gregstrq opened this issue Sep 18, 2020 · 1 comment
Open

LineSearch gets stuck for no apparent reason #150

Gregstrq opened this issue Sep 18, 2020 · 1 comment

Comments

@Gregstrq
Copy link

Hi,

I am running LBFGS optimization algorithm with MoreThuente linesearch algorithm.
I track the execution of the algorithm by damping the output of the trace into the terminal.

In some cases (which are, fortunately, rare), the optimization just gets stuck: there are no new messages in the trace.
My guess is that LineSearch algorithm gets stuck for some reason.

Could someone provide advice on how to better debug such cases where the LineSearch is stuck?
May be you have some ideas what the problem might be?

@pkofod
Copy link
Member

pkofod commented Dec 16, 2020

Huh, good question. You don't have the example available to share, do you? I would guess there's some tolerance that's impossible to reach for your example.

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

No branches or pull requests

2 participants