v0.29.1: 0.29.1
Pre-release
Pre-release
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