Hello everyone
i have tow main questions.
First: how can i implement these cost functions in scone specifically?
1) dividing the sum of the muscle activation squared by the horizontal distance travelled.
2) dividing head acceleration(along X and Y) by the horizontal distance travelled.
3) penalized when knee ligaments provided more than 5 N.m during the simulation time.
Second: what should i do exactly when i'm going to simulate an experimental work that has represented in a paper?(for exapmle a pathological gait)
should i prepare a data file from that experimental information and put it in the mimicmeasure? or a beter recommendation is exist?
objective function
- Thomas Geijtenbeek
- Posts: 462
- Joined: Wed Mar 12, 2014 8:08 am
Re: objective function
For 1) you can use the EffortMeasure and for 3) you can use the DofMeasure. For 2), you can measure head acceleration with the BodyPointMeasure, but if you need to divide by distance traveled, you will have to resort to a ScriptMeasure.
See the reference manual for more info: https://scone.software/doku.php?id=doc:start
Also be sure to check out the Tutorials: https://scone.software/doku.php?id=tutorials:start
See the reference manual for more info: https://scone.software/doku.php?id=doc:start
Also be sure to check out the Tutorials: https://scone.software/doku.php?id=tutorials:start