Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 701 Bytes

CHANGELOG.md

File metadata and controls

31 lines (19 loc) · 701 Bytes

SymbolicRegressionToolkit-1.2.0 (TBA)

  • Updated documentation
  • Added the change log

New Features:

  • Added Dataset and benchmark objects that create evaluators for Symbolic Regression models
  • Added modified versions of feynman and nguyen benchmarks

Bug Fixes:

  • Fixed expressions with constants only evaluating to one value instead of an array

SymbolicRegressionToolkit-1.1.0 (2024-12-10)

  • Project restructure

New Features:

  • Added documentation
  • Expanded upon examples

SymbolicRegressionToolkit-1.0.0 (2024-12-06)

  • Initial release
  • Expression compilation
  • Parameter estimation
  • Model evaluation
  • Examples for parameter estimation and performance evaluation