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
Load/Store iterate to an iterate object instead of writing to file. This should be much faster than writing to file and will be particularly helpful for computing solution sensitivities with an exact Hessian "sensitivity solver".
The text was updated successfully, but these errors were encountered:
This PR adds the functions `store_to_obj` and `load_from_obj` to the
python interface. These functions allow to store/load the current
iterate to/from an AcadosOcpIterate object.
In addtion, `get_iterate` now allows to get the last iterate by setting
`iteration=-1`
Closes#1219
Uh oh!
There was an error while loading. Please reload this page.
Load/Store iterate to an iterate object instead of writing to file. This should be much faster than writing to file and will be particularly helpful for computing solution sensitivities with an exact Hessian "sensitivity solver".
The text was updated successfully, but these errors were encountered: