Skip to content

Commit

Permalink
Add TODO note for qKnowledgeGradient
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Jan 23, 2025
1 parent 1505cd6 commit f29c4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_minimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def compute_posterior_and_acqf(acqf_cls, df, searchspace, objective):
[
a
for a in get_subclasses(AcquisitionFunction)
if not issubclass(a, qKnowledgeGradient)
if not issubclass(a, qKnowledgeGradient) # TODO: not yet clear how to handle
],
)
def test_minimization(acqf_cls):
Expand Down

0 comments on commit f29c4b5

Please sign in to comment.