7 Experiment 6
agentNumbers=[800] : chainLengths=[5, 10, 20] : randomWorksNumberMultipliers=[2] : maxDistances=[10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.9] : graphTypes=[random, smallWorld]; another crash – putting what was left, more data should not harm…
7.1 Experimental set up
| Values | |
|---|---|
| experimentId | EXP10-05-01-29-BHt6a5 | 
| agentNumbers | 800 | 
| maxDistances | 10, 30 | 
| randomWorksNumberMultipliers | 2 | 
| similarityConnectThresholds | 0.9 | 
| graphTypes | random, smallWorld | 
| chainLengths | 5, 10, 20 | 
7.2 Descriptive analysis of each simulation
7.2.1 SIM10-05-01-29-CFVbP7–CV
7.2.1.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.9 | random | 5 | 1 | 10 | 2 | 
7.2.1.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 1,170,104 | 1,605 | 1,605 | 800 | 1,175,719 | 
7.2.1.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
7.2.1.4 distribution of similarityEdgesByWeight

7.2.1.5 Degree distribution of item->similarity->item edges

7.2.1.6 Degree distribution of agent->knows->agent edges

7.2.1.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 315,950 | 3,602,340 | 11.4016141794588 | No | 
| 2 | existsSimilarity | 315,950 | 3,514,112 | 11.1223674632062 | No | 
| 3 | similarityEdges | 315,950 | 3,435,650 | 10.8740307010603 | No | 
| 4 | connect | 26,148 | 79,081 | 3.02436132782622 | Yes | 
| 6 | cycleSearch | 10,798 | 66,677 | 6.17493980366735 | Yes | 
| 7 | getWorks | 10,798 | 108,525 | 10.050472309687 | Yes | 
| 8 | individualCycleSearch | 10,798 | 393 | 0.0363956288201519 | Yes | 
| 10 | init | 803 | 30,054 | 37.4271481942715 | No | 
| 11 | Total | 80,138 | 316,431 | 
7.2.1.8 Found structures
7.2.1.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-05-01-29-CFVbP7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 7.2.1.8.2 Paths
Number of paths found: 10798
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-05-01-29-CFVbP7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 7.2.2 SIM10-05-01-29-CFVbP7–DV
7.2.2.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.9 | random | 5 | 1 | 10 | 2 | 
7.2.2.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 1,117,808 | 1,605 | 1,605 | 800 | 1,123,423 | 
7.2.2.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
7.2.2.4 distribution of similarityEdgesByWeight

7.2.2.5 Degree distribution of item->similarity->item edges

7.2.2.6 Degree distribution of agent->knows->agent edges

7.2.2.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 129,939 | 36.0941666666667 | Yes | 
| 3 | getWorks | 3,600 | 56,532 | 15.7033333333333 | No | 
| 4 | individualCycleSearch | 3,600 | 172 | 0.0477777777777778 | Yes | 
| 6 | addItemToWork | 3,210 | 43,701 | 13.6140186915888 | No | 
| 7 | ownsWork | 1,605 | 20,838 | 12.9831775700935 | No | 
| 8 | init | 803 | 32,850 | 40.9090909090909 | No | 
| 9 | searchAndConnect | 801 | 13,924,023 | 17383.2996254682 | Yes | 
| 10 | knowsAgent | 800 | 2,345 | 2.93125 | No | 
| 1 | Total | 15,201 | 14,179,459 | 
7.2.2.8 Found structures
7.2.2.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-05-01-29-CFVbP7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 7.2.2.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-05-01-29-CFVbP7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 7.2.3 SIM10-05-06-31-HG9aSV–CV
7.2.3.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.9 | smallWorld | 5 | 1 | 10 | 2 | 
7.2.3.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 1,990,592 | 1,605 | 1,605 | 4,801 | 2,000,208 | 
7.2.3.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
7.2.3.4 distribution of similarityEdgesByWeight

7.2.3.5 Degree distribution of item->similarity->item edges

7.2.3.6 Degree distribution of agent->knows->agent edges

7.2.3.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 262,944 | 3,639,008 | 13.8394791286358 | No | 
| existsSimilarity | 262,944 | 3,631,328 | 13.8102713885846 | No | 
| similarityEdges | 262,944 | 3,546,495 | 13.4876437568456 | No | 
| init | 803 | 268,533 | 334.412204234122 | No | 
| cycleSearch | 720 | 28,867 | 40.0930555555556 | Yes | 
| getWorks | 720 | 6,924 | 9.61666666666667 | Yes | 
| connectAllSimilar | 83 | 3,642,204 | 43881.9759036145 | Yes | 
| connect | 77 | 270 | 3.50649350649351 | Yes | 
| searchAndConnect | 11 | 779,518 | 70865.2727272727 | Yes | 
| Total | 1,616 | 4,466,754 | 
7.2.3.8 Found structures
7.2.3.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-05-06-31-HG9aSV--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 7.2.3.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-05-06-31-HG9aSV--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 7.2.4 SIM10-05-06-31-HG9aSV–DV
7.2.4.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.9 | smallWorld | 5 | 1 | 10 | 2 | 
7.2.4.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 1,990,244 | 1,605 | 1,605 | 4,801 | 1,999,860 | 
7.2.4.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
7.2.4.4 distribution of similarityEdgesByWeight

7.2.4.5 Degree distribution of item->similarity->item edges

7.2.4.6 Degree distribution of agent->knows->agent edges

7.2.4.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 7,812 | 1.62716100812331 | No | 
| addItemToWork | 3,210 | 27,600 | 8.5981308411215 | No | 
| ownsWork | 1,605 | 12,808 | 7.98006230529595 | No | 
| init | 803 | 253,021 | 315.094645080946 | No | 
| searchAndConnect | 790 | 38,266,317 | 48438.3759493671 | Yes | 
| individualCycleSearch | 725 | 17 | 0.023448275862069 | Yes | 
| getWorksItems | 8 | 22 | 2.75 | Yes | 
| cycleSearch | 6 | 274,940 | 45823.3333333333 | Yes | 
| getWorks | 6 | 124,233 | 20705.5 | No | 
| Total | 1,534 | 38,600,634 | 
7.2.4.8 Found structures
7.2.4.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-05-06-31-HG9aSV--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 7.2.4.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-05-06-31-HG9aSV--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 7.3 Scatterplots of experiment












 EXP10-05-10-28-Z7PYyS
EXP10-05-10-28-Z7PYyS