Skip to content

Instantly share code, notes, and snippets.

@mattmils
Created September 23, 2011 11:51
Show Gist options
  • Save mattmils/1237181 to your computer and use it in GitHub Desktop.
Save mattmils/1237181 to your computer and use it in GitHub Desktop.
Woot
1 [main] INFO it.unimib.ing.antsim.manager.EnvironmentManager - Created scent 'Foglia'.
2 [main] INFO it.unimib.ing.antsim.manager.EnvironmentManager - Food 'Foglia' created with scent Foglia.
5 [main] INFO it.unimib.ing.antsim.entity.Environment - Creato nodo 'Node' nell'ambiente 'SWAMPS'.
5 [main] INFO it.unimib.ing.antsim.entity.Environment - Creato nodo 'Node2' nell'ambiente 'SWAMPS'.
14 [main] INFO it.unimib.ing.antsim.entity.Environment - Route Route created between nodes Node and Node2. Lenght: 10. One way: true
14 [main] INFO it.unimib.ing.antsim.entity.Environment - Added FoodSource to node Node
16 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Food added -> 'Foglia' Amount: 1
18 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Added scent drop of Foglia at position 0 with strenght: 10
18 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Added scent drop of Foglia at position 1 with strenght: 5
18 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Added scent drop of Foglia at position 2 with strenght: 2
18 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Added scent drop of Foglia at position 3 with strenght: 1
18 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Food updated -> 'Foglia' Amount: 6
19 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Update scent drop of Foglia at position 0 with strenght: 20
19 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 1 with strenght: 10
19 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 2 with strenght: 4
19 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 3 with strenght: 2
19 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Food updated -> 'Foglia' Amount: 7
19 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Update scent drop of Foglia at position 0 with strenght: 30
19 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 1 with strenght: 15
19 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 2 with strenght: 6
19 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 3 with strenght: 3
19 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Food updated -> 'Foglia' Amount: 16
19 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Update scent drop of Foglia at position 0 with strenght: 40
19 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 1 with strenght: 20
19 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 2 with strenght: 8
20 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 3 with strenght: 4
20 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Food updated -> 'Foglia' Amount: 25
20 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Update scent drop of Foglia at position 0 with strenght: 50
20 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 1 with strenght: 25
20 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 2 with strenght: 10
20 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 3 with strenght: 5
20 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Food updated -> 'Foglia' Amount: 29
20 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Update scent drop of Foglia at position 0 with strenght: 60
20 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 1 with strenght: 30
20 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 2 with strenght: 12
20 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 3 with strenght: 6
20 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Food updated -> 'Foglia' Amount: 30
21 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Update scent drop of Foglia at position 0 with strenght: 70
21 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 1 with strenght: 35
21 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 2 with strenght: 14
21 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 3 with strenght: 7
21 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Food updated -> 'Foglia' Amount: 39
21 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Update scent drop of Foglia at position 0 with strenght: 80
21 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 1 with strenght: 40
21 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 2 with strenght: 16
21 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 3 with strenght: 8
21 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Food updated -> 'Foglia' Amount: 46
21 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Update scent drop of Foglia at position 0 with strenght: 90
21 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 1 with strenght: 45
21 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 2 with strenght: 18
22 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 3 with strenght: 9
22 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Food updated -> 'Foglia' Amount: 47
22 [main] INFO it.unimib.ing.antsim.entity.topography.Node - Node: Update scent drop of Foglia at position 0 with strenght: 100
22 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 1 with strenght: 50
22 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 2 with strenght: 20
22 [main] INFO it.unimib.ing.antsim.entity.topography.Route - Route: Update scent drop of Foglia at position 3 with strenght: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment