Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
roussel-ryan committed Jan 7, 2025
1 parent e0f545b commit 4a3ed0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xopt/generators/bayesian/expected_improvement.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import torch
from botorch.acquisition import (
ScalarizedPosteriorTransform, LogExpectedImprovement, qLogExpectedImprovement,
ScalarizedPosteriorTransform,
LogExpectedImprovement,
qLogExpectedImprovement,
)

from xopt.generators.bayesian.bayesian_generator import (
Expand Down

0 comments on commit 4a3ed0f

Please sign in to comment.