YAML Input
FG-TUM opened this issue · 2 comments
FG-TUM commented
Feature
Desired behavior
Nice and easy config input via yaml files.
What needs to be done
- integrate yaml parsing library
- write configuration class
- write parser
How it can be tested
gomezzz commented
Do you have a suggestion on which library?
FG-TUM commented
Do you have a suggestion on which library?
Afaik the two most popular choices would be rapidyaml and yaml-cpp. While rapidyaml seems to be faster, I would go with yaml-cpp as this is already used by autopas and the breakup model code. As far as I can see the breakupModel library also links against this, hence we already have it in our project.