to_physical#
- ParameterScaler.to_physical(scaled_params: ndarray, clip: bool = True) ndarray#
Convert scaled parameters back to physical space.
- Parameters:
- scaled_params
np.ndarray Parameters in scaled space.
- clipbool,
optional If True, clip the result to physical bounds to avoid numerical precision issues causing values to be slightly outside bounds. Default is True.
- scaled_params
- Returns:
np.ndarrayParameters in physical space.