Skip to content

Releases: google/vizier

v0.1.14

23 Jan 19:12

Choose a tag to compare

What's Changed

Full Changelog: v0.1.13...v0.1.14

v0.1.13

30 Nov 01:04

Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.1.13

v0.1.12

16 Oct 21:04

Choose a tag to compare

What's Changed

Full Changelog: v0.1.11...v0.1.12

v0.1.11

11 Sep 20:32

Choose a tag to compare

What's Changed

Full Changelog: v0.1.10...v0.1.11

v0.1.10

08 Sep 09:24

Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.9

01 Sep 01:04

Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

17 Aug 21:38

Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

10 Aug 21:15

Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

07 Jun 15:38

Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

02 May 21:56

Choose a tag to compare

What's Changed

  • Create input warping based on Kumaraswamy CDF. by @copybara-service in #562
  • Fix Numpy dtype error in acquisitions_test. by @copybara-service in #605
  • Add a test to the RandomDesigner to confirm that it respects LOG scaling. by @copybara-service in #596
  • Fix Eagle slowness for large studies by @copybara-service in #609
  • Add typing to output warping by @copybara-service in #613
  • Use time as seed by @copybara-service in #614
  • Fix pytype failures related to teaching pytype about NumPy scalar types. by @copybara-service in #604
  • Add RayTune SearchSpace and Experimenter Converters and test on mock study. by @copybara-service in #615
  • Update GoogleDesignerFactory to use a designer factory. by @copybara-service in #611
  • Remove GP hparam ensemble since ensemble members are usually the same with the LBFGSB optimizer, and to reduce latency associated with jax.vmap with the forthcoming JAX Eagle optimizer. Change best_n=1 behavior to squeeze out the singleton dimension of the GP hparams and not use vmap, since unnecessary vmap is a speed footgun. by @copybara-service in #618
  • Normalize loss value by the number of observations only when using SGD-based GP hparam optimizers (so a consistent learning rate can be used regardless of the number of observations). Previously, this was baked into the loss function definition; now that we're using L-BFGS-B by default, this is unnecessary and possibly confusing. by @copybara-service in #602
  • Update Pytypes after recent changes to typing in JAX/Numpy, and following our decision to use more specific types (instead of chex.Array) where possible. by @copybara-service in #624
  • Fix a bug where Constraint objects returned by get_constraints did not account for mean_fn parameters. by @copybara-service in #633
  • Added utils/performance_utils.py with a decorator that tracks function runtime duration. by @copybara-service in #638
  • Make 'num_metric' the last dimension in LinearOutputWarper by @copybara-service in #648
  • Kumamon: apply linear output warping and compute acquisition for separable kernel using sampling. by @copybara-service in #649
  • Add more logs to DesignerPolicy to better track performance. by @copybara-service in #653
  • Update mapping logic for Raytune. by @copybara-service in #657
  • Add L-BFGS-B Acquisition function optimizer. by @copybara-service in #658
  • Move NestedDictRAMDatastore to a new file and move metadata operations into metadata_util.py. by @copybara-service in #673
  • Update Predictor pydoc. by @copybara-service in #676
  • Update predict RTD colab. by @copybara-service in #681
  • Fixes Trial default creation_time by @copybara-service in #684

Full Changelog: v0.1.4...v0.1.5