-
Notifications
You must be signed in to change notification settings - Fork 0
Efficient weight calculation #19
Copy link
Copy link
Open
Description
The current for loop method handles only one proposed particle at a time and compares with a current population when calling calculate_weights method on the updater. It would be preferable to either store particles and later run an efficient re-weighting or to at least perform an efficient calculation at the single particle level, replacing the for loop over current population particles transition probabilities
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels