Closed gaow closed 7 years ago
An obvious optimization for posterior calculation is that after we obtain posterior_weights we prune the P list removing trivial weights and their corresponding data, before moving on to next steps of computation. It could save us a lot potentially.
posterior_weights
@gaow I agree.
An obvious optimization for posterior calculation is that after we obtain
posterior_weights
we prune the P list removing trivial weights and their corresponding data, before moving on to next steps of computation. It could save us a lot potentially.