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

adding `return_parameters` option to Engine #62

Open mattyTokenomics opened 1 year ago

mattyTokenomics commented 1 year ago

Adding optional parameter return_parameters which returns the parameters used in each run within the experiment results output.

Defaults to False.

This feature saves time, reduces complexity, and avoids the risk of error when requiring users to manually construct a map of which parameters correspond to each run after the fact.