epymorph.parameter_fitting.filter.particle
Particle
A class representing a single particle with its state and parameters.
Attributes:
-
state
(ndarray
) –The state of the particle, initialized through a model-specific method.
-
parameters
(Dict[str, float]
) –The dynamic parameters associated with the particle (e.g., beta).
Parameters: