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
There are some initialization issues with control values in ExplicitShooting phases when trying to use simulation to verify the accuracy of a solution.
Since ExplicitShooting is currently fixed-step only, it's still valuable to perform variable step simulation as a verification of the results.
Example
Using `dm.run_problem(p, simulate=True) with any ExplicitShooting case that uses controls should reproduce this issue.
Environment
N/A
The text was updated successfully, but these errors were encountered:
Issue Type
Description
There are some initialization issues with control values in ExplicitShooting phases when trying to use simulation to verify the accuracy of a solution.
Since ExplicitShooting is currently fixed-step only, it's still valuable to perform variable step simulation as a verification of the results.
Example
Using `dm.run_problem(p, simulate=True) with any ExplicitShooting case that uses controls should reproduce this issue.
Environment
N/A
The text was updated successfully, but these errors were encountered: