mastrof / MicrobeAgents.jl

Agent-based modeling of microbial motile behavior via Agents.jl
MIT License
2 stars 1 forks source link

Fix default distribution of reorientation angles in 3D #92

Closed mastrof closed 1 month ago

mastrof commented 1 month ago

Defaults need fixing, there is a small bias in the current approach with the Arccos function, which does not give the exact isotropic distribution of reorientations in 3D (although it's quite close, explaining why it took so long to catch it).