Skip to content

Commit 3515b1e

Browse files
Update optimizer_config.schema.json
1 parent 042a4f0 commit 3515b1e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/optimizer_config.schema.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@
7777
"validation_size": {
7878
"default": 0.2,
7979
"description": "Fraction of train samples to allocate for validation (if input dataset doesn't contain validation split).",
80-
"maximum": 1.0,
81-
"minimum": 0.0,
80+
"maximum": 1,
81+
"minimum": 0,
8282
"title": "Validation Size",
8383
"type": "number"
8484
},
8585
"separation_ratio": {
8686
"anyOf": [
8787
{
88-
"maximum": 1.0,
89-
"minimum": 0.0,
88+
"maximum": 1,
89+
"minimum": 0,
9090
"type": "number"
9191
},
9292
{
@@ -322,6 +322,7 @@
322322
},
323323
"search_space": {
324324
"items": {
325+
"additionalProperties": true,
325326
"type": "object"
326327
},
327328
"title": "Search Space",

0 commit comments

Comments
 (0)