Closed mdjurfeldt closed 2 years ago
Hi @mdjurfeldt. Thanks for spotting this incorrect description.
i and j can be arrays of cell indices, so the argument to disp_function could be either a 3-element vector or a 3xN array. I've tried to improve the documentation in f49a373. Please comment if you think the updated docs are still inaccurate or unclear.
Hi, in DisplacementDependentProbabilityConnector, there's the following documentation for disp_function:
However, looking at how it is used:
and given that i and j likely are cell indices, isn't disp_function rather a function of a 3-dimensional displacement vector rather than a 3xN matrix?