esa/LADDS

YAML Input

FG-TUM opened this issue · 2 comments

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

Do you have a suggestion on which library?

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.