-
Notifications
You must be signed in to change notification settings - Fork 17
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
L-BFGS optimization signaled an error #5
Comments
What parameters are you running plfit with? It seems to work for me with no command line arguments apart from the filename:
|
I didn't run plfit with any paramters other than the file name. On a fresh compile, I think the problem might lie with cmake not able to locate emmintrin.h on my system. See this transcript:
Notice the line
That is strange because
|
Am I right to assume that this is a 32-bit Linux machine? I have just tried it on a 64-bit Ubuntu box (with and without SSE) and it worked fine, so my only bet right now is that this bug is specific for 32-bit machines only. |
You're right. I'm using a 32-bit Linux machine. I think this issue can be closed now. |
I'm gonna install a minimal 32-bit Linux system on a virtual machine and check this out when I get some free time. Leaving this open for the time being so I don't forget it. |
The line search in the L-BFGS-B optimization routine reaches its minimum step length and L-BFGS-B bails out with an error code. I have experimented with different line search backtracking algorithms that are built-in into L-BFGS-B, but it seems that either they fall into an infinite loop or they reach the minimum step length. The error happens with xmin=27. I will try to dig deeper into this when I have more time. |
It is also quite strange that running |
The error message is
Error at /home/mvngu/apps/plfit/src/plfit.c:401 : L-BFGS optimization signaled an error (error code = -1000), Failed
Aborted
The data that produced the error are available at
https://bitbucket.org/mvngu/misc/downloads/lifespan-seq.dat.bz2
The text was updated successfully, but these errors were encountered: