phenotypic.tune.count_free_params#

phenotypic.tune.count_free_params(space: SearchSpace) int[source]#

Count the free (non-Fixed) knobs in space.

Parameters:

space (SearchSpace) – The search space.

Returns:

The number of knobs whose domain is not Fixed.

Return type:

int