Gene Pool causes Python to run multiple times?

Hello I’m trying to use Gallapagos or some other solver for a project.

I’m using the gene pool component to create a list of random numbers, but it’s causing the Python component to run a number of times equal to the count of numbers in the gene pool list.

This happens even if I’m not importing the Python component into my script, but simply if the genepool component is attached to the Python Node.

See Pics and notice the difference in the panel?

How do I import the genepool component once into the Python component?

Thanks!


Your x input parameter is likely set to item access. Try setting it to list access. And remember to upload your file :wink:

1 Like