algorithmic modeling for Rhino
Hi guys, I'm not doing architecture / GH for almost a year, but I always like implementing EA for simple tasks: as position guest @wedding or placing the logo on the shoes.
Design task: Using an Evolutionary Algorithm for logo placement
Fittest Function: 4 Line lengths (x1,x2,x3,x4) targeting 15 mm
Abs(x1 - 15) + Abs(x2 -15) + Abs(x3 -15) + Abs(x4 -15)
Galapagos is minimizing result.
Example: Abs(15 - 15) + Abs(15 -15) + Abs(15-15) + Abs(15-15) = 0
Tags:
Comment
Thank you so much for this. I was into this issue and tired to tinker around to check if its possible but couldnt get it done. Now that i have seen the way you did it, thanks guys
with
regards
https://plex.software https://kodi.software/ https://luckypatcher.pro/
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by
You need to be a member of Grasshopper to add comments!