There will be huge update in 0.31.0 - Algebraic Syntax Tree based Automatic Differentiation.
Therefore, there will be significant changes in the numerical calculation API accordingly.
- Optimize (
numeric/optimize.rs)
- Zeroth order (Not relate to AD)
- First Order (Use
ADScalarFn)
- Regression (
numeric/reg.rs)
- Linear Regression
- Nonlinear Regression
- Root Finding (
numeric/root.rs)
- Bracketing
- First Order