Changed API for setting values in dymos. Now use phase.set_state_vals(), phase.set_control_vals(), etc., to set initial guesses. This unifies the API across all transcriptions and simplifies the process of changing from one to the other.
coverage: 92.15% (-0.3%) from 92.463%
when pulling a0358b8bc3633ec0f4138aa6acabc238a528c520 on kaushikponnapalli:set_vals
into 8a82d7afe66ff99abc136287bc0ebbcea59eefec on OpenMDAO:master.
Summary
Changed API for setting values in dymos. Now use
phase.set_state_vals()
,phase.set_control_vals()
, etc., to set initial guesses. This unifies the API across all transcriptions and simplifies the process of changing from one to the other.Related Issues
Backwards incompatibilities
None
New Dependencies
None