Skip to content

Commit

Permalink
correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
roussel-ryan committed Jan 7, 2025
1 parent af8bfdc commit 326e83b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xopt/generators/bayesian/mggpo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

import pandas as pd
import torch
from botorch.acquisition.multi_objective import qLogNoisyExpectedHypervolumeImprovement
from botorch.acquisition.multi_objective.logei import \
qLogNoisyExpectedHypervolumeImprovement
from pydantic import Field

from xopt.generators.bayesian.objectives import create_mobo_objective
Expand Down

0 comments on commit 326e83b

Please sign in to comment.