Skip to content

Updating the state and control vectors inside the DDPModel

Carlos Mastalli requested to merge (removed):dynamics into devel

For an easy to use API, the updates of these vectors should be done inside the DDPModel. Indeed, a dynamic model should be agnostic to any DDP routine. This PR tackles the task #29 (closed).

Merge request reports