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
Sometimes we'd like to emphasize some SyntheticObservations over others. We can express this by introducing an object BatchedObservations rather than using a simple Vector:
struct BatchedObservations
batch
weights
end
By default the weights are all 1, but this could be overridden to emphasize / demphasize certain members of the batch.