deephyper.skopt.utils.deepcopy#

deephyper.skopt.utils.deepcopy(x, memo=None, _nil=[])[source]#

Deep copy operation on arbitrary Python objects.

See the module’s __doc__ string for more info.