Skip to content

v0.5rc - Refactoring and improved Active Learning

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rykath Rykath released this 19 May 11:29
· 69 commits to master since this release
cfef0aa

In version v0.5 the focus was on improving Active Learning, as well as refactoring proFit to embrace the hierarchical component structure.

Note: the final release of v0.5 will include Linear Regression

What's Changed

  • Major Refactor and Enhanced Active Learning by @mkendler in #142, #145, #153 and #161
    • Abstract Base Class, Config, Variables, Surrogates, Active Learning, Acquisition Functions, Encoders
    • added MCMC
    • more testcases
  • Added run system documentation by @Rykath in #147
  • Updated documentation by @mkendler in #161
  • Run system improvements, fixes and polishing by @Rykath in #147, #148, #152, #157 and #162

Full Changelog: v0.4...v0.5rc