BPt.p.Scalar.set_standardized_data#
- Scalar.set_standardized_data(data, *, reference=None)[source]#
Updates the value of the provided reference (or self) using the standardized data.
- Parameters
- np.ndarray
the representation of the value in the optimization space
- reference: Parameter
the reference point for representing the data (“self”, if not provided)
- Returns
- Parameter
self (modified)