I im looking for a way to use hops together with galapagos. I have set up a sythetic test with the good old hill climbing optimization and a timer that bogs the solution simulating long execution time of the calculations. As far as I know hops makes parallel threads only if supplied with a tree of input data but galapagos does not generate the whole generation but only a single set ot input parameters waiting for its solution befoe supplying the next one. Is there a workaround? Is there a way to setup parallel executions of a complex and slow script together with galapagos (or another optimization algorithm)?
Thanks!
hill.gh (17.6 KB)
hillClimbHops.gh (424.0 KB)
1 Like
Any progress in this?