JuliaMath / HCubature.jl

pure-Julia multidimensional h-adaptive integration
Other
153 stars 25 forks source link

Parallel integrand evaluation [Feature Req.] #27

Open agerlach opened 4 years ago

agerlach commented 4 years ago

I need a pure-julia integration library that support multi-dimensional, vector valued integrands and batch integrand evaluation. HCubature.jl hits all these criteria except for batch integrand evaluation as in Cubature.jl. Is adding a vectorized method on the horizon?

stevengj commented 4 years ago

I have no immediate plans to work on this, but it's something I'm not opposed to adding eventually.

agerlach commented 4 years ago

Thank you for the info.