Static Optimization analysis: Performance and Constraint Violation

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Rodrigo Mateus
Posts: 55
Joined: Thu Feb 22, 2018 3:07 am

Static Optimization analysis: Performance and Constraint Violation

Post by Rodrigo Mateus » Wed Jul 04, 2018 9:03 am

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

Tags:

User avatar
Thomas Uchida
Posts: 1790
Joined: Wed May 16, 2012 11:40 am

Re: Rodrigo Mateus

Post by Thomas Uchida » Wed Jul 04, 2018 12:05 pm

At each time step, it is computed a "Performance" value and a "Constraint Violation" value. What do both of these values mean?
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).

POST REPLY