Fixed

pmrf.parameters.Fixed(value: Array | ndarray | bool | number | bool | int | float | complex, *, scale: float = 1.0) Param

Create a fixed parameter that will not be optimized.

Parameters:
  • value (ArrayLike) – The parameter value to fix.

  • scale (float, optional) – The scaling factor to apply, by default 1.0.

Returns:

The fixed parameter.

Return type:

pmrf.Param