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
It seems that some functions of the DmsSolver class don't work or at leas not how I expect it.
For example the function changeInitialState() which I wanna use to update the problem in order to use it in MPC fashon.
If I solve an Optimal Control Problem with the DmsSolver as described in the Tutorial: Classical, Constrained Direct Multiple Shooting for a Damped Oscillator, and then change the initial states via dmsSolver->changeInitialState(x_0_new); they don't get updated e.g. if I solve again still the old initial states are taken. The same problem occurs for changing constraints.
Does anyone has an Idea how to solve that problem?
The text was updated successfully, but these errors were encountered:
It seems that some functions of the DmsSolver class don't work or at leas not how I expect it.
For example the function changeInitialState() which I wanna use to update the problem in order to use it in MPC fashon.
If I solve an Optimal Control Problem with the DmsSolver as described in the Tutorial: Classical, Constrained Direct Multiple Shooting for a Damped Oscillator, and then change the initial states via
dmsSolver->changeInitialState(x_0_new);
they don't get updated e.g. if I solve again still the old initial states are taken. The same problem occurs for changing constraints.Does anyone has an Idea how to solve that problem?
The text was updated successfully, but these errors were encountered: