Skip to content

PyGlove 0.2.1

Compare
Choose a tag to compare
@daiyip daiyip released this 18 Jan 17:26
· 231 commits to main since this release
  • Highlights:

  • API changes

    • Removes non-DNA generators symbols from pg.generators sub-module. (4605a97)
    • Simplifies tuning backend interface by merging pg.tuning.BackendFactory into pg.tuning.Backend. (7e56bb7)
    • Renames pg.patching.object_factory to pg.patching.ObjectFactory. (2d65a16)
  • Enhancement

    • Supports pg.random_dna and pg.iter for pg.hyper.CustomHper. (49fc46a)
  • Bug fixes

    • pg.evolution.Evolution: Excludes infeasible trials from initial population during recovery. (d55f1dc)
  • New features

    • Introduces symbolic comparison: pg.lt and pg.gt. (747d6a)
    • Introduces pg.evolve for evolving arbitrary symbolic objects. (f2606eb)