Hello!
I have a question about the Static Optimization analysis.
At each time step, it is computed a "Performance" value and a "Constraint Violation" value.
What do both of these values mean?
Thank you in advance,
Rodrigo Mateus
Static Optimization analysis: Performance and Constraint Violation
- Rodrigo Mateus
- Posts: 55
- Joined: Thu Feb 22, 2018 3:07 am
- Thomas Uchida
- Posts: 1792
- Joined: Wed May 16, 2012 11:40 am
Re: Rodrigo Mateus
The "Performance" value is described in Forum topic 9205 (viewtopicPhpbb.php?f=91&t=9205). The constraints are described on the "Getting Started with Static Optimization" page in the Confluence documentation (https://simtk-confluence.stanford.edu/d ... timization; specifically, see item 2 under "Troubleshooting"). The reported "Constraint" value is the 2-norm of the constraint vector computed by the StaticOptimizationTarget::constraintFunc() method (https://github.com/opensim-org/opensim- ... t.cpp#L536).At each time step, it is computed a "Performance" value and a "Constraint Violation" value. What do both of these values mean?