I’ve been working on finding a set of possible solutions with ML models through data generated with generative design, now I need to verify the solutions with the dynamo script. This requires manually setting the input values to the slider nodes and then waiting for the outputs. I would like to use GD add-on to verify this set of solution, but currently it has no such mode to add a set of inputs to analyze, so I’ve been looking into the possibility of automating it somehow through command line.
Problem is that I have a large dynamo script that it takes 20~30s on the first run, but when running it subsequently it takes few minutes for the same script to execute (either through TuneUp Force Re-execute or by running it again in Dynamo. This is the only thread that I’ve found on this problem: Second run of Dynamo is taking a long time , but it has no solution).
I am not sure how GD executes dynamo script in batches in the background using inputs and outputs, but if there is any information on how to replicate that I would welcome it. (I did not find any source code for Project Refinery)