Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-01-31 | 913 Bytes | |
v0.1.22 source code.tar.gz | 2025-01-31 | 1.7 MB | |
v0.1.22 source code.zip | 2025-01-31 | 2.0 MB | |
Totals: 3 Items | 3.8 MB | 0 |
What's Changed
- Supports the Separable kernel in
VizierGaussianProcess
for multimetric problems. by @copybara-service in https://github.com/google/vizier/pull/1223 - Supports more multitask types in GP-based designers by @copybara-service in https://github.com/google/vizier/pull/1224
- Trial and metric padding is not yet supported for multimetric problems in GP-UCB-PE. by @copybara-service in https://github.com/google/vizier/pull/1225
- Relax versions for benchmark requirements, per https://github.com/google/vizier/issues/1222#issuecomment-2592148647 by @copybara-service in https://github.com/google/vizier/pull/1226
- Update grpcio and grpcio-tools. Previous versions break Python11. See this thread: https://github.com/grpc/grpc/issues/31934 by @copybara-service in https://github.com/google/vizier/pull/1229
Full Changelog: https://github.com/google/vizier/compare/v0.1.21...v0.1.22