-
Notifications
You must be signed in to change notification settings - Fork 97
Pull requests: google/vizier
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Remove creation_time default init for TrialSuggestion to_trial.
#138
opened Aug 16, 2022 by
copybara-service
bot
Loading…
Comment and exception text tweaks to StudyConfig and Metadata code.
#140
opened Aug 16, 2022 by
copybara-service
bot
Loading…
DO NOT SUBMIT: For discussion. Using Python native coroutines instead of generator-based coroutines.
#145
opened Aug 18, 2022 by
copybara-service
bot
Loading…
Allow passing in steps=None which is converted to steps=0 (for now)
#232
opened Sep 23, 2022 by
copybara-service
bot
Loading…
Small bugfix in
optimizers.py
. Add chex types.
#237
opened Sep 27, 2022 by
copybara-service
bot
Loading…
Add an option for
TrialToNumpyConverter
to automatically squeeze y.
#253
opened Sep 29, 2022 by
copybara-service
bot
Loading…
Remove
StochasticProcessModel.posterior
to accommodate an upcoming change to JAX, and because it can silently re-run expensive computation.
#488
opened Feb 3, 2023 by
copybara-service
bot
Loading…
Allow instantiating Gaussian Process Regression Model and Schur Complement kernel with precomputed Cholesky factors (for use in OSS Vizier).
#496
opened Feb 7, 2023 by
copybara-service
bot
Loading…
Enable Multitask GP Regression Model to be rebuilt from Cholesky factors (for use in Vizier).
#502
opened Feb 8, 2023 by
copybara-service
bot
Loading…
Adding MetadataDeltaConverter.from_proto() and necessary tests.
#115
opened Aug 8, 2022 by
copybara-service
bot
Loading…
Add the
FeatureScaledWithCategorical
kernel, a PSD kernel over structures of continuous and categorical data, to TFP experimental.
#512
opened Feb 11, 2023 by
copybara-service
bot
Loading…
BREAKING CHANGE: Ignore deprecated
always_yield_multivariate_normal
arg to tfd.GaussianProcess
and tfd.GaussianProcessRegressionModel
.
#599
opened Mar 23, 2023 by
copybara-service
bot
Loading…
Implement the unwarp method of half rank component warper. This implementation mostly follows cpp output unwarping.
#620
opened Mar 30, 2023 by
copybara-service
bot
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.