vivarium-collective / vivarium-core

Core Interface and Engine for Vivarium
https://vivarium-core.readthedocs.io/
Apache License 2.0
25 stars 2 forks source link

Add _no_original_parameters config to Process #164

Closed U8NWXD closed 2 years ago

U8NWXD commented 2 years ago

In cases where parameters are large, users may want to save memory by preventing Process from saving a copy of the parameters. This PR adds an option to allow this. When using this option, the user must make sure that the parameters are not mutated.


By creating this pull request, I agree to the Contributor License Agreement, which is available in CLA.md at the top level of this repository.