fdtdx.StandardToCustomRange

Bases: SameShapeTypeParameterTransform

Maps standard [0,1] range to custom range [min_value, max_value].

Linearly maps values from [0,1] to a custom range specified by min_value and max_value parameters.

Attributes:
  • min_value (float) –

    Minimum value of target range. Defaults to zero.

  • max_value (float) –

    Maximum value of target range. Defaults to one.