Skip to content

PySHAC v0.3.4.1

Compare
Choose a tag to compare
@titu1994 titu1994 released this 29 Oct 04:20
· 11 commits to master since this release

Changelog

Improvements

  • None can now be used as a value for Discrete Hyper parameters. This is exceptionally useful for scenarios where one does not want to utilize this value. Caveat : Only a single None value will be registered as a parameter, and multiple None in the same Discrete Hyper parameter will not work.

  • Raise RuntimeError if predict is used with no parameters initialized (when predicting without restoring).

Bugfixes

  • Using None as a value before now would cause a crash during casting, however this wasnt caught in tests. This is now properly checked.