Skip to content

Commit

Permalink
Hypervolume Knowledge Gradient (#1950)
Browse files Browse the repository at this point in the history
Summary:

This includes support for decoupled evaluations and multi-fidelity optimization

Reviewed By: Balandat

Differential Revision: D47809667
  • Loading branch information
sdaulton authored and facebook-github-bot committed Nov 9, 2023
1 parent 4677556 commit 63b1c0a
Show file tree
Hide file tree
Showing 4 changed files with 956 additions and 0 deletions.
6 changes: 6 additions & 0 deletions botorch/acquisition/multi_objective/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
ExpectedHypervolumeImprovement,
MultiObjectiveAnalyticAcquisitionFunction,
)
from botorch.acquisition.multi_objective.hypervolume_knowledge_gradient import (
qHypervolumeKnowledgeGradient,
qMultiFidelityHypervolumeKnowledgeGradient,
)
from botorch.acquisition.multi_objective.max_value_entropy_search import (
qMultiObjectiveMaxValueEntropy,
)
Expand Down Expand Up @@ -35,6 +39,8 @@
"get_default_partitioning_alpha",
"prune_inferior_points_multi_objective",
"qExpectedHypervolumeImprovement",
"qHypervolumeKnowledgeGradient",
"qMultiFidelityHypervolumeKnowledgeGradient",
"qNoisyExpectedHypervolumeImprovement",
"MOMF",
"qMultiObjectiveMaxValueEntropy",
Expand Down
Loading

0 comments on commit 63b1c0a

Please sign in to comment.