eighthill / Slime_Mold_Simulation

A student project simulating smile mold🧫
MIT License
6 stars 0 forks source link

Diffusion of pheromones in array #22

Closed Isabelle-Gbl closed 9 months ago

Isabelle-Gbl commented 9 months ago

We need to add the diffusion in the method update_pheromone in class PheromoneArray. Right now the pheromones are just fading, but don't spread to close places in the array.

It should have a variable, that can be changed, for the intensity or the speed on how the pheromones are spreading