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
The UniformScaling object is nice to work with but causes issues in de BFE computation. In the average energy computations in some cases it becomes difficult to compute certain terms. For example mean(logdet, ...) in MvNormalMeanCovariance throws an error because dimensionality is unknown.
The text was updated successfully, but these errors were encountered:
The
UniformScaling
object is nice to work with but causes issues in de BFE computation. In the average energy computations in some cases it becomes difficult to compute certain terms. For examplemean(logdet, ...)
inMvNormalMeanCovariance
throws an error because dimensionality is unknown.The text was updated successfully, but these errors were encountered: