pub fn softmax(scores: &[f64]) -> Vec<f64>
Softmax over a slice (re-exported for use in ab_test module)