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 automatic saving of the final case by run_problem uses a recorder attached to Problem that automatically saves both inputs and outputs.
Since the advent of auto_ivc the recording of inputs is not necessary to reconstruct the problem. Dymos should save the disk space and not record them by default.
The user can override this option with p.recording_options['record_inputs'] = True.
Example
No response
The text was updated successfully, but these errors were encountered:
Proposed feature.
The automatic saving of the final case by
run_problem
uses a recorder attached to Problem that automatically saves both inputs and outputs.Since the advent of auto_ivc the recording of inputs is not necessary to reconstruct the problem. Dymos should save the disk space and not record them by default.
The user can override this option with
p.recording_options['record_inputs'] = True
.Example
No response
The text was updated successfully, but these errors were encountered: