Expand description
Least-squares cost-model fit for the startup probe.
Structsยง
- Data
Point ๐ - One measured data point from the probe sweep.
Functionsยง
- fit_
cost_ ๐model - Fits
peak = a * (batch * seq) + b * (batch * seq^2)via ordinary least squares (no intercept โ workspace at batch=0 is 0 by definition).