3 Experiment 2

agentNumbers=[800] : chainLengths=[5, 10, 20] : randomWorksNumberMultipliers=[1, 2] : maxDistances=[5, 10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.9] : graphTypes=[random, smallWorld]; rerunning with 800 agents…

3.1 Experimental set up

Values
experimentId EXP10-03-10-34-Lfip5F
agentNumbers 800
maxDistances 5, 10, 30
randomWorksNumberMultipliers 1, 2
similarityConnectThresholds 0.9
graphTypes random, smallWorld
chainLengths 5, 10, 20

3.2 Descriptive analysis of each simulation

3.2.1 SIM10-03-01-38-9GSYd6–CV

3.2.1.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.9 random 5 1 10 1

3.2.1.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 359,190 805 805 800 362,405

3.2.1.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,610 805 3,216

3.2.1.4 distribution of similarityEdgesByWeight

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

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

3.2.1.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 583,024 3,595,467 6.16692794807761 No
2 existsSimilarity 583,024 3,462,979 5.93968515875847 No
3 similarityEdges 583,024 3,388,591 5.81209521391915 No
4 connect 55,294 117,311 2.1215864289073 Yes
6 cycleSearch 3,600 24,042 6.67833333333333 Yes
7 getWorks 3,600 30,023 8.33972222222222 Yes
8 individualCycleSearch 3,600 116 0.0322222222222222 Yes
10 init 803 30,933 38.5217932752179 No
11 Total 73,294 194,063

3.2.1.8 Found structures

3.2.1.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-01-38-9GSYd6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.1.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-01-38-9GSYd6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.2 SIM10-03-01-38-9GSYd6–DV

3.2.2.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.9 random 5 1 10 1

3.2.2.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 248,602 805 805 800 251,817

3.2.2.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,610 805 3,216

3.2.2.4 distribution of similarityEdgesByWeight

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

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

3.2.2.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 32,310 8.975 Yes
3 getWorks 3,600 35,753 9.93138888888889 No
4 individualCycleSearch 3,600 153 0.0425 Yes
6 addItemToWork 1,610 10,929 6.78819875776398 No
7 ownsWork 805 5,555 6.90062111801242 No
8 init 803 30,926 38.5130759651308 No
9 searchAndConnect 801 2,085,812 2604.00998751561 Yes
10 knowsAgent 800 1,285 1.60625 No
1 Total 15,201 2,150,487

3.2.2.8 Found structures

3.2.2.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-01-38-9GSYd6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.2.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-01-38-9GSYd6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.3 SIM10-03-04-40-9yuQEK–CV

3.2.3.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.9 smallWorld 5 1 10 1

3.2.3.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 501,830 805 805 4,801 509,046

3.2.3.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,610 805 3,216

3.2.3.4 distribution of similarityEdgesByWeight

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

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

3.2.3.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 491,967 3,599,608 7.3167671815386 No
existsSimilarity 491,967 3,587,058 7.29125734043137 No
similarityEdges 491,967 3,507,724 7.12999855681377 No
init 803 31,807 39.6102117061021 No
connectAllSimilar 342 3,605,033 10541.0321637427 Yes
connect 162 426 2.62962962962963 Yes
Total 512 3,610,504

3.2.3.8 Found structures

3.2.3.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-04-40-9yuQEK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.3.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-04-40-9yuQEK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.4 SIM10-03-04-40-9yuQEK–DV

3.2.4.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.9 smallWorld 5 1 10 1

3.2.4.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 501,461 805 805 4,801 508,677

3.2.4.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,610 805 3,216

3.2.4.4 distribution of similarityEdgesByWeight

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

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

3.2.4.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 6,993 1.45657154759425 No
addItemToWork 1,610 12,882 8.00124223602485 No
ownsWork 805 6,486 8.05714285714286 No
init 803 31,680 39.4520547945205 No
searchAndConnect 801 5,655,330 7060.33707865169 Yes
cycleSearch 155 49,849 321.606451612903 Yes
getWorks 155 18,996 122.554838709677 No
individualCycleSearch 155 1 0.00645161290322581 Yes
Total 1,303 5,749,848

3.2.4.8 Found structures

3.2.4.8.1 Cycles

Number of cycles found: 91

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-04-40-9yuQEK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.4.8.2 Paths

Number of paths found: 5

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-04-40-9yuQEK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.5 SIM10-03-05-44-fbFwDi–CV

3.2.5.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.9 random 5 1 30 1

3.2.5.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 504,210 805 805 800 507,425

3.2.5.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,610 805 3,216

3.2.5.4 distribution of similarityEdgesByWeight

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

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

3.2.5.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 484,344 3,598,389 7.42940761111937 No
existsSimilarity 484,344 3,586,037 7.4039050757313 No
similarityEdges 484,344 3,504,877 7.23633822242043 No
init 803 33,621 41.8692403486924 No
connectAllSimilar 336 3,603,629 10725.0863095238 Yes
connect 165 368 2.23030303030303 Yes
Total 509 3,608,667

3.2.5.8 Found structures

3.2.5.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-05-44-fbFwDi--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.5.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-05-44-fbFwDi--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.6 SIM10-03-05-44-fbFwDi–DV

3.2.6.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.9 random 5 1 30 1

3.2.6.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 503,835 805 805 800 507,050

3.2.6.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,610 805 3,216

3.2.6.4 distribution of similarityEdgesByWeight

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

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

3.2.6.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
addItemToWork 1,610 11,297 7.0167701863354 No
ownsWork 805 5,541 6.8832298136646 No
init 803 32,841 40.8978829389788 No
searchAndConnect 801 5,907,599 7375.27965043695 Yes
knowsAgent 800 1,379 1.72375 No
cycleSearch 165 6,177 37.4363636363636 Yes
getWorks 165 4,646 28.1575757575758 No
individualCycleSearch 165 4 0.0242424242424242 Yes
Total 1,375 5,921,516

3.2.6.8 Found structures

3.2.6.8.1 Cycles

Number of cycles found: 122

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-05-44-fbFwDi--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.6.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-05-44-fbFwDi--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.7 SIM10-03-10-34-vDhz77–CV

3.2.7.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.9 random 5 1 5 1

3.2.7.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 272,236 805 805 800 275,451

3.2.7.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,610 805 3,216

3.2.7.4 distribution of similarityEdgesByWeight

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

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

3.2.7.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 677,529 3,595,848 5.30729754741126 No
existsSimilarity 677,529 3,323,864 4.90586233209206 No
similarityEdges 677,529 3,250,695 4.797868430724 No
connect 120,201 253,185 2.10634686899443 Yes
init 803 29,575 36.8306351183064 No
connectAllSimilar 498 3,604,877 7238.70883534137 Yes
Total 120,707 3,861,018

3.2.7.8 Found structures

3.2.7.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-10-34-vDhz77--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.7.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-10-34-vDhz77--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.8 SIM10-03-10-34-vDhz77–DV

3.2.8.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.9 random 5 1 5 1

3.2.8.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 31,834 805 805 800 35,049

3.2.8.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,610 805 3,216

3.2.8.4 distribution of similarityEdgesByWeight

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

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

3.2.8.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,599 20,188 5.60933592664629 Yes
3 getWorks 3,599 33,126 9.20422339538761 No
4 individualCycleSearch 3,599 199 0.0552931369824951 Yes
6 addItemToWork 1,610 18,884 11.7291925465839 No
7 ownsWork 805 9,054 11.2472049689441 No
8 init 803 31,881 39.7023661270237 No
9 searchAndConnect 801 219,691 274.270911360799 Yes
10 knowsAgent 800 2,044 2.555 No
1 Total 15,197 264,352

3.2.8.8 Found structures

3.2.8.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-10-34-vDhz77--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.8.8.2 Paths

Number of paths found: 3599

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-10-34-vDhz77--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.9 SIM10-03-12-35-w2z3HW–CV

3.2.9.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.9 smallWorld 5 1 5 1

3.2.9.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 459,942 805 805 4,801 467,158

3.2.9.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,610 805 3,216

3.2.9.4 distribution of similarityEdgesByWeight

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

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

3.2.9.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 524,584 3,595,526 6.85405197261068 No
existsSimilarity 524,584 3,558,453 6.78338073597365 No
similarityEdges 524,584 3,481,235 6.63618219389078 No
connect 11,220 24,355 2.17067736185383 Yes
init 803 30,565 38.0635118306351 No
connectAllSimilar 368 3,601,233 9785.95923913043 Yes
Total 11,596 3,630,150

3.2.9.8 Found structures

3.2.9.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-12-35-w2z3HW--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.9.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-12-35-w2z3HW--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.10 SIM10-03-12-35-w2z3HW–DV

3.2.10.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.9 smallWorld 5 1 5 1

3.2.10.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 437,451 805 805 4,801 444,667

3.2.10.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,610 805 3,216

3.2.10.4 distribution of similarityEdgesByWeight

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

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

3.2.10.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 7,389 1.53905436367423 No
addItemToWork 1,610 11,502 7.14409937888199 No
ownsWork 805 5,245 6.51552795031056 No
init 803 29,694 36.9788293897883 No
searchAndConnect 801 4,701,304 5869.29338327091 Yes
cycleSearch 132 6,857 51.9469696969697 Yes
getWorks 132 4,253 32.219696969697 No
individualCycleSearch 132 3 0.0227272727272727 Yes
Total 1,299 4,719,905

3.2.10.8 Found structures

3.2.10.8.1 Cycles

Number of cycles found: 117

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-12-35-w2z3HW--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.10.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-12-35-w2z3HW--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.3 Scatterplots of experiment

EXP10-03-11-06-mTThJr