- allow for programmatically writing new parameters
- allow the production models to programmatically query the parameters they're supposed to use
- do versioning on the parameter sets, as it's useful to keep the history of parameters for backtesting/reporting
- have some logic of structuring the parameter sets thrugh grouping/tagging and/or a hierarchical model so all sets are not just one big mess
- finally allow of course for different parameter set structures, as different models have different parameters
- ideally a GUI
I didn't manage to find anything like it online, are you aware of anything? How are you dealing with that topic if it's an issue for you as well?
thanks a lot in advance!