Skip to content

Commit

Permalink
[OSS Vizier] Tag set_priors in gp_bandit.py to allow experimental…
Browse files Browse the repository at this point in the history
… overides.

PiperOrigin-RevId: 553931922
  • Loading branch information
vizier-team authored and copybara-github committed Aug 4, 2023
1 parent 35ba80e commit dd2f243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vizier/_src/algorithms/designers/gp_bandit.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ def update(
del all_active
self._trials.extend(copy.deepcopy(completed.trials))

@_experimental_override_allowed
def set_priors(self, prior_studies: Sequence[vza.CompletedTrials]) -> None:
"""Updates the list of prior studies for transfer learning.
Expand Down

0 comments on commit dd2f243

Please sign in to comment.