Skip to content

Commit

Permalink
Update import paths for base multi-objective acquisition functions (#…
Browse files Browse the repository at this point in the history
…2708)

Summary:
Pull Request resolved: #2708

As titled. Follow up to D61721280.

Reviewed By: esantorella

Differential Revision: D61733064

fbshipit-source-id: d3c68d5ce0e6af376e5490712ac8dea9d03a1112
  • Loading branch information
saitcakmak authored and facebook-github-bot committed Aug 23, 2024
1 parent 726bb84 commit 321fea8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ax/models/torch/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@
qSimpleRegret,
SampleReducingMCAcquisitionFunction,
)
from botorch.acquisition.multi_objective.analytic import (
from botorch.acquisition.multi_objective.base import (
MultiObjectiveAnalyticAcquisitionFunction,
)
from botorch.acquisition.multi_objective.monte_carlo import (
MultiObjectiveMCAcquisitionFunction,
)
from botorch.acquisition.multi_objective.multi_output_risk_measures import (
Expand Down

0 comments on commit 321fea8

Please sign in to comment.