Skip to content

Commit

Permalink
Create simulation subpackage (#210)
Browse files Browse the repository at this point in the history
This is a maintenance PR that only splits the existing functionality
from `simulation.py` into submodules of a new `simulation` subpackage.
  • Loading branch information
AdrianSosic authored Apr 25, 2024
2 parents 71d8c69 + 94c1938 commit 4613795
Show file tree
Hide file tree
Showing 12 changed files with 808 additions and 760 deletions.
4 changes: 3 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[run]
omit = baybe/utils/plotting.py
omit =
baybe/utils/plotting.py
baybe/simulation/*
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Reorganized acquisition.py into `acquisition` subpackage
- Reorganized simulation.py into `simulation` subpackage
- Acquisition functions are now their own objects
- `acquisition_function_cls` constructor parameter renamed to `acquisition_function`
- User guide now explains the new objective classes
Expand Down
Loading

0 comments on commit 4613795

Please sign in to comment.