NumpyEncoder
NumpyEncoder.default()
NumpyEncoder(*[, skipkeys, ensure_ascii, ...])
Custom encoder for numpy data types
Bases: JSONEncoder
JSONEncoder
From https://stackoverflow.com/a/61903895
Handle numpy datatypes if present by converting to native python
obj (Any) – Object to serialize
Object in native python
Any
previous
smac.utils.multi_objective
next
smac.utils.pareto_front