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
The Phase API allows the addition of new variables via the add_state, add_control, add_parameter, etc methods, and then the set_xxx_options method to modify those which have already been declared.
Currently, Trajectory only supports add_parameter, but not set_parameter_options. It should be added as a method to make the API more consistent.
Example
N/A
Environment
Dymos 1.4.1-dev
The text was updated successfully, but these errors were encountered:
Issue Type
Description
The
Phase
API allows the addition of new variables via theadd_state
,add_control
,add_parameter
, etc methods, and then theset_xxx_options
method to modify those which have already been declared.Currently,
Trajectory
only supportsadd_parameter
, but notset_parameter_options
. It should be added as a method to make the API more consistent.Example
N/A
Environment
Dymos 1.4.1-dev
The text was updated successfully, but these errors were encountered: