Skip to content

Commit 2ecc967

Browse files
author
Jana Hozzova
committed
Remove requirement for string as parameter's value in configuration
1 parent 0780585 commit 2ecc967

File tree

1 file changed

+2
-4
lines changed
  • src/autotuning_methodology/schemas

1 file changed

+2
-4
lines changed

src/autotuning_methodology/schemas/T4.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@
5858
"type": "string"
5959
},
6060
"configuration": {
61-
"description": "The parameter configuration tested. Keys are parameter names, values are parameter values as strings.",
62-
"type": "object",
63-
"additionalProperties": {
64-
"type": "string"
61+
"description": "The parameter configuration tested. Keys are parameter names, values are parameter values.",
62+
"type": "object"
6563
}
6664
},
6765
"objectives": {

0 commit comments

Comments
 (0)