Hello everyone,
I’ve been trying to run compute server locally to run grasshopper solutions. So far I got it installed, tested example files, and plugged my script which contains kangaroo2 zombie solver.
I’ve compared the value between what I see on actually running Grasshopper - which converges at ~2800 iterations, but when I compute the exact thing on compute, the solution I get is after 10 iterations. I checked this by outputting the iteration value. Interestingly, when I run my script through hops, it gives the correct value and iteration cycle. Any suggestions? So far, I’ve tried running zombie solver on Python, adding some kind of delay you can imagine around the zombie solver - but all doesn’t work, and the problem seems like the compute server is just prematurely terminating. (which 10 iteration seems like a hardcoded number)
Any help is very much appreciated.
Thank you in advance!!