Skip to content

v0.1.14

Compare
Choose a tag to compare
@xingyousong xingyousong released this 23 Jan 19:12
· 157 commits to main since this release

What's Changed

  • Add a json encoder for metadata by @copybara-service in #1009
  • Add failing designer for testing. by @copybara-service in #1010
  • Allow for linear kernel for ARD in Python GP. by @copybara-service in #1012
  • Fix early stopping colab by @copybara-service in #1014
  • Modernize @jaxtyped code by @copybara-service in #1015
  • Support reverse log in keras embedder and small edge case fix in core converter. by @copybara-service in #1017
  • Support SimpleKd experimenter returning relative objective value. by @copybara-service in #1011
  • Propagate selected keys from global namespace to metadata namespace. by @copybara-service in #1023
  • Simplify some SQL datastore code by @copybara-service in #1022
  • gp_bandit designer rejects empty search spaces. by @copybara-service in #1024
  • No need for union since vz.Trial is already a subclass by @copybara-service in #1025
  • Debug shifting experimenter due to OOB values (and revert to previous code). by @copybara-service in #1019
  • Apply suggestion from ConnorBaker in #1029 by @copybara-service in #1033
  • Remove Python 3.7 support and fix ugly formatting in pyglove core by @copybara-service in #1035
  • Allow for mutation rate schedules for NSGA by @copybara-service in #1034
  • Update benchmark result structure to incorporate spec gen name. by @copybara-service in #1020
  • Adds a new error type (not yet fully supported) that allows Pythia algorithms by @copybara-service in #1038
  • Some support for PythiaFallbackError. by @copybara-service in #1039
  • Adds benchmarks testing. by @copybara-service in #1040
  • Add NormalizedSimpleRegert and WinRateSimpleRegret convergence curve comparators. by @copybara-service in #1041
  • Creating scheduled GP-Bandit designer. by @copybara-service in #1043

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