6 Experiment 5

agentNumbers=[800] : chainLengths=[5, 10, 20] : randomWorksNumberMultipliers=[2] : maxDistances=[10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.9] : graphTypes=[random, smallWorld]; repeating after crash

6.1 Experimental set up

Values
experimentId EXP10-04-11-00-6NwhDL
agentNumbers 800
maxDistances 10, 30
randomWorksNumberMultipliers 2
similarityConnectThresholds 0.9
graphTypes random, smallWorld
chainLengths 5, 10, 20

6.2 Descriptive analysis of each simulation

6.2.1 SIM10-04-02-02-gZWHKN–CV

6.2.1.1 simulationParameters

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

6.2.1.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,605 1,986,468 1,605 1,605 4,801 1,996,084

6.2.1.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,210 1,605 5,616

6.2.1.4 distribution of similarityEdgesByWeight

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

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

6.2.1.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 259,817 3,601,435 13.8614293906865 No
existsSimilarity 259,817 3,593,718 13.8317277160463 No
similarityEdges 259,817 3,510,772 13.5124799378024 No
cycleSearch 848 36,596 43.1556603773585 Yes
getWorks 847 5,142 6.07083825265643 Yes
init 803 118,990 148.181818181818 No
connectAllSimilar 82 3,604,761 43960.5 Yes
connect 75 211 2.81333333333333 Yes
searchAndConnect 10 653,504 65350.4 Yes
Total 1,867 4,308,794

6.2.1.8 Found structures

6.2.1.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-04-02-02-gZWHKN--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.1.8.2 Paths

Number of paths found: 0

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

6.2.2 SIM10-04-02-02-gZWHKN–DV

6.2.2.1 simulationParameters

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

6.2.2.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,605 1,985,889 1,605 1,605 4,801 1,995,505

6.2.2.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,210 1,605 5,616

6.2.2.4 distribution of similarityEdgesByWeight

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

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

6.2.2.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 7,628 1.58883565923766 No
addItemToWork 3,210 28,308 8.81869158878505 No
ownsWork 1,605 13,194 8.22056074766355 No
individualCycleSearch 852 18 0.0211267605633803 Yes
init 803 101,167 125.986301369863 No
searchAndConnect 791 37,490,270 47396.0429835651 Yes
getWorksItems 8 23 2.875 Yes
getWorks 6 97,998 16333 No
cycleSearch 5 167,460 33492 Yes
Total 1,661 37,708,977

6.2.2.8 Found structures

6.2.2.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-04-02-02-gZWHKN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.2.8.2 Paths

Number of paths found: 0

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

6.2.3 SIM10-04-11-00-DImNmq–CV

6.2.3.1 simulationParameters

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

6.2.3.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,605 931,166 1,605 1,605 800 936,781

6.2.3.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,210 1,605 5,616

6.2.3.4 distribution of similarityEdgesByWeight

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

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

6.2.3.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 356,289 3,607,815 10.1260914594613 No
2 existsSimilarity 356,289 3,486,784 9.78639250720623 No
3 similarityEdges 356,289 3,407,730 9.56451083249834 No
4 connect 42,091 110,055 2.61469197690718 Yes
6 cycleSearch 3,600 24,990 6.94166666666667 Yes
7 getWorks 3,600 32,883 9.13416666666667 Yes
8 individualCycleSearch 3,600 139 0.0386111111111111 Yes
10 init 803 30,395 37.8518057285181 No
11 Total 60,091 188,413

6.2.3.8 Found structures

6.2.3.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-04-11-00-DImNmq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.3.8.2 Paths

Number of paths found: 3600

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

6.2.4 SIM10-04-11-00-DImNmq–DV

6.2.4.1 simulationParameters

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

6.2.4.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,605 846,984 1,605 1,605 800 852,599

6.2.4.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,210 1,605 5,616

6.2.4.4 distribution of similarityEdgesByWeight

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

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

6.2.4.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 97,076 26.9655555555556 Yes
3 getWorks 3,600 52,905 14.6958333333333 No
4 individualCycleSearch 3,600 190 0.0527777777777778 Yes
6 addItemToWork 3,210 52,374 16.3158878504673 No
7 ownsWork 1,605 24,183 15.0672897196262 No
8 init 803 32,777 40.8181818181818 No
9 searchAndConnect 801 8,728,894 10897.4956304619 Yes
10 knowsAgent 800 2,644 3.305 No
1 Total 15,201 8,918,960

6.2.4.8 Found structures

6.2.4.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-04-11-00-DImNmq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.4.8.2 Paths

Number of paths found: 3600

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

6.3 Scatterplots of experiment

EXP10-05-01-29-BHt6a5