Your question involves 3rd party plugin, and not everyone installed it.
So it is hard for others to test your program, because in order to do so, others must install and then learn this 3rd party plugin and get some basic idea of it.
I think this time you are on your own.
Some important notes:
1: Galapagos does not mean magic, it is just Genetic and Annealing in a component. If your problem does not converge at all, Genetic and Annealing are useless.
2: If some words in your area are involved such as EUI and WWR, you will have to explain them along with all the concept related. Rhino users are not all architects, and not all architects deal with climate related problem.
I want to find the optimum mortar thickness and brick length for 1/4 masonry groin vault shape.
Each row has different lengths. I named all lengths as list L. L is a float list coming from a panel. This is the value of L below.
[ā50.131132ā, ā64.565721ā, ā79.085678ā, ā93.712059ā, ā108.467285ā, ā123.375498ā,
ā138.462987ā, ā153.75871ā, ā169.294941ā, ā185.108051ā, ā201.239591ā, ā217.737653ā,
ā234.658645ā, ā252.069805ā, ā270.052617ā, ā288.707945ā, ā308.163463ā, ā328.585053ā,
ā350.195776ā, ā373.308558ā, ā398.387278ā, ā426.174312ā, ā458.004044ā, ā496.796176ā,
ā552.612741ā]
x is full brick length, which should be a constant value for each row and should be between 30 and 40 cm.
y is mortar thickness, which can be derived for each row. In other words, L values. y is also should be between 3.5 cm to 6 cm.
n is the brick amount for each row. This n values should be integer.
The objective equation is L= n*(x+y).
Is there any possibility to find optimum x value, n values and y values for this problem?