mastrof / Bactos.jl

Agent-based modeling framework for bacterial behavior, based on Agents.jl
MIT License
3 stars 0 forks source link

Obstacles - Pathfinder #51

Closed mastrof closed 1 year ago

mastrof commented 1 year ago

Implements obstacles through Agents.Pathfinding.

Pros:

Cons:

mastrof commented 1 year ago

Best strategy is probably to restore the old functionalities from f3edb4e. Both approaches would then be available and can be chosen depending on the particular problem details. However, the pathfinder stepping would need to be activated manually which makes things a bit messy.

mastrof commented 1 year ago

This also closes #10.