symbolic_regression 0.3.0

Rust port of SymbolicRegression.jl.
Documentation

symbolic_regression

crates.io

Rust port of the core engine from SymbolicRegression.jl (regularized evolution + Pareto hall-of-fame), built on top of the dynamic_expressions crate in this workspace.

For a repo-level overview and examples, see README.md at the repo root.

CLI (symreg)

This crate optionally provides a CLI binary named symreg behind the cli feature.

Build and run it from the repo root:

cargo run -p symbolic_regression --features cli --bin symreg -- data.csv --y target

Run the example

cargo run -p symbolic_regression --example example --release