-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
ArchitectureUsability FeatureFeatures that improve the usability of the softwareFeatures that improve the usability of the software
Description
We are currently relying on our own yml config format. Especially when we are going to implement simple scoring and replanning we need to think about the config again:
- Do we really want to have two seperate config dialects? MATSims XML config dialect is already relatively powerful
- Do we need to change to
Configstruct therefor?
To separate concerns (as we did it for all other input files) with serde, we would need to structs: One only for parsing serde, the other is the internal config data structure.
Metadata
Metadata
Assignees
Labels
ArchitectureUsability FeatureFeatures that improve the usability of the softwareFeatures that improve the usability of the software