This edition
In this talk, we introduce a Go framework implementing the Taguchi method, enabling structured experimentation in systems engineering workflows. The framework uses orthogonal arrays to efficiently sample parameter spaces, reducing the number of experiments while preserving the ability to extract meaningful structure from results.
Through a concrete example: tuning a parallel workload by varying goroutine count, workload characteristics, and execution configuration - we explore how parameter interactions surface in practice, including trade-offs between concurrency, scheduling, and infrastructure such as multi-core scaling versus isolated-core execution.
LEVEL: Intermediate
