Skip to content

Commit 1daed60

Browse files
vizier-teamcopybara-github
vizier-team
authored andcommitted
[OSS Vizier] Tag set_priors in gp_bandit.py to allow experimental overrides.
PiperOrigin-RevId: 553931922
1 parent 35ba80e commit 1daed60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vizier/_src/algorithms/designers/gp_bandit.py

+1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ def update(
209209
del all_active
210210
self._trials.extend(copy.deepcopy(completed.trials))
211211

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

0 commit comments

Comments
 (0)