PySHAC v0.3.4.1
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 singleNone
value will be registered as a parameter, and multipleNone
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.