param
param copied to clipboard
Parameters.serialize_parameters should ignore non JSON serializable parameters
It would be great if
Parameters.serialize_parameters could ignore non JSON serializable parameters by default and finish the serialization without throwing TypeError: Object of type XYZ is not JSON serializable or one could define another hwarg like json_serialize=True|False when defining a parameter.