mirror of
https://github.com/gsi-upm/soil
synced 2025-08-23 11:52:19 +00:00
mend
This commit is contained in:
@@ -195,7 +195,7 @@ class HavenModel(BaseAgent):
|
||||
self.state['id'] = 0 # Civilian Haven
|
||||
for neighbour in self.get_neighboring_agents():
|
||||
if isinstance(neighbour, TerroristSpreadModel) and neighbour.vulnerability > self.min_vulnerability:
|
||||
neighbour.vulnerability = neighbour.vulnerability * ( 1 - self.training_influence )
|
||||
neighbour.vulnerability = neighbour.vulnerability * ( 1 - self.haven_influence )
|
||||
|
||||
|
||||
class TerroristNetworkModel(TerroristSpreadModel):
|
||||
|
Reference in New Issue
Block a user