| Crates.io | dynamic_expressions |
| lib.rs | dynamic_expressions |
| version | 0.10.0 |
| created_at | 2025-12-14 20:58:33.884658+00 |
| updated_at | 2025-12-30 04:15:40.097668+00 |
| description | Fast batched evaluation + forward-mode derivatives for symbolic expressions (Rust port of DynamicExpressions.jl). |
| homepage | https://github.com/astro-automata/symbolic_regression.rs |
| repository | https://github.com/astro-automata/symbolic_regression.rs |
| max_upload_size | |
| id | 1985101 |
| size | 261,215 |
Fast batched evaluation + forward-mode derivatives for symbolic expressions (Rust port of DynamicExpressions.jl).
This crate is the evaluation backend used by symbolic_regression.
Evaluation APIs take ndarray::ArrayView2<'_, T> for X with shape (n_features, n_rows).