Quick Question About - MocoSumSquaredStateGoal
Posted: Tue Feb 02, 2021 3:17 am
Hello Everyone,
I am trying to use "MocoSumSquaredStateGoal" in my project but I am not sure how it works.
I have a set of data and I am trying to Minimize the sum of squared states, integrated over the phase of given data.
I tried below code and obtained result given in figure atteched to this post.
Thank you for your help.
Burak
I am trying to use "MocoSumSquaredStateGoal" in my project but I am not sure how it works.
I have a set of data and I am trying to Minimize the sum of squared states, integrated over the phase of given data.
I tried below code and obtained result given in figure atteched to this post.
Code: Select all
copMinGoal=MocoSumSquaredStateGoal("point_Right_X");
problem.addGoal(copMinGoal);
Burak