The freeze-grade warm-up floor W = max(floor, c · n_params) (§4).
- Parameters:
n_params (int) – The number of free params.
floor (int) – The absolute trial floor.
c (int) – The per-param multiplier.
- Returns:
The minimum explore-trial count before a freeze is trustworthy.
- Return type:
int