-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
[chang_credible] ValueError: The algorithm terminated successfully #131
Comments
@mmcky will do. |
Hi @thomassargent30 and @shizejin, you can find details regarding the From my limited understanding, the error means that the problem cannot be solved within the given constraints. |
Thanks @najuzilu, it is true that The current problem happens during the search for optimal consumption when the constraint on the real balance is not binding. May I ask @mmcky if the code was working before? It would be extremely helpful to know at which update was this error first raised. According to my investigation so far the construction of subgradients and hyperplane levels looks good to me and I may look into |
hi @shizejin - the code has worked before but it has been an issue for some time. We didnt' have |
Thanks @mmcky, this is very helpful. I will investigate into |
@shizejin do you have time to have another look into this issue? It would be great to get the |
@mmcky thank you so much for pinging me! I should definitely finish investigating this. I will work on it in the following days. |
thanks @shizejin let me know if I can help in any way. It would be awesome to get |
Lecture chang_credible fails with the following error:
I suspect it could have something to do with the following warning:
The version of
scipy
andpolytope
packages are:The text was updated successfully, but these errors were encountered: