You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone!
Thanks a ton for implementing this and all associated packages! I use this package wrapped into Optim.jl---by selecting finite difference---and would appreciate improved performance, because who doesn't. So I am wondering if there are any plans to parallelize this code? FD should be embarrassingly parallel, shouldn't it? I would be willing to help, but at this point chances are I would break the code...
Thanks a bunch!
The text was updated successfully, but these errors were encountered:
Yeah, I think it would be nice if someone added Polyester.jl support to the inner loops here. One would have to be careful with the caching though to make sure it's thread-safe, but that can be done.
Hi everyone!
Thanks a ton for implementing this and all associated packages! I use this package wrapped into Optim.jl---by selecting finite difference---and would appreciate improved performance, because who doesn't. So I am wondering if there are any plans to parallelize this code? FD should be embarrassingly parallel, shouldn't it? I would be willing to help, but at this point chances are I would break the code...
Thanks a bunch!
The text was updated successfully, but these errors were encountered: