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
AbstractMicrobe types should be given a type parameter to represent motility, in order to avoid the inefficient motility::AbstractMotility in the struct definition.
The text was updated successfully, but these errors were encountered:
On a second thought, this would make model creation really cumbersome as it requires to define model = UnremovableABM(Union{Microbe{2,RunTumble},Microbe{2,RunReverse}}, space, dt) to have e.g. a mixture of two motility patterns.
AbstractMicrobe
types should be given a type parameter to represent motility, in order to avoid the inefficientmotility::AbstractMotility
in the struct definition.The text was updated successfully, but these errors were encountered: