eighthill / Slime_Mold_Simulation

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

update method get_next_moves in class agent with max pheromone value #23

Closed Isabelle-Gbl closed 7 months ago

Isabelle-Gbl commented 8 months ago

In the class agent, there should be one parameter for a max. value of pheromones. If the value of pheromones in a place of the array is higher then this max. parameter, the agent will not go to this position. This should help to prevent the agents from only building circles.