8 Experiment 7

gentNumbers=[800] : chainLengths=[5] : randomWorksNumberMultipliers=[2] : maxDistances=[30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.9] : graphTypes=[random, smallWorld]; finishing 800 agent simulation with maxDistance=30 and chainLength=5 – after graph database restart, which stopped the repeated crashing (!)

8.1 Experimental set up

Values
experimentId EXP10-05-10-28-Z7PYyS
agentNumbers 800
maxDistances 30
randomWorksNumberMultipliers 2
similarityConnectThresholds 0.9
graphTypes random, smallWorld
chainLengths 5

8.2 Descriptive analysis of each simulation

8.2.1 SIM10-05-10-28-m5WEHR–CV

8.2.1.1 simulationParameters

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

8.2.1.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,605 2,001,674 1,605 1,605 800 2,007,289

8.2.1.3 allVerticesByType

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

8.2.1.4 distribution of similarityEdgesByWeight

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

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

8.2.1.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 297,275 3,611,582 12.1489597174334 No
existsSimilarity 297,275 3,602,810 12.1194516861492 No
similarityEdges 297,275 3,507,994 11.8005012194096 No
init 803 174,520 217.33499377335 No
cycleSearch 745 24,204 32.4885906040268 Yes
getWorks 745 3,534 4.74362416107383 Yes
connectAllSimilar 94 3,615,152 38459.0638297872 Yes
connect 91 215 2.36263736263736 Yes
searchAndConnect 10 602,019 60201.9 Yes
Total 1,690 4,253,265

8.2.1.8 Found structures

8.2.1.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-05-10-28-m5WEHR--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
8.2.1.8.2 Paths

Number of paths found: 0

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

8.2.2 SIM10-05-10-28-m5WEHR–DV

8.2.2.1 simulationParameters

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

8.2.2.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,605 2,001,483 1,605 1,605 800 2,007,098

8.2.2.3 allVerticesByType

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

8.2.2.4 distribution of similarityEdgesByWeight

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

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

8.2.2.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
addItemToWork 3,210 71,151 22.1654205607477 No
ownsWork 1,605 34,553 21.5283489096573 No
init 803 165,703 206.354919053549 No
knowsAgent 800 2,221 2.77625 No
searchAndConnect 791 34,289,421 43349.4576485461 Yes
individualCycleSearch 753 42 0.0557768924302789 Yes
cycleSearch 9 316,693 35188.1111111111 Yes
getWorks 9 183,034 20337.1111111111 No
getWorksItems 8 133 16.625 Yes
Total 1,567 34,862,888

8.2.2.8 Found structures

8.2.2.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-05-10-28-m5WEHR--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
8.2.2.8.2 Paths

Number of paths found: 3

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

8.2.3 SIM10-05-11-48-Hhw86S–CV

8.2.3.1 simulationParameters

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

8.2.3.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,605 1,998,814 1,605 1,605 4,801 2,008,430

8.2.3.3 allVerticesByType

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

8.2.3.4 distribution of similarityEdgesByWeight

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

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

8.2.3.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 294,159 3,604,152 12.2523941133877 No
existsSimilarity 294,159 3,595,800 12.2240013054165 No
similarityEdges 294,159 3,501,916 11.9048405794145 No
init 802 22,778 28.4014962593516 No
cycleSearch 601 9,969 16.5873544093178 Yes
getWorks 600 1,188 1.98 Yes
connectAllSimilar 93 3,607,656 38792 Yes
connect 83 163 1.96385542168675 Yes
Total 1,383 3,635,850

8.2.3.8 Found structures

8.2.3.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-05-11-48-Hhw86S--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
8.2.3.8.2 Paths

Number of paths found: 0

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

8.2.4 SIM10-05-11-48-Hhw86S–DV

8.2.4.1 simulationParameters

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

8.2.4.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,605 1,998,588 1,605 1,605 4,801 2,008,204

8.2.4.3 allVerticesByType

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

8.2.4.4 distribution of similarityEdgesByWeight

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

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

8.2.4.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 6,450 1.34347011039367 No
addItemToWork 3,210 26,572 8.27788161993769 No
ownsWork 1,605 13,003 8.10155763239875 No
individualCycleSearch 1,065 32 0.0300469483568075 Yes
init 803 29,223 36.3922789539228 No
searchAndConnect 801 38,033,912 47483.0362047441 Yes
getWorks 466 13,493 28.9549356223176 No
cycleSearch 465 12,898 27.7376344086022 Yes
Total 3,149 38,077,966

8.2.4.8 Found structures

8.2.4.8.1 Cycles

Number of cycles found: 409

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-05-11-48-Hhw86S--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
8.2.4.8.2 Paths

Number of paths found: 0

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

8.3 Scatterplots of experiment

EXP10-05-02-12-uUGIa6