Skip to content

PySHAC v0.3.2 / v0.3.2.1

Compare
Choose a tag to compare
@titu1994 titu1994 released this 26 Oct 22:20
· 24 commits to master since this release

Changelog

Improvement

  • All engines will now accept the keyword save_dir, which will point to the base directory where the shac engine data will be stored.
  • Evaluation speed should be somewhat improved for large batch sizes.

Bugfixes

  • CSVLogger no longer logs the details of the XGBoost model that was trained.
  • Tests now properly check if the engine cannot be restored properly.
  • A bug where the engine fails to sample and crashes all threads using the threading engine is now fixed.