Hi all,
I’m currently experimenting with the Geospiza evolutionary solver and trying to integrate it into an Anemone loop.
As a simple test case, I’m attempting to recursively divide a curve. The idea is to start with a curve, divide it into two segments, and in each new loop, take the segment from the previous iteration and divide it again into two.
However, I’m facing some challenges in getting Geospiza to work correctly within the loop. I’m not sure if I’m structuring the data flow properly or if there’s a better approach to integrating an evolutionary solver into recursive processes like this.
I’ve attached my Grasshopper script for reference. Any insights or suggestions on how to make this work effectively would be greatly appreciated!
Thanks in advance!
test_evol_0.08.gh (20.1 KB)