Releases: sequential-parameter-optimization/spotPython
Releases · sequential-parameter-optimization/spotPython
v0.29.11: 0.29.11
documentation
v0.29.6: 0.29.6
bestlhd accepts edges arg
v0.29.5: 0.29.5
randorient fixed
v0.29.4
Wing weight example updated
v0.29.3: 0.29.3
Kriging does not accept noise arg use method instead
v0.29.1: 0.29.1
New Kriging model (experimental). Can be undone in spot.py via:
old Kriging with attribute "name" kriging
from spotpython.build.kriging import Kriging as OldKriging
new Kriging without attribute "name" Kriging
from spotpython.surrogate.kriging import Kriging
v0.29.0: 0.29.0
new: save_or_show_plot
v0.28.14: 0.24.14
plot mo improved
v0.28.12: 0.28.12
bug fix xai
v0.28.11: 0.28.11
plot mo options