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 new state containers/storage introduce in #7 are looking pretty elegant. Was surprised how nicely it worked with the RBPF and how it was completely generic to the inner distribution type.
If we are keeping this, we should think a bit more about the naming conventions we are using. Currently there are about 3 things we're calling a state. We need names for the following things:
The object that stores the entire history of the filter
The object storing everything for the current step including the filtered/proposal distribution and any extra stuff that can be accessed from the callback (e.g. innovation matrix)
The distribution-like objects representing either the filtered or proposal distribution
The value that a standard particle has (typically a vector)
The names for the components of a Rao-Blackwellised particle (that contains (4) and (3))
Some preliminary suggestions I have are
Storage
Intermediate
State? Distribution?
State?
X and Z?
The text was updated successfully, but these errors were encountered:
The new state containers/storage introduce in #7 are looking pretty elegant. Was surprised how nicely it worked with the RBPF and how it was completely generic to the inner distribution type.
If we are keeping this, we should think a bit more about the naming conventions we are using. Currently there are about 3 things we're calling a state. We need names for the following things:
Some preliminary suggestions I have are
The text was updated successfully, but these errors were encountered: