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
We currently have a case where the final time of a phase is used like a parameter within the phase.
We can accommodate this by connecting the last element of timeseries.time back to parameters:{param_name}, but this introduces the need for non-default nonlinear and linear solvers.
We could get around this if we simply allowed another time option: t_final_targets, that would function in the same way that t_initial_targets and t_duration_targets does.
Example
TBD
Environment
dymos 1.5.1-dev
The text was updated successfully, but these errors were encountered:
Issue Type
Description
We currently have a case where the final time of a phase is used like a parameter within the phase.
We can accommodate this by connecting the last element of
timeseries.time
back toparameters:{param_name}
, but this introduces the need for non-default nonlinear and linear solvers.We could get around this if we simply allowed another time option:
t_final_targets
, that would function in the same way thatt_initial_targets
andt_duration_targets
does.Example
TBD
Environment
dymos 1.5.1-dev
The text was updated successfully, but these errors were encountered: