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
Add logging with state to Bayesian Optimizer (#547)
* Add functionality to save and load state of the BayesianOptimization
* Update basic-tour with new save and load functionality
* move load stateful path to optional argument in class instantiation
* add test for string params, update tests with new load functionality
* updated basic tour with updated paths
* add the random state to the set of things to list of saved items
* move state loading to separate function, add functionality for saving acquisition function state
* use new loading schema
* update tests, add integration tests for saving and loading acquisition functions
* undo abstractmethod implementation for get and set state saving functionality
* reorganize state saving and loading for consistency
* move integration tests into acquisition
* remove unndecessary test, add tests for domain reduction and custom parameters
* make test more comprehensive
* add test logs
* sync execution counts from basic tour
* linting, whitespace removal, import structuring
* ruff fix for string literal in error message
* fix ruff complaints
* make all side param comparisons almost equal to account for slight numpy differences
* reformat array comparison check
* upgrade poetry2.0 & apply pep621 (#545)
* chore: upgrade poetry2.0 & apply pep621
* fix: replace poetry action(not support 2.0)
* fix: exclude one matrix
* chore: split numpy deps
* fix: numpy constraints
* fix: install root
* chore: use install-poetry
* Fix coverage report (#552)
* remove unnecessary files, have acquisition baseclass functions raise errors
* remove duplicate acquisition functions random state
* ruff format
* add type hints for base acquisition get/set functions
* remove noreturn
* remove former saving functionality from notebooks
* increase legibility of custom acquisition example
* explicitly stating the optionality of the saving and loading in custom acq functions
---------
Co-authored-by: phi-friday <[email protected]>
Co-authored-by: till-m <[email protected]>
0 commit comments