Closed yu9824 closed 1 month ago
If param_distributions is Mapping other than dict, convert it to dict.
param_distributions
Mapping
dict
Pickling will cause an error if not converted.
@y0z Could you review this PR?
Motivation
171 explained.
Description of the changes
If
param_distributions
isMapping
other thandict
, convert it to dict.Pickling will cause an error if not converted.