Changelog
SymbolicRegressionToolkit-1.3.2 (2025-07-07)
- Updated documentation
New Feature: - Added a way to generate expressions - Expression simplification now more or less works
Bug Fixes: - Feynman dataset and Nguyen datasets are now almost done - Small fixes to different functionalities
SymbolicRegressionToolkit-1.2.6 (2025-04-26)
- Updated documentation
- Added the change log
New Features:
- Expressions can now be transformed into latex code
- 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