We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47138f9 commit 296d0a0Copy full SHA for 296d0a0
2 files changed
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "spotPython"
10
-version = "0.6.3"
+version = "0.6.4"
11
authors = [
12
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
13
]
src/spotPython/fun/hyperlight.py
@@ -29,7 +29,7 @@ class HyperLight:
29
fun_control (dict): dictionary containing control parameters for the hyperparameter tuning.
30
log_level (int): log level for the logger.
31
32
- Example:
+ Examples:
33
>>> hyper_light = HyperLight(seed=126, log_level=50)
34
>>> print(hyper_light.seed)
35
126
0 commit comments