Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symmetry of muscle-tendon parameters #106

Open
MSShourijeh opened this issue Sep 28, 2022 · 0 comments
Open

Symmetry of muscle-tendon parameters #106

MSShourijeh opened this issue Sep 28, 2022 · 0 comments
Labels
request New requested feature

Comments

@MSShourijeh
Copy link
Member

Depending on the type and number of trials the user has, s/he may want to assume a bilateral symmetry for activation dynamics and/or muscle-tendon parameters. This can potentially reduce the quality of joint moment matching in #MTP, which needs to be clearly explained to the user.

Assume the total number of design variables is n, and the user wants to make m parameters symmetric. There are at least two ways to implement this: 

  1. A slow but clean approach 
    The optimizer will still tweak n parameters where the actual number of parameters is n-m. The m number of parameters are overwritten from the other side at each cost function evaluation.

  2. A fast but relatively messy approach 
    For this approach, we need functionality that compresses n design variables to n-m so that the parameters assumed to be symmetric between the two sides are optimized once. Would we prefer one side over the other, i.e., would we optimize m parameters for one side and iteratively impose those values on the contralateral side? Alternatively, we optimize both sides together so that m parameters are found such that the average error of both sides is minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request New requested feature
Projects
None yet
Development

No branches or pull requests

4 participants