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
As discussed in #526, it would be nice to be able to do importance sampling in the MonteCarloQuadrature. We can add either another constructor, or an optional pointer argument to the existing constructor, where the user could pass the random variable from which they'd like to sample (instead of uniform).
The text was updated successfully, but these errors were encountered:
roystgnr
added a commit
to roystgnr/queso
that referenced
this issue
Apr 11, 2017
This appears to be the correct fix for libqueso#533; thanks to @briadam for
tracking it down.
This *doesn't* appear to change our regression results, however, which
is a bit worrying...
As discussed in #526, it would be nice to be able to do importance sampling in the
MonteCarloQuadrature
. We can add either another constructor, or an optional pointer argument to the existing constructor, where the user could pass the random variable from which they'd like to sample (instead of uniform).The text was updated successfully, but these errors were encountered: