Value
- pmrf.parameters.Value(value: Array | ndarray | bool | number | bool | int | float | complex, *, scale: float = 1.0, fixed: bool = False) Param
Create a simple parameter with an optional scale.
- Parameters:
value (ArrayLike) – The base parameter value.
scale (float, optional) – The scaling factor to apply, by default 1.0.
fixed (bool, optional) – Whether to freeze the parameter, by default False.
- Returns:
An unconstrained parameter.
- Return type: