Skip to content

v0.1.13

Compare
Choose a tag to compare
@xingyousong xingyousong released this 30 Nov 01:04
· 189 commits to main since this release

What's Changed

  • Remove logging errors when the convertor rounds up values, which is not an uncommon occurrence (e.g. RandomDesigner, EagleStrategyDesigner). by @copybara-service in #950
  • Input validation for add_categorical_param. by @copybara-service in #952
  • Fix the type error. nn.module.get_variable returns a regular dict now. by @copybara-service in #957
  • Fixes Eagle optimizer trials padding by @copybara-service in #960
  • ParameterEntropyHparamScorerFactory for scoring exploration behavior by @copybara-service in #970
  • Add prior study setters into benchmark runners. by @copybara-service in #984
  • Update documentation: Users are now allowed to write to namespaces other than by @copybara-service in #988
  • Introduce stateful curve converters. by @copybara-service in #987
  • Add support for conditionals in TrialToArrayConverter. by @copybara-service in #1001
  • Minor edits by @copybara-service in #1000

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