Non-evolutionary optimization

Thank you very much ! I didn’t know it was possible to create loop, as I’ve been facing that circular references lead to errors !

I can confirm by trial and error, BOBYQA and COBYLA are the two best options ! :smiley:

I’m actually struggling a bit to create an efficient script that create assembly of tensegrity cells …
I’m trying to vary the thickness of the assembly as well as the height thus leading to a specific ratio between compressed and tensile elements for each level of the assembly :sweat_smile:

I obtain some results by using a unique big ratio, but it makes the structure kind of inflating … Ideally, the best way to achieve good optimization of ratio would be maximizing the length of compressed element (in red in the script) with respect to the length goals of the other elements. But I can’t find a way to do it :thinking:

Node on node non-regular tensegrity.gh (25.9 KB)

1 Like