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
TimeseriesOutputComp calls lagrange_matrices and saves the resulting interpolation and differentiation matrices even if they are not needed.
In the most common use case where a timeseries does no interpolation and computes no rates, these matrices are not necessary.
Furthermore, when differentiation matrices are not needed, we should skip their computation since they can be expensive when segments have a large number of discretization nodes, as is the case with Birkhoff transcription.
Example
N/A
Dymos Version
1.11.1-dev
Relevant environment information
No response
The text was updated successfully, but these errors were encountered:
Description
TimeseriesOutputComp calls
lagrange_matrices
and saves the resulting interpolation and differentiation matrices even if they are not needed.In the most common use case where a timeseries does no interpolation and computes no rates, these matrices are not necessary.
Furthermore, when differentiation matrices are not needed, we should skip their computation since they can be expensive when segments have a large number of discretization nodes, as is the case with Birkhoff transcription.
Example
N/A
Dymos Version
1.11.1-dev
Relevant environment information
No response
The text was updated successfully, but these errors were encountered: