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
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