/taguchi-tables

Taguchi table generator

Primary LanguageRust

Taguchi table generator

In Rust

Taguchi tables, or orthogonal arrays, are a way of efficiently running experiments with many combinations of multiple variables.

Some light reading here for you.

I originally found about this method from the excellent NightHawkInLight on YouTube, specifically this video.

Setup

NodeJS. I used nvm.

# NodeJS (I'm using `nvm`)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.zshrc
cargo install wasm-pack

Running web server

just serve