-
Notifications
You must be signed in to change notification settings - Fork 31
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
Errors during parameter homotopies #466
Comments
Thanks for the report! I am moving these days, so it could take some more days until I get to this |
This should be fixed with 2.5.3. Let me know if you still see these coming up after updating |
Hi Sascha, unfortunately I still get the following error, even after doing Pkg.update("HomotopyContinuation") and restarting with a new notebook/kernel. Here is the error again:
|
I tried to fix it, but I think I failed. Here is a copy of the error now:
|
I used the updated code, and now I get this error below. It appears that the error was not the fast arithmetic, but something else?
|
Updated to julia 1.6 and tried. At first no errors for a while, but then this:
|
Thanks for trying this. I have to try to reach out to some Julia folks, since I really have no clue what is going on. |
Hi Sascha,
|
I don't think this is it. I believe I reproduced the error with both a onestep homotopy (similar to above but without the
|
Hello again,
I have been running some optimization algorithms using parameter homotopy, and most of the time it works great! However, two errors have come up. To be clear, they do not come up usually. But I've been running so many different examples, and these two errors arose. When I run my algorithm with different inputs, everything works fine. However, occasionally my code seems to be running into these errors, which I copy below.
and also separately, I also found this second error, which looks different.
Thanks for taking a look. This might be finding some weird errors during path tracking...
The text was updated successfully, but these errors were encountered: