If an algorithm does not read a configuration YAML file, there is no way a user can set its log level from their custom YAML file. - [x] every algorithm should have a config file that at least sets the default log level - [x] meson should demand the existence of `Config.yaml` for each algorithm - [ ] every algorithm's `Start()` must call `ParseYAMLConfig()`; perhaps we can think of a better name, e.g. `Configure()`