Skip to content

Commit efb8c77

Browse files
max_surrogate_points=30
1 parent 43218bf commit efb8c77

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.12.9"
10+
version = "0.13.0"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]

src/spotPython/utils/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def fun_control_init(
3737
log_level=50,
3838
lower=None,
3939
max_time=1,
40-
max_surrogate_points=inf,
40+
max_surrogate_points=30,
4141
metric_sklearn=None,
4242
noise=False,
4343
n_points=1,

0 commit comments

Comments
 (0)