Replies: 4 comments 8 replies
-
|
Beta Was this translation helpful? Give feedback.
-
GPU support with the bindings is something I've been thinking about quite a bit. Currently, the issue is that the I propose that we remove the class-level template argument and instead overload the |
Beta Was this translation helpful? Give feedback.
-
Here are some more thoughts on the JOSS submission:
I think just enough to easily solve our examples. To me, this involves
Done
I think we need this and the idea prposed by @dannys4 above should be relatively simple.
Out of scope.
Out of scope. Also requires optimization unless we write some pretty extensive examples using language-specific optimizers.
Yes! I think the BOD example we have for Bayesian inference is great. Some sort of real observational data would be great for maps-from-samples. I also have some stress-strain data from the Sandia Fracture Challenge that could be a good option for monotone regression.
Obviously I would love to see this, but I'm not sure it's the most intuitive example for users to learn MParT. It would require a bit of infrastructure that's not really MParT-specific. Maybe a better option would be correcting samples from an approximate sample using importance sampling. This could be a small extension to the likelihood-free version of the BOD problem that @rubiop already put together. |
Beta Was this translation helpful? Give feedback.
-
Examples for JOSS paper-- |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
in the 7/15 meeting, @bonh brought up that it's a little misleading (and I agree) that we advertise both Python bindings and GPU support, but not GPU support on MParT in Python. This became an interesting question of feature creep-- what do we want to be done for the JOSS paper submission?
Beta Was this translation helpful? Give feedback.
All reactions