Skip to content

Commit 296d0a0

Browse files
v0.6.4
1 parent 47138f9 commit 296d0a0

2 files changed

Lines changed: 2 additions & 2 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.6.3"
10+
version = "0.6.4"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]

src/spotPython/fun/hyperlight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class HyperLight:
2929
fun_control (dict): dictionary containing control parameters for the hyperparameter tuning.
3030
log_level (int): log level for the logger.
3131
32-
Example:
32+
Examples:
3333
>>> hyper_light = HyperLight(seed=126, log_level=50)
3434
>>> print(hyper_light.seed)
3535
126

0 commit comments

Comments
 (0)