You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the following symbols are no longer re-exported from the
top-level spotoptim namespace and must be imported from their subpackages
(and require the matching extra): MLPSurrogate (spotoptim.surrogate),
MLP / LinearRegressor (spotoptim.nn), DiabetesDataset /
get_diabetes_dataloaders (spotoptim.data), TorchStandardScaler
(spotoptim.utils.scaler), and the PCA/plot helpers (spotoptim.utils.pca).
Installing torch-, plotting-, stats-, or remote-objective features now
requires pip install 'spotoptim[torch]' (or [viz] / [stats] / [remote] / [all]).
SpotOptim no longer accepts the n_jobs or eval_batch_size
constructor arguments — passing either now raises TypeError. The methods optimize_steady_state and _update_storage_steady are removed, as are spotoptim.utils.is_gil_disabled, remote_eval_wrapper, remote_batch_eval_wrapper, and remote_search_task. Seeded sequential optimize() results are unchanged.