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
A bunch of the functionality of SMCUpdater is not directly related to the SMC algorithm itself. For example, some methods (ex. sample, est_mean()) could be included in a new ParticleDistribution distribution (remember that SMCUpdater inherits from Distribution).
I bring this up because I am considering different updaters which wouldn't naturally inherit from SMCUpdater, but would benefit from large chunks of the code.
The text was updated successfully, but these errors were encountered:
A bunch of the functionality of
SMCUpdater
is not directly related to the SMC algorithm itself. For example, some methods (ex.sample
,est_mean()
) could be included in a newParticleDistribution
distribution (remember thatSMCUpdater
inherits fromDistribution
).I bring this up because I am considering different updaters which wouldn't naturally inherit from
SMCUpdater
, but would benefit from large chunks of the code.The text was updated successfully, but these errors were encountered: