-
Notifications
You must be signed in to change notification settings - Fork 1
/
convergenceSensitivityAnalysis.txt
49 lines (35 loc) · 1.68 KB
/
convergenceSensitivityAnalysis.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
log
10000000000 con = 3.11 met cost = 10.0032
10000 con = 3.11 met cost = 10.0032
1000 con = 3.12 met cost = 10.04
10 con = 3.11 met cost = 10.0032
1 con = 3.11 met cost = 10.0032
.1 con = 3.11 met cost = 10.0032
.01 con = 3.11 met cost = 10.0032
.001 con = 3.10 met cost = 9.88
.0001 con = 3.10 met cost = 9.83
.00001 con = failed too many iterations
********************
the first ones were with the old GRF the defaults ones are with the new fixed ones.
********************
defaults con = 3.73 met cost = 10.0691
default con with updated constraint = 3.67 met cost = 10.0691
redo 1 con just for updated costs = 3.675 met cost = 10.0691
TODO
Welk010 welknatural trial01 - try simulating with no initial guess, or just a different initial guess, to see if it has something to do with that trajectory handling?
- possibly some spline issue
- possibly my trimming issue
- possibly something with the solution I am using being solved at different mesh size
- ???
Also added some weights for specific coordinates, the difference in cost function looks to be around 4.6 compared to 3.6, so that is cool. Not huge, but potentially powerful?? check the final!
Newnew - welk008 welkexo trial01
log - all with 1e-4 on the constraint
base - 15.607 met cost = 9.818
con is the convergence tolerance value. J the cost function. all the same mesh and constraint tolerance.
100 con J = 12.598, , kinematics = decent (slight hip shift forward)
10 con J = 12.598, , kinematics = same ^
1 con J = 12.598, , kinematics = same ^
0.1 con J = 12.598, , kinematics = same ^
0.01 con J = 12.51, , kinematics = same ^
0.001 con J = 12.46, , kinematics = same ^, honestly maybe better
0.0001 con J = didn't converge...