Changes between Version 4 and Version 5 of Documentation/DevelopmentCenter/ExternalLibraries
- Timestamp:
- 10/05/20 11:00:49 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/ExternalLibraries
v4 v5 1 1 HeuristicLab uses several external libraries with separate licences. We generally only include external libraries when the licence is compatible with the GPL. 2 2 The following external libraries are currently used by HeuristicLab: 3 * [https://github.com/heal-research/HEAL.Attic HEAL.Attic]: For (de)serializing files 3 4 * [http://www.alglib.net/ ALGLIB]: For mathematics and data analysis (linear regression, random forest, neural networks, LBFGS...) (GPL) 4 5 * [http://autodiff.codeplex.com/ AutoDiff]: For automatic differentiation (for gradient descent algorithms e.g. when used to optimize parameters of a symbolic regression model) (LGPL)