stockparfait / experiments

Statistical experiments with financial data
Apache License 2.0
0 stars 0 forks source link

Standardize the experiment ID #92

Closed sergey-a-berezin closed 1 year ago

sergey-a-berezin commented 1 year ago

All the experiments now require to implement Prefix() and AddValue(), effectively reminding to add a configured ID to each experiment.

Resolves #14.