10 Experiment 9

agentNumbers=[800] : chainLengths=[10, 20] : randomWorksNumberMultipliers=[2] : maxDistances=[30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.9] : graphTypes=[random, smallWorld] : finishing the previous simulation with 800 agents.

10.1 Experimental set up

Values
experimentId EXP10-06-01-49-jZTN76
agentNumbers 800
maxDistances 30
randomWorksNumberMultipliers 2
similarityConnectThresholds 0.9
graphTypes random, smallWorld
chainLengths 10, 20

10.2 Descriptive analysis of each simulation

10.2.1 SIM10-06-01-49-Mpfw68–CV

10.2.1.1 simulationParameters

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

10.2.1.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 2,007,770 1,610 1,610 800 2,013,400

10.2.1.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

10.2.1.4 distribution of similarityEdgesByWeight

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

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

10.2.1.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 291,962 3,620,420 12.4003123694179 No
2 existsSimilarity 291,962 3,612,017 12.3715312266665 No
3 similarityEdges 291,962 3,519,438 12.0544385913235 No
4 cycleSearch 854 32,827 38.4391100702576 Yes
5 getWorks 853 2,546 2.98475967174678 Yes
6 init 803 36,124 44.986301369863 No
7 connectAllSimilar 92 3,623,929 39390.5326086957 Yes
8 connect 84 179 2.13095238095238 Yes
10 searchAndConnect 3 105,082 35027.3333333333 Yes
11 Total 1,891 3,772,480

10.2.1.8 Found structures

10.2.1.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-01-49-Mpfw68--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
10.2.1.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-01-49-Mpfw68--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

10.2.2 SIM10-06-01-49-Mpfw68–DV

10.2.2.1 simulationParameters

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

10.2.2.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 2,007,562 1,610 1,610 800 2,013,192

10.2.2.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

10.2.2.4 distribution of similarityEdgesByWeight

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

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

10.2.2.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
addItemToWork 3,220 66,643 20.6965838509317 No
ownsWork 1,610 33,284 20.6732919254658 No
individualCycleSearch 913 57 0.0624315443592552 Yes
init 803 32,710 40.7347447073474 No
knowsAgent 800 2,944 3.68 No
searchAndConnect 798 32,601,704 40854.2656641604 Yes
getWorks 61 200,460 3286.22950819672 No
cycleSearch 60 313,501 5225.01666666667 Yes
Total 1,825 33,238,119

10.2.2.8 Found structures

10.2.2.8.1 Cycles

Number of cycles found: 21

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-01-49-Mpfw68--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
10.2.2.8.2 Paths

Number of paths found: 6

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-01-49-Mpfw68--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

10.2.3 SIM10-06-03-08-G2yKCs–CV

10.2.3.1 simulationParameters

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

10.2.3.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 2,011,284 1,610 1,610 4,801 2,020,915

10.2.3.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

10.2.3.4 distribution of similarityEdgesByWeight

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

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

10.2.3.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 285,705 3,608,007 12.628434924135 No
existsSimilarity 285,705 3,599,633 12.5991249715616 No
similarityEdges 285,705 3,500,421 12.2518716858298 No
cycleSearch 814 42,177 51.8144963144963 Yes
getWorks 814 3,364 4.13267813267813 Yes
init 803 104,154 129.706102117061 No
connect 94 181 1.92553191489362 Yes
connectAllSimilar 90 3,611,477 40127.5222222222 Yes
searchAndConnect 10 521,813 52181.3 Yes
Total 1,827 4,187,002

10.2.3.8 Found structures

10.2.3.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-03-08-G2yKCs--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
10.2.3.8.2 Paths

Number of paths found: 0

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

10.2.4 SIM10-06-03-08-G2yKCs–DV

10.2.4.1 simulationParameters

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

10.2.4.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 2,010,647 1,610 1,610 4,801 2,020,278

10.2.4.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

10.2.4.4 distribution of similarityEdgesByWeight

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

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

10.2.4.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 6,480 1.34971880858155 No
addItemToWork 3,220 27,672 8.59378881987578 No
ownsWork 1,610 13,613 8.45527950310559 No
individualCycleSearch 826 22 0.026634382566586 Yes
init 803 88,194 109.830635118306 No
searchAndConnect 791 32,636,294 41259.5372945638 Yes
getWorksItems 18 37 2.05555555555556 Yes
cycleSearch 13 395,574 30428.7692307692 Yes
getWorks 13 120,871 9297.76923076923 No
Total 1,658 33,430,828

