This blog is part of the Generative design series. To do generative design we need to run hundreds and thousands of simulations to discovery the best design. In this post, we’ll write the python code to,
- create a model from a template with a new set of parameters
- run the model
- extract the results
The code and example can be found on github.