from_dict

classmethod NoiseRandomization.from_dict(d)

Creates a new NoiseRandomization object from a dict of values.

Parameters:

d (dict[str, Any]) – A dict with keys corresponding to any of this class’s attributes.

Returns:

A new NoiseRandomization object with the values specified by dict.

Return type:

NoiseRandomization