Sephfox commited on
Commit
39a0169
·
verified ·
1 Parent(s): ed05df8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -35,7 +35,6 @@ class HiveMind:
35
  self.pheromone_importance = {'food': 0.5, 'danger': 0.3, 'exploration': 0.2}
36
 
37
  def update_collective_memory(self, ant_memories):
38
- for memory in ant_memories:
39
  for position, info in memory:
40
  if position not in self.collective_memory:
41
  self.collective_memory[position] = info
 
35
  self.pheromone_importance = {'food': 0.5, 'danger': 0.3, 'exploration': 0.2}
36
 
37
  def update_collective_memory(self, ant_memories):
 
38
  for position, info in memory:
39
  if position not in self.collective_memory:
40
  self.collective_memory[position] = info