All Videos Tagged Cybershoes (Grasshopper) - Grasshopper 2024-04-19T12:41:02Z https://www.grasshopper3d.com/video/video/listTagged?tag=Cybershoes&rss=yes&xn_auth=no Optimizing Logo placement with EA Algorithm for Cybershoes® tag:www.grasshopper3d.com,2019-07-04:2985220:Video:1996754 2019-07-04T17:03:33.950Z Igor Mitrić Lavovski https://www.grasshopper3d.com/profile/Igor425 <a href="https://www.grasshopper3d.com/video/optimizing-logo-placement-with-ea-algorithm-for-cybershoes"><br /> <img alt="Thumbnail" height="180" src="https://storage.ning.com/topology/rest/1.0/file/get/3193562066?profile=original&amp;width=240&amp;height=180" width="240"></img><br /> </a> <br></br>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.<br></br> <br></br> Design task: Using an Evolutionary Algorithm for logo placement<br></br> Fittest Function: 4 Line lengths (x1,x2,x3,x4) targeting 15 mm<br></br> <br></br> Abs(x1 - 15) +… <a href="https://www.grasshopper3d.com/video/optimizing-logo-placement-with-ea-algorithm-for-cybershoes"><br /> <img src="https://storage.ning.com/topology/rest/1.0/file/get/3193562066?profile=original&amp;width=240&amp;height=180" width="240" height="180" alt="Thumbnail" /><br /> </a><br />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.<br /> <br /> Design task: Using an Evolutionary Algorithm for logo placement<br /> Fittest Function: 4 Line lengths (x1,x2,x3,x4) targeting 15 mm<br /> <br /> Abs(x1 - 15) + Abs(x2 -15) + Abs(x3 -15) + Abs(x4 -15)<br /> Galapagos is minimizing result.<br /> Example: Abs(15 - 15) + Abs(15 -15) + Abs(15-15) + Abs(15-15) = 0