Open
Description
Dill is a fork of pickle that allows to serialise inner function (or class or whatever with inner structure).
In a pipeline to train multiple independent algos, pygad can be used on multiprocess, with multiprocess package (not multiprocessing).
I modified and used pygad with dill and it works as expected. Would you replace pickle? I have a fork on my GitHub with dill imported as pickle and everything goes smooth on my system and pygad is spawned on several core without problems.