Galapagos script

I find it quite annoying that I need to double click the Galapagos component and then need 3 more clicks to start the solver.

I’ve been searching the forum for python or C# solutions but couldn’t find anything useful…

Is it possible to put the solver in a python component somehow?

1 Like

maybe this is a start? C# automatic double-click on Galapagos or by GUID + HumanUi (optional) - #2 by keuj.84

1 Like

A workaround, thanks…

Are you able to code all relevant parts of your definition in C#? You could then use

All you would need to do is then building a custom “Fitness Function” (This is where your computation takes place) and a custom "Chromosome"where you specify the parameters and their bounds.

Thanks for the link, but this is beyond my capabilities.