Does anyone know the difference between these two grasshopper plugins?
I just know these can realize iteration and optimization. Wallace is based on the NSGA-II algorithm principle and uses Pareto to find the best. But how about the design explorer?
Which one is best and what are their different targets?
Hi @leibigzhen
As I know colibri-with-design-explorer workflow will run all possible solution.It will take much time to do this.
While Wallacei is a multi-objective optimization engine, which use NSGA2 to find the Pareto solution. It does not need to run all possible solution, so it is quicker than colibri-with-design-explorer
Thanks! I got it. Great explanation.