opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
800 stars 323 forks source link

[Moco] Support `MocoParameter` regularization #3823

Closed nickbianco closed 3 months ago

nickbianco commented 4 months ago

Users have requested support for regularizing MocoParameters. To do this, we could add a solver option to allow minimizing how much parameters deviate from their initial value (or alternative the value a the midpoint of their bounds).

nickbianco commented 3 months ago

This will be addressed via #3860.