9 Experiment 8
agentNumbers=[800] : chainLengths=[10, 20] : randomWorksNumberMultipliers=[2] : maxDistances=[5, 10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.9] : graphTypes=[random, smallWorld] : message=[Rerunning 800 agent simulations with 2 randomWorksNumbers and 10,20 chainLenghts….]
9.1 Experimental set up
| Values | |
|---|---|
| experimentId | EXP10-05-02-12-uUGIa6 |
| agentNumbers | 800 |
| maxDistances | 5, 10, 30 |
| randomWorksNumberMultipliers | 2 |
| similarityConnectThresholds | 0.9 |
| graphTypes | random, smallWorld |
| chainLengths | 10, 20 |
9.2 Descriptive analysis of each simulation
9.2.1 SIM10-05-08-16-DMPbIh–CV
9.2.1.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 800 | 0.9 | random | 10 | 1 | 10 | 2 |
9.2.1.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 1,610 | 1,040,362 | 1,610 | 1,610 | 800 | 1,045,992 |
9.2.1.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 |
9.2.1.4 distribution of similarityEdgesByWeight

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

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

9.2.1.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 388,434 | 3,599,463 | 9.26660127589243 | No |
| 2 | existsSimilarity | 388,434 | 3,520,105 | 9.06229887188042 | No |
| 3 | similarityEdges | 388,434 | 3,435,117 | 8.84350237105918 | No |
| 4 | connect | 36,762 | 68,839 | 1.87255862031446 | Yes |
| 6 | cycleSearch | 3,600 | 24,801 | 6.88916666666667 | Yes |
| 7 | getWorks | 3,600 | 22,683 | 6.30083333333333 | Yes |
| 8 | individualCycleSearch | 3,600 | 161 | 0.0447222222222222 | Yes |
| 10 | init | 803 | 29,730 | 37.0236612702366 | No |
| 11 | Total | 54,762 | 142,467 |
9.2.1.8 Found structures
9.2.1.8.1 Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-05-08-16-DMPbIh--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
9.2.1.8.2 Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-05-08-16-DMPbIh--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
9.2.2 SIM10-05-08-16-DMPbIh–DV
9.2.2.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 800 | 0.9 | random | 10 | 1 | 10 | 2 |
9.2.2.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 1,610 | 966,838 | 1,610 | 1,610 | 800 | 972,468 |
9.2.2.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 |
9.2.2.4 distribution of similarityEdgesByWeight

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

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

9.2.2.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 110,165 | 30.6013888888889 | Yes |
| 3 | getWorks | 3,600 | 41,121 | 11.4225 | No |
| 4 | individualCycleSearch | 3,600 | 145 | 0.0402777777777778 | Yes |
| 6 | addItemToWork | 3,220 | 26,215 | 8.14130434782609 | No |
| 7 | ownsWork | 1,610 | 12,558 | 7.8 | No |
| 8 | init | 803 | 30,279 | 37.7073474470735 | No |
| 9 | searchAndConnect | 801 | 10,310,685 | 12872.265917603 | Yes |
| 10 | knowsAgent | 800 | 1,275 | 1.59375 | No |
| 1 | Total | 15,201 | 10,519,313 |
9.2.2.8 Found structures
9.2.2.8.1 Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-05-08-16-DMPbIh--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
9.2.2.8.2 Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-05-08-16-DMPbIh--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
9.2.3 SIM10-05-11-17-bMrN8Z–CV
9.2.3.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 800 | 0.9 | smallWorld | 10 | 1 | 10 | 2 |
9.2.3.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 1,610 | 1,994,470 | 1,610 | 1,610 | 4,801 | 2,004,101 |
9.2.3.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 |
9.2.3.4 distribution of similarityEdgesByWeight

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

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

9.2.3.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
|---|---|---|---|---|
| connectIfSimilar | 301,340 | 3,623,335 | 12.0240757947833 | No |
| existsSimilarity | 301,340 | 3,615,466 | 11.9979624344594 | No |
| similarityEdges | 301,340 | 3,521,885 | 11.6874128890954 | No |
| cycleSearch | 825 | 23,898 | 28.9672727272727 | Yes |
| getWorks | 824 | 1,634 | 1.98300970873786 | Yes |
| init | 803 | 32,541 | 40.5242839352428 | No |
| connectAllSimilar | 95 | 3,626,765 | 38176.4736842105 | Yes |
| connect | 69 | 139 | 2.01449275362319 | Yes |
| Total | 1,819 | 3,669,097 |
9.2.3.8 Found structures
9.2.3.8.1 Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-05-11-17-bMrN8Z--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
9.2.3.8.2 Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-05-11-17-bMrN8Z--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
9.2.4 SIM10-05-11-17-bMrN8Z–DV
9.2.4.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 800 | 0.9 | smallWorld | 10 | 1 | 10 | 2 |
9.2.4.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 1,610 | 1,994,304 | 1,610 | 1,610 | 4,801 | 2,003,935 |
9.2.4.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 |
9.2.4.4 distribution of similarityEdgesByWeight

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

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

9.2.4.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
|---|---|---|---|---|
| knowsAgent | 4,801 | 6,953 | 1.44823995001041 | No |
| addItemToWork | 3,220 | 26,619 | 8.2667701863354 | No |
| ownsWork | 1,610 | 13,379 | 8.30993788819876 | No |
| individualCycleSearch | 1,073 | 13 | 0.0121155638397018 | Yes |
| init | 803 | 30,309 | 37.7447073474471 | No |
| searchAndConnect | 801 | 38,198,317 | 47688.2858926342 | Yes |
| getWorks | 250 | 31,885 | 127.54 | No |
| cycleSearch | 249 | 12,131 | 48.718875502008 | Yes |
| Total | 2,567 | 38,242,230 |
9.2.4.8 Found structures
9.2.4.8.1 Cycles
Number of cycles found: 222
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-05-11-17-bMrN8Z--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
9.2.4.8.2 Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-05-11-17-bMrN8Z--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
9.2.5 SIM10-05-02-12-oRIoS6–CV
9.2.5.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 800 | 0.9 | random | 10 | 1 | 5 | 2 |
9.2.5.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 1,610 | 309,942 | 1,610 | 1,610 | 800 | 315,572 |
9.2.5.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 |
9.2.5.4 distribution of similarityEdgesByWeight

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

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

9.2.5.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 471,675 | 3,597,179 | 7.62639317326549 | No |
| 2 | existsSimilarity | 471,675 | 3,428,684 | 7.26916626914719 | No |
| 3 | similarityEdges | 471,675 | 3,346,022 | 7.09391424179785 | No |
| 4 | connect | 83,713 | 155,229 | 1.85429981006534 | Yes |
| 6 | cycleSearch | 3,599 | 22,234 | 6.17782717421506 | Yes |
| 7 | getWorks | 3,599 | 22,115 | 6.14476243400945 | Yes |
| 8 | individualCycleSearch | 3,599 | 196 | 0.054459572103362 | Yes |
| 10 | init | 803 | 28,798 | 35.8630136986301 | No |
| 11 | Total | 101,708 | 226,016 |
9.2.5.8 Found structures
9.2.5.8.1 Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-05-02-12-oRIoS6--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
9.2.5.8.2 Paths
Number of paths found: 3599
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-05-02-12-oRIoS6--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
9.2.6 SIM10-05-02-12-oRIoS6–DV
9.2.6.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 800 | 0.9 | random | 10 | 1 | 5 | 2 |
9.2.6.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 1,610 | 142,516 | 1,610 | 1,610 | 800 | 148,146 |
9.2.6.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 |
9.2.6.4 distribution of similarityEdgesByWeight

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

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

9.2.6.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,599 | 30,285 | 8.41483745484857 | Yes |
| 3 | getWorks | 3,599 | 24,443 | 6.79160878021673 | No |
| 4 | individualCycleSearch | 3,599 | 221 | 0.0614059460961378 | Yes |
| 6 | addItemToWork | 3,220 | 37,735 | 11.7189440993789 | No |
| 7 | ownsWork | 1,610 | 18,300 | 11.3664596273292 | No |
| 8 | init | 803 | 30,591 | 38.0958904109589 | No |
| 9 | searchAndConnect | 801 | 679,415 | 848.208489388265 | Yes |
| 10 | knowsAgent | 800 | 1,844 | 2.305 | No |
| 1 | Total | 15,197 | 745,116 |
9.2.6.8 Found structures
9.2.6.8.1 Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-05-02-12-oRIoS6--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
9.2.6.8.2 Paths
Number of paths found: 3599
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-05-02-12-oRIoS6--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
9.2.7 SIM10-05-05-13-n9ZqE8–CV
9.2.7.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 800 | 0.9 | smallWorld | 10 | 1 | 5 | 2 |
9.2.7.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 1,610 | 1,756,454 | 1,610 | 1,610 | 4,801 | 1,766,085 |
9.2.7.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 |
9.2.7.4 distribution of similarityEdgesByWeight

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

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

9.2.7.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 316,950 | 3,613,275 | 11.40014197823 | No |
| 2 | existsSimilarity | 316,950 | 3,590,517 | 11.3283388547089 | No |
| 3 | similarityEdges | 316,950 | 3,498,668 | 11.0385486669822 | No |
| 4 | connect | 7,537 | 14,323 | 1.90035823271859 | Yes |
| 6 | cycleSearch | 3,600 | 29,755 | 8.26527777777778 | Yes |
| 7 | getWorks | 3,600 | 21,934 | 6.09277777777778 | Yes |
| 8 | individualCycleSearch | 3,600 | 149 | 0.0413888888888889 | Yes |
| 10 | init | 803 | 29,660 | 36.9364881693649 | No |
| 11 | Total | 25,537 | 91,609 |
9.2.7.8 Found structures
9.2.7.8.1 Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-05-05-13-n9ZqE8--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
9.2.7.8.2 Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-05-05-13-n9ZqE8--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
9.2.8 SIM10-05-05-13-n9ZqE8–DV
9.2.8.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 800 | 0.9 | smallWorld | 10 | 1 | 5 | 2 |
9.2.8.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 1,610 | 1,741,380 | 1,610 | 1,610 | 4,801 | 1,751,011 |
9.2.8.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 |
9.2.8.4 distribution of similarityEdgesByWeight

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

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

9.2.8.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 4,801 | 6,399 | 1.33284732347428 | No |
| 3 | cycleSearch | 3,600 | 66,073 | 18.3536111111111 | Yes |
| 4 | getWorks | 3,600 | 54,924 | 15.2566666666667 | No |
| 5 | individualCycleSearch | 3,600 | 135 | 0.0375 | Yes |
| 7 | addItemToWork | 3,220 | 27,771 | 8.62453416149068 | No |
| 8 | ownsWork | 1,610 | 13,752 | 8.5416149068323 | No |
| 9 | init | 803 | 28,955 | 36.0585305105853 | No |
| 10 | searchAndConnect | 801 | 28,665,164 | 35786.7215980025 | Yes |
| 11 | Total | 15,201 | 28,791,666 |
9.2.8.8 Found structures
9.2.8.8.1 Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-05-05-13-n9ZqE8--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
9.2.8.8.2 Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-05-05-13-n9ZqE8--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
9.3 Scatterplots of experiment












EXP10-06-01-49-jZTN76