numdifftools icon indicating copy to clipboard operation
numdifftools copied to clipboard

Parallelizing function evaluations for the Derivative class

Open jmeziere opened this issue 3 years ago • 1 comments

Similar to issue #20 , I would be willing to implement parallelizing the function evaluations for the derivative with the multiprocessing module. I have it working in my own implementation, and can add it if you are open to it.

I am unsure if I am breaking anything. Since I am only using it to calculate the jacobian, I have not run any tests on it other than working with that function.

jmeziere avatar Apr 23 '22 03:04 jmeziere