What's new:
-
Add a Reproducible Research section in the documentation, which has the purpose to gather information about our published work and how to reproduce the associated experiments. To open up this new section, a full-fledged, self-contained section about the experiments of our ViGIL paper is available. See #105
This section is possible thanks to the following changes & addons:
- Support for multiple tests in the Tester (cf #98),
- Can delete keys in the ParamRegistry (#100) -
Documentation restructuration (#93), to better reflect the organization of the code repo,
-
Add a new helper,
ProblemInitializer
, which will, at term, handle checking the existence of the data files for a particular Problem, and download them if non-existing.