vipra-uwf / VIPRA

MIT License
1 stars 1 forks source link

Need a way to save parameters used for a run #26

Closed GoodenoughR closed 1 month ago

GoodenoughR commented 2 months ago

File: include/vipra/special_modules/parameters.hpp

When running a parameter sweep, it would be useful for users to be able to see what parameters produced a result.

Currently, since parameters can be randomized, the exact parameters are lost as soon as they are used in a simulation.

Ideally, we would be able to provide these back to the user. Either in the callback or saving to file