dynamic_expressions

Crates.iodynamic_expressions
lib.rsdynamic_expressions
version0.10.0
created_at2025-12-14 20:58:33.884658+00
updated_at2025-12-30 04:15:40.097668+00
descriptionFast batched evaluation + forward-mode derivatives for symbolic expressions (Rust port of DynamicExpressions.jl).
homepagehttps://github.com/astro-automata/symbolic_regression.rs
repositoryhttps://github.com/astro-automata/symbolic_regression.rs
max_upload_size
id1985101
size261,215
Miles Cranmer (MilesCranmer)

documentation

https://docs.rs/dynamic_expressions

README

dynamic_expressions

crates.io

Fast batched evaluation + forward-mode derivatives for symbolic expressions (Rust port of DynamicExpressions.jl).

This crate is the evaluation backend used by symbolic_regression.

Data layout

Evaluation APIs take ndarray::ArrayView2<'_, T> for X with shape (n_features, n_rows).

Commit count: 0

cargo fmt