5 Experiment 4
5.1 Experimental set up
| Values | |
|---|---|
| experimentId | EXP08-09-01-35-9owMuE | 
| agentNumbers | 500, 1000, 2000, 5000 | 
| maxDistances | 10 | 
| randomWorksNumberMultipliers | 2 | 
| chainLengths | 20 | 
5.2 Descriptive analysis of each simulation
5.2.1 SIM08-09-01-35-DxaCjz–CV
5.2.1.1 simulationParameters
| agentNumber | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|
| 500 | 20 | 1 | 10 | 2 | 
5.2.1.2 Degree distribution of agent->knows->agent edges

5.2.1.3 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 114,627 | 3,643,072 | 31.781971088836 | No | 
| existsSimilarity | 114,627 | 3,639,507 | 31.750870213824 | No | 
| similarityEdges | 114,627 | 3,508,913 | 30.6115749343523 | No | 
| cycleSearch | 2,704 | 399,858 | 147.876479289941 | Yes | 
| getWorks | 2,703 | 10,304 | 3.81206067332593 | Yes | 
| init | 503 | 188,883 | 375.512922465209 | No | 
| connect | 170 | 411 | 2.41764705882353 | Yes | 
| connectAllSimilar | 57 | 3,644,405 | 63936.9298245614 | Yes | 
| searchAndConnect | 10 | 2,394,368 | 239436.8 | Yes | 
| Total | 5,649 | 6,488,447 | 
5.2.1.4 Found structures
5.2.1.4.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM08-09-01-35-DxaCjz--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 5.2.1.4.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM08-09-01-35-DxaCjz--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 5.2.2 SIM08-09-01-35-DxaCjz–DV
5.2.2.1 simulationParameters
| agentNumber | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|
| 500 | 20 | 1 | 10 | 2 | 
5.2.2.2 Degree distribution of agent->knows->agent edges

5.2.2.3 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 3,001 | 5,810 | 1.93602132622459 | No | 
| individualCycleSearch | 2,711 | 130 | 0.0479527849502029 | Yes | 
| addItemToWork | 2,040 | 29,225 | 14.3259803921569 | No | 
| ownsWork | 1,020 | 14,963 | 14.6696078431373 | No | 
| init | 503 | 149,345 | 296.908548707753 | No | 
| searchAndConnect | 491 | 83,886,537 | 170848.344195519 | Yes | 
| getWorksItems | 38 | 94 | 2.47368421052632 | Yes | 
| getWorks | 9 | 497,631 | 55292.3333333333 | No | 
| cycleSearch | 8 | 1,040,635 | 130079.375 | Yes | 
| Total | 3,254 | 85,948,580 | 
5.2.2.4 Found structures
5.2.2.4.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM08-09-01-35-DxaCjz--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 5.2.2.4.2 Paths
Number of paths found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM08-09-01-35-DxaCjz--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 5.3 Scatterplots of experiment

