phenotypic.tune.screening_warmup_floor#

phenotypic.tune.screening_warmup_floor(n_params: int, *, floor: int = 20, c: int = 3) int[source]#

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