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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,9 @@ v4.6
65
65
decorations were emitted for both `true` and `false`, resulting in double-emission).
66
66
- It will now check for NaNed vectors coming from the underlying expression, skipping emission
67
67
if one is detected (previously: it would emit decorations with `NaN`ed transforms).
68
+
- Added the property `activation_dynamics_smoothing` to `DeGrooteFregly2016Muscle`. This
69
+
property uses the model's original value of 0.1 as a default, but users may consider
70
+
increasing this value (e.g., 10.0) so that the activation and deactivation speeds of the model better match the activation and deactivation time constants.
0 commit comments