CADLabs / radCAD

A Python framework for designing, testing, and validating complex systems through modelling and simulation.
GNU General Public License v3.0
97 stars 25 forks source link

Is it possible to do a parameter sweep on intital states? #47

Closed Dabbrivia closed 2 years ago

Dabbrivia commented 2 years ago

While we can include lists into the parameters for a model and get them iterated over, is something similar possible with initial state(s) of a model?

BenSchZA commented 2 years ago

Hey there! One solution is to use a radCAD Experiment, a collection of different Simulations, each with a different initial state. There's currently no way to do this using a method similar to a parameter sweep, but could be a worthwhile addition.