OpenQuant Docs banner
OpenQuant icon openquant-rs / documentation terminal

FAQ

Common decisions and operating guidance for OpenQuant-rs.

Is OpenQuant-rs functionally complete?

Yes for the current library scope. The project is in stabilization and productionization mode with CI, benchmarks, and release checks.

Why is one SADF test excluded from fast CI?

test_sadf_test is intentionally isolated because it is long-running. It remains covered in dedicated slow/nightly validation paths.

How do I validate performance regressions?

Run both benchmark suites, collect the latest snapshot, and compare against baseline with threshold checks from scripts/check_bench_thresholds.py.

Can I publish now?

Yes once release checks pass in your target environment, including a successful cargo package -p openquant run and docs deployment verification.

Where should I start reading the docs?

Start with Subjects (AFML), then move to Module Pages for detailed formulas and implementation examples.