fix_param#

ContinuousDistribution.fix_param(name)[source]#

Fixes a parameter, excluding it from optimization and further changes.

Parameters:

name (str) – The name of the parameter to freeze.

Raises:

ValueError – If a parameter with the specified name does not exist.