Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: ur-whitelab/wazy

v0.12.1

01 Dec 15:18
21bb5f4

Choose a tag to compare

  • Fixed missing batch_ask key split

v0.12.0

16 Sep 05:45
b32703a

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

Choose a tag to compare

  • Re-aligned hyperparameters with paper

v0.11.0

14 Sep 10:40
b861b5c

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

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

Choose a tag to compare

  • Fixed bug to require model retrain after batch ask

v0.9.0

09 Aug 19:16
9fc7f94

Choose a tag to compare

  • Added batch asking

v0.8.1

07 Aug 19:00

Choose a tag to compare

  • Switched to pypi unirep version

v0.8.0

07 Aug 17:30

Choose a tag to compare

  • Initial public release