Is there a way to divide land plots equally in grasshopper?

Keeping the boundary is simply a matter of adding another goal for this:
plot_area2.gh (18.0 KB)
image

Solving a problem like this with Galapagos is a bit like throwing darts at a board, it might solve it to within 5% or so if you wait a few minutes (and as you scale the number of plots this will get much worse), instead of just following the gradient and getting a solution to within 0.0001% in a few milliseconds.

Evolutionary solvers are fantastic for some types of problem, where there are a smallish number of input variables and there isn’t any way of knowing the gradient, but this isn’t one of them.

10 Likes