-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or requestrefactorChanges that don't actually improve anything except for code quality.Changes that don't actually improve anything except for code quality.
Description
Currently, runs are specified per-algorithm as so:
run1:
a: 5
b: 6
run2:
a: 4
b: 5Instead, we should organize this to be nested inside runs for better compatibility with keys we may add to algorithm (e.g. include) in the future.
runs:
run1:
a: 5
b: 6
run2:
a: 4
b: 5This has parsing (no extraneous key support) and readability benefits.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestrefactorChanges that don't actually improve anything except for code quality.Changes that don't actually improve anything except for code quality.