Skip to content

Commit 4facf89

Browse files
0.14.48
error in light_hyper_dict.json fixed
1 parent 98bfa54 commit 4facf89

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "spotpython"
10-
version = "0.14.47"
10+
version = "0.14.48"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]

src/spotPython/hyperdict/light_hyper_dict.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
"class_name": "torch.optim",
363363
"core_model_parameter_type": "str",
364364
"lower": 0,
365-
"upper": 11
365+
"upper": 5
366366
},
367367
"dropout_prob": {
368368
"type": "float",
@@ -387,14 +387,16 @@
387387
},
388388
"initialization": {
389389
"levels": [
390-
"Default"
390+
"Default",
391+
"Kaiming",
392+
"Xavier"
391393
],
392394
"type": "factor",
393395
"default": "Default",
394396
"transform": "None",
395397
"core_model_parameter_type": "str",
396398
"lower": 0,
397-
"upper": 0
399+
"upper": 2
398400
}
399401
}
400402
}

0 commit comments

Comments
 (0)