You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tempered starting logits and added MCMC baseline (#15)
* Tempered starting logits and added MCMC baseline
* Fixed pre-commit
* Made starting logits even smaller
* Turned-up learning rate on BO
* Reduced learning rate and starting logit size
* Trying increasing lr
* Reverted lr increase
* switched to using total variance
* Rearranged BO code order
* modify acquisition funx
* Added tester
* Fixed missing kwarg in tester
* Got different defaults for UCB/EI
* Ran pre-commit on all
* Fixed convergence test
* Added matplotlib to paper reqs
Co-authored-by: Ziyue Yang <[email protected]>
Various Fixes (#13)
* first attemp
* Got sequences out, but not seeing consistency
* changed to full variance
* Fixed out of date best in compiling
* Fixed zeros initialization dtype
* Fixed test failures