10.2.4.8 Found structures

10.2.4.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-03-08-G2yKCs--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
10.2.4.8.2 Paths

Number of paths found: 7

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

10.2.5 SIM10-06-04-28-j9pcJZ–CV

10.2.5.1 simulationParameters

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

10.2.5.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,620 2,030,744 1,620 1,620 800 2,036,404

10.2.5.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,240 1,620 5,661

10.2.5.4 distribution of similarityEdgesByWeight

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

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

10.2.5.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 303,240 3,607,382 11.8961284790925 No
existsSimilarity 303,240 3,598,925 11.8682396781427 No
similarityEdges 303,240 3,500,280 11.5429362880886 No
cycleSearch 902 57,881 64.169623059867 Yes
getWorks 901 1,898 2.10654827968923 Yes
init 803 34,119 42.4894146948941 No
connectAllSimilar 95 3,611,108 38011.6631578947 Yes
connect 73 142 1.94520547945205 Yes
Total 1,977 3,688,224

10.2.5.8 Found structures

10.2.5.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-04-28-j9pcJZ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
10.2.5.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-04-28-j9pcJZ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

10.2.6 SIM10-06-04-28-j9pcJZ–DV

10.2.6.1 simulationParameters

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

10.2.6.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,620 2,030,545 1,620 1,620 800 2,036,205

10.2.6.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,240 1,620 5,661

10.2.6.4 distribution of similarityEdgesByWeight

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

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

10.2.6.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
addItemToWork 3,240 24,776 7.64691358024691 No
ownsWork 1,620 12,227 7.54753086419753 No
individualCycleSearch 970 26 0.0268041237113402 Yes
init 803 29,984 37.3399750933998 No
searchAndConnect 801 37,726,010 47098.6392009988 Yes
knowsAgent 800 1,288 1.61 No
getWorks 70 70,712 1010.17142857143 No
cycleSearch 69 90,646 1313.71014492754 Yes
Total 1,944 37,922,010

10.2.6.8 Found structures

10.2.6.8.1 Cycles

Number of cycles found: 52

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-04-28-j9pcJZ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
10.2.6.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-04-28-j9pcJZ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

10.2.7 SIM10-06-05-48-474Bb4–CV

10.2.7.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.9 smallWorld 20 1 30 2

10.2.7.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,620 2,028,848 1,620 1,620 4,801 2,038,509

10.2.7.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,240 1,620 5,661

10.2.7.4 distribution of similarityEdgesByWeight

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

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

10.2.7.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 300,095 3,633,437 12.107622586181 No
existsSimilarity 300,095 3,625,061 12.0797114247155 No
similarityEdges 300,095 3,525,566 11.7481664139689 No
cycleSearch 913 65,971 72.2573932092004 Yes
getWorks 912 2,371 2.59978070175439 Yes
init 802 34,043 42.4476309226933 No
connectAllSimilar 94 3,636,923 38690.670212766 Yes
connect 89 177 1.98876404494382 Yes
searchAndConnect 9 631,655 70183.8888888889 Yes
Total 2,022 4,344,719

10.2.7.8 Found structures

10.2.7.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-05-48-474Bb4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
10.2.7.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-05-48-474Bb4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

10.2.8 SIM10-06-05-48-474Bb4–DV

10.2.8.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.9 smallWorld 20 1 30 2

10.2.8.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,620 2,028,533 1,620 1,620 4,801 2,038,194

10.2.8.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,240 1,620 5,661

10.2.8.4 distribution of similarityEdgesByWeight

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

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

10.2.8.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 6,308 1.31389293897105 No
addItemToWork 3,240 26,480 8.17283950617284 No
ownsWork 1,620 13,115 8.09567901234568 No
individualCycleSearch 933 21 0.022508038585209 Yes
init 803 31,721 39.5031133250311 No
searchAndConnect 792 32,215,023 40675.5340909091 Yes
getWorksItems 38 69 1.81578947368421 Yes
getWorks 22 145,831 6628.68181818182 No
cycleSearch 21 476,158 22674.1904761905 Yes
Total 1,798 33,172,303

10.2.8.8 Found structures

10.2.8.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-05-48-474Bb4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
10.2.8.8.2 Paths

Number of paths found: 11

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-05-48-474Bb4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

10.3 Scatterplots of experiment