Hi,
I am using Python 3 with Rhino WIP. I am trying to create a surrogate model using bayesian algorithm. The idea is that a python component will watch a TXT-File. The txt file consists the cost and the python component see the result and give a new input, when the txt file changes. Then, some calculations should be done in grasshopper and the new cost appears in txt file. So, we have a loop. This loop can be done with grasshopper. However, the python component has to pause in all iterations, but not make a new solution. Do you have any idea, how I can pause a python script, while grasshopper is still computing?