Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add classes for DOFs and objectives #49

Merged
merged 27 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
2df6e67
fixed bug in computed constraint shape in acquisition functions
Oct 4, 2023
fa09b69
added grid scan as initialization plan
thomaswmorris Oct 11, 2023
2b2320d
added class representations for DOFs and objectives
thomaswmorris Oct 12, 2023
24dae2a
make sure DOF bounds are cast to floats
Oct 12, 2023
29c4ba2
move test functions to utils
Oct 12, 2023
7c77eee
work at ATF on Oct 12
AmbarCRoAl Oct 12, 2023
2909c29
fixed shapes in grid plots
Oct 12, 2023
4b3bf66
update syntax in notebooks
Oct 12, 2023
91be2d1
better verbose output for agent.ask()
Oct 12, 2023
de2689f
fixed bug in computed constraint shape in acquisition functions
Oct 4, 2023
0f328fa
added grid scan as initialization plan
thomaswmorris Oct 11, 2023
d1346cf
added class representations for DOFs and objectives
thomaswmorris Oct 12, 2023
aac4999
make sure DOF bounds are cast to floats
Oct 12, 2023
96fcb54
move test functions to utils
Oct 12, 2023
1072c67
work at ATF on Oct 12
AmbarCRoAl Oct 12, 2023
8ea4e73
fixed shapes in grid plots
Oct 12, 2023
a4647c8
update syntax in notebooks
Oct 12, 2023
44cf99d
better verbose output for agent.ask()
Oct 12, 2023
85d92fe
parametrize acquisition function tests
Oct 24, 2023
648337a
clean up after rebasing
Oct 24, 2023
bbdf4ab
fixed tutorial notebooks
Oct 24, 2023
f0bc991
fixed multi-objective acquisition functions
Oct 28, 2023
fca00f0
access table by device name and not dof name
Oct 28, 2023
b140195
fixed docs and added more prereqs
thomaswmorris Oct 30, 2023
063ee59
added a whole bunch of docstrings (and other tweaks)
Nov 4, 2023
8d3ded3
change typing syntax for python <3.10
Nov 4, 2023
30d6710
fix dev requirements
Nov 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bloptools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from . import bayesian, devices, tasks # noqa F401
from ._version import get_versions

__version__ = get_versions()["version"]
Expand Down
Loading
Loading