You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am solving my problen in a loop.
In a previous version (I don't know exactly which one it was June 2023) I was using the last result as the initial guess:
previous_res is identical to info, but this does no longer work and raises the exeption
x1, info = nlp.solve(x=x0,
^^^^^^^^^^^^^^^
File "cyipopt\\cython\\ipopt_wrapper.pyx", line 628, in ipopt_wrapper.Problem.solve
ValueError: operands could not be broadcast together with shapes (208,) (0,)
Is warm start no longer supported?
The text was updated successfully, but these errors were encountered:
I just tried the tests for warm start from #271 in version 1.3.0, 1.4.1, 1.5.0, and the tip of master and it ran. I don't think anything has changed about warm starting other that adding the documentation.
You'll have to provide a full reproducer for more help.
I am solving my problen in a loop.
In a previous version (I don't know exactly which one it was June 2023) I was using the last result as the initial guess:
previous_res
is identical toinfo
, but this does no longer work and raises the exeptionIs warm start no longer supported?
The text was updated successfully, but these errors were encountered: