8000 Comparing v0.1.17...v0.1.18 · google/vizier · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/vizier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.17
Choose a base ref
...
head repository: google/vizier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.18
Choose a head ref
  • 19 commits
  • 13 files changed
  • 8 contributors

Commits on Jul 12, 2024

  1. Fix bug in predict method of gp_bandit.py (not able to pass rng)

    PiperOrigin-RevId: 651840206
    belenkil authored and copybara-github committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6836934 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Fix xlabel and debug state analyzer histogram plot.

    PiperOrigin-RevId: 653325165
    qiuyiz authored and copybara-github committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    aaa4e7b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Make the client test fixture class generic so subclasses can write pl…

    …atform-specific tests.
    
    PiperOrigin-RevId: 653999840
    chansoo-google authored and copybara-github committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    28e940e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Add return type of fig for plotting.

    PiperOrigin-RevId: 654506933
    qiuyiz authored and copybara-github committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    9183537 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. [numpy] Fix users of NumPy APIs that are removed in NumPy 2.0.

    This change migrates users of APIs removed in NumPy 2.0 to their recommended replacements (https://numpy.org/devdocs/numpy_2_0_migration_guide.html).
    
    PiperOrigin-RevId: 655931201
    hawkinsp authored and copybara-github committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0980fa9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. In the Halton quasi-random sampler, we were requesting D samples when…

    … we only
    
    needed one.  This wastes compute, and (worse than that) caused the quasi-random
    sampler to sample only part of the search space.
    
    PiperOrigin-RevId: 656423366
    vizier-team authored and copybara-github committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a6d0083 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Relax numerical tolerance in preparation for xla:cpu update

    New xla:cpu runtime leads to small numerical differences that cause test to fail. Relax max_relative_error in preparation for the switch.
    
    PiperOrigin-RevId: 657180364
    ezhulenev authored and copybara-github committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    bd5d690 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. 1. Add AcquisitionOverScalarized (Scalarize distributions first to ob…

    …tain scalar, then get UCB)
    
    2. Put this into VizierGPBandit for experimentation. Needs to be pushed to Github to allow XCloud runs.
    
    PiperOrigin-RevId: 659005571
    xingyousong authored and copybara-github committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3efa0e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1153 from google/test_659005571

    1. Add AcquisitionOverScalarized (Scalarize distributions first to obtain scalar, then get UCB)
    xingyousong authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    c9beeb4 View commit details
    Browse the repository at this point in the history
  3. 1. Add AcquisitionOverScalarized (Scalarize distributions first to ob…

    …tain scalar, then get UCB)
    
    2. Put this into VizierGPBandit for experimentation. Needs to be pushed to Github to allow XCloud runs.
    
    3. Enforce inputs to hypervolume scalarization are always non-negative using clipping. Required for the `AcquisitionOverScalarized` case; otherwise negative samples can wreck everything.
    
    PiperOrigin-RevId: 659005571
    xingyousong authored and copybara-github committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    21ca896 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1154 from google/test_659005571

    1. Add AcquisitionOverScalarized (Scalarize distributions first to obtain scalar, then get UCB)
    xingyousong authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    22c4289 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66b687f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Update from internal

    xingyousong authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d6473a0 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    xingyousong authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b83b1ed View commit details
    Browse the repository at this point in the history
  3. No public description

    PiperOrigin-RevId: 659964132
    vizier-team authored and xingyousong committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a8cfa4b View commit details
    Browse the repository at this point in the history
  4. Remove Scalarize-then-UCB code (we have it for PyPI upload anyways). …

    …Rename ScalarizedAcquisition. Prepare for 0.1.18 which fixes quasi-random and designer.predict()
    
    PiperOrigin-RevId: 659969619
    xingyousong authored and copybara-github committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5980ed4 View commit details
    Browse the repository at this point in the history
  5. Add files via upload

    xingyousong authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    dbb9efb View commit details
    Browse the repository at this point in the history
  6. Add files via upload

    xingyousong authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2721baf View commit details
    Browse the repository at this point in the history
  7. Update __init__.py

    xingyousong authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6a1e226 View commit details
    Browse the repository at this point in the history
Loading
0