Trying to use Thomasā custom C# component in Rhino 6, GH build 1.0.0007, and am getting this error:
ā1. Error (CS1703): An assembly with the same identity āMicrosoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3aā has already been imported. Try removing one of the duplicate references.ā
I tried commenting out āusing Microsoft.CSharp.RuntimeBinderā, no luck.
Does anyone see any issues running this code in GH for Rhino6? Or, are there new solutions for accessing the gene pool component within a custom C# component?
Thomasā original file, in case you dont wanna scroll up: genepool.gh (11.6 KB)
Have a look at this GitHub repository, which provides a shell for optimization in Grasshopper, including support for genepools. The code for genepools is in Grasshopper_InOut.cs.
I havenāt looked at it in a while. but for all I know it should still work.
(I had a look at the component I posted here, but I have no idea why it isnāt working anymore.)
Iām a PhD student working on evolutionary architecture, and Iām interested in writing a galapagos-like component, with a novel solver. I have your FrOG repo which looks very promising, but it references the GalapagosLibrary.dll. I assume this was relevant in Rhino 5, but I now have Rhino 8, and I canāt find the .dll Do you know where to find it?