Skip to content

Releases: ur-whitelab/wazy

v0.12.1

01 Dec 15:18
21bb5f4
Compare
Choose a tag to compare
  • Fixed missing batch_ask key split

v0.12.0

16 Sep 05:45
b32703a
Compare
Choose a tag to compare
  • Fixed bug in starting distribution that froze-out optimization with pretrained model
  • Added MCMC baseline method
  • Added notebooks for Blosum & Hemolytic tasks from paper
  • Adjusted Hyperparameters for UCB/EI

v0.11.1

14 Sep 11:13
Compare
Choose a tag to compare
  • Re-aligned hyperparameters with paper

v0.11.0

14 Sep 10:40
b861b5c
Compare
Choose a tag to compare
  • Fixed float64 dtypes from appearing
  • Made output sequence after BayesOpt match closer by sampling with same key, rather than use mode of logits
  • Switched to using variance, instead of epistemic variance (need to explore more)
  • Current best now correctly is passed to step

v0.10.1

14 Sep 01:19
7131736
Compare
Choose a tag to compare
  • Significant rewrite of ask/tell interface to reduce tracing times
  • Raise warning instead of error when BO cannot find new sequences to test

v0.9.2

17 Aug 18:28
Compare
Choose a tag to compare
  • Fixed bug to require model retrain after batch ask

v0.9.0

09 Aug 19:16
9fc7f94
Compare
Choose a tag to compare
  • Added batch asking

v0.8.1

07 Aug 19:00
Compare
Choose a tag to compare
  • Switched to pypi unirep version

v0.8.0

07 Aug 17:30
Compare
Choose a tag to compare
  • Initial public release