Skip to content

Commit

Permalink
Add TODO note
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Feb 17, 2025
1 parent 33eb8ff commit 01dbb6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions baybe/surrogates/gaussian_process/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ def get_numerical_indices(self, n_inputs: int) -> tuple[int, ...]:
class GaussianProcessSurrogate(Surrogate):
"""A Gaussian process surrogate model."""

# TODO: Enable multi-target support via batching

# Note [Scaling Workaround]
# -------------------------
# For GPs, we deactivate the base class scaling and instead let the botorch
Expand Down

0 comments on commit 01dbb6f

Please sign in to comment.