Experiments are handled by configfiles, which are then parsed by a parser. It is intransparent, and some settings are copied by the parser to other places to reduce duplicity, however this is not consistent.
Goal:
- Configs that avoid duplicity, are transparent and flexible
Idea:
- Use Python files with dicts as configs instead of YAML? (added flexibility)
- Somehow add global options??
Experiments are handled by configfiles, which are then parsed by a parser. It is intransparent, and some settings are copied by the parser to other places to reduce duplicity, however this is not consistent.
Goal:
Idea: