Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
roussel-ryan committed Jan 29, 2025
1 parent a0a0cf3 commit 96a999a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xopt/generators/bayesian/expected_improvement.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
from botorch.acquisition import (
ScalarizedPosteriorTransform,
LogExpectedImprovement,
qLogExpectedImprovement, FixedFeatureAcquisitionFunction,
qLogExpectedImprovement,
FixedFeatureAcquisitionFunction,
)

from xopt.generators.bayesian.bayesian_generator import (
Expand Down Expand Up @@ -62,7 +63,7 @@ def _get_acquisition(self, model):
best_f=best_f,
sampler=sampler,
objective=objective,
constraints=self._get_constraint_callables()
constraints=self._get_constraint_callables(),
)
else:
# analytic acquisition function for single candidate generation with
Expand Down

0 comments on commit 96a999a

Please sign in to comment.