Page 1 of 1

Program never stop

Posted: Mon Jul 22, 2024 8:46 am
by delvas00
Hello, I tried to use your program for my repo.

I tested all of them first with the example you provided and it worked great.

So I modified and restarted example_kinetics.py to see if it worked but whatever parameters I entered the number of iterations always reached 5000, do you know what causes this? Can you tell me what variables I need to enter for this program to work with the public session:

https://app.opencap.ai/session/b8dc3d65 ... 0632dc7137

Thanks in advance

Re: Program never stop

Posted: Tue Jul 23, 2024 9:48 am
by mpetrucc
Hi Vassily,

What time period were you trying to simulate? If you try and simulate all the jumps together it will probably take longer than 5000 iterations to converge. I would suggest starting with a shorter time period or one jump cycle at a time.

Hope this helps,

Re: Program never stop

Posted: Tue Jul 23, 2024 10:27 am
by delvas00
Yes thank you very much, I did a few tests and it worked over a smaller period of time and with smaller ipopt_tolerance and meshDensity values in mainOpenSimAD.py :D