3 Experiment 2
agentNumbers=[400] : chainLengths=[5] : randomWorksNumberMultipliers=[2] : maxDistances=[5, 10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.9] : graphTypes=[random, smallWorld]; Rerunning from the place where crashed;
3.1 Experimental set up
| Values | |
|---|---|
| experimentId | EXP09-30-10-25-HycEjd |
| agentNumbers | 400 |
| maxDistances | 5, 10, 30 |
| randomWorksNumberMultipliers | 2 |
| similarityConnectThresholds | 0.9 |
| graphTypes | random, smallWorld |
| chainLengths | 5 |
3.2 Descriptive analysis of each simulation
3.2.1 SIM09-30-02-38-BhYigA–CV
3.2.1.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 5 | 1 | 10 | 2 |
3.2.1.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 805 | 348,074 | 805 | 805 | 400 | 350,889 |
3.2.1.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 |
3.2.1.4 Degree distribution of item->similarity->item edges

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

3.2.1.6 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 170,995 | 3,620,726 | 21.1744553934326 | No |
| 2 | existsSimilarity | 170,995 | 3,401,198 | 19.8906283809468 | No |
| 3 | similarityEdges | 170,995 | 3,371,130 | 19.7147869820755 | No |
| 4 | connect | 11,235 | 214,598 | 19.1008455718736 | Yes |
| 6 | cycleSearch | 3,600 | 196,234 | 54.5094444444444 | Yes |
| 7 | getWorks | 3,600 | 346,925 | 96.3680555555556 | Yes |
| 8 | individualCycleSearch | 3,600 | 85 | 0.0236111111111111 | Yes |
| 10 | init | 403 | 41,380 | 102.679900744417 | No |
| 11 | Total | 29,235 | 923,491 |
3.2.1.7 Found structures
3.2.1.7.1 Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-02-38-BhYigA--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
3.2.1.7.2 Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-02-38-BhYigA--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
3.2.2 SIM09-30-02-38-BhYigA–DV
3.2.2.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 5 | 1 | 10 | 2 |
3.2.2.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 805 | 325,604 | 805 | 805 | 400 | 328,419 |
3.2.2.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 |
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 | 259,445 | 72.0680555555556 | Yes |
| 3 | getWorks | 3,600 | 355,271 | 98.6863888888889 | No |
| 4 | individualCycleSearch | 3,600 | 72 | 0.02 | Yes |
| 6 | addItemToWork | 1,610 | 62,879 | 39.0552795031056 | No |
| 7 | ownsWork | 805 | 25,735 | 31.9689440993789 | No |
| 8 | init | 403 | 47,490 | 117.841191066998 | No |
| 9 | searchAndConnect | 401 | 8,980,866 | 22396.174563591 | Yes |
| 10 | knowsAgent | 400 | 12,218 | 30.545 | No |
| 1 | Total | 14,801 | 9,428,352 |
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": "SIM09-30-02-38-BhYigA--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": "SIM09-30-02-38-BhYigA--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
3.2.3 SIM09-30-05-40-ccAtZ8–CV
3.2.3.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 5 | 1 | 10 | 2 |
3.2.3.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 805 | 504,658 | 805 | 805 | 2,401 | 509,474 |
3.2.3.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 |
3.2.3.4 Degree distribution of item->similarity->item edges

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

3.2.3.6 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
|---|---|---|---|---|
| connectIfSimilar | 133,195 | 3,619,597 | 27.175171740681 | No |
| existsSimilarity | 133,195 | 3,614,752 | 27.1387965013702 | No |
| similarityEdges | 133,195 | 3,586,848 | 26.9292991478659 | No |
| cycleSearch | 455 | 22,874 | 50.2725274725275 | Yes |
| getWorks | 454 | 4,643 | 10.226872246696 | Yes |
| init | 403 | 48,433 | 120.181141439206 | No |
| connect | 92 | 1,204 | 13.0869565217391 | Yes |
| connectAllSimilar | 85 | 3,621,145 | 42601.7058823529 | Yes |
| Total | 1,092 | 3,672,144 |
3.2.3.7 Found structures
3.2.3.7.1 Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-05-40-ccAtZ8--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
3.2.3.7.2 Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-05-40-ccAtZ8--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
3.2.4 SIM09-30-05-40-ccAtZ8–DV
3.2.4.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 5 | 1 | 10 | 2 |
3.2.4.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 805 | 504,474 | 805 | 805 | 2,401 | 509,290 |
3.2.4.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 |
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 | 2,401 | 13,416 | 5.58767180341524 | No |
| addItemToWork | 1,610 | 59,325 | 36.8478260869565 | No |
| ownsWork | 805 | 21,726 | 26.9888198757764 | No |
| individualCycleSearch | 554 | 11 | 0.01985559566787 | Yes |
| init | 403 | 49,075 | 121.774193548387 | No |
| searchAndConnect | 401 | 19,563,714 | 48787.3167082294 | Yes |
| getWorks | 101 | 32,649 | 323.257425742574 | No |
| cycleSearch | 100 | 7,777 | 77.77 | Yes |
| Total | 1,211 | 19,596,030 |
3.2.4.8 Found structures
3.2.4.8.1 Cycles
Number of cycles found: 78
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-05-40-ccAtZ8--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
3.2.4.8.2 Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-05-40-ccAtZ8--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
3.2.5 SIM09-30-06-52-WfRwwA–CV
3.2.5.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 5 | 1 | 30 | 2 |
3.2.5.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 805 | 504,270 | 805 | 805 | 400 | 507,085 |
3.2.5.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 |
3.2.5.4 Degree distribution of item->similarity->item edges

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

3.2.5.6 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
|---|---|---|---|---|
| connectIfSimilar | 149,904 | 3,610,425 | 24.0849143451809 | No |
| existsSimilarity | 149,904 | 3,603,789 | 24.0406460134486 | No |
| similarityEdges | 149,904 | 3,571,978 | 23.8284368662611 | No |
| init | 403 | 92,306 | 229.047146401985 | No |
| cycleSearch | 366 | 29,064 | 79.4098360655738 | Yes |
| getWorks | 365 | 7,110 | 19.4794520547945 | Yes |
| connectAllSimilar | 96 | 3,612,213 | 37627.21875 | Yes |
| connect | 93 | 2,358 | 25.3548387096774 | Yes |
| searchAndConnect | 10 | 525,004 | 52500.4 | Yes |
| Total | 935 | 4,185,394 |
3.2.5.7 Found structures
3.2.5.7.1 Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-06-52-WfRwwA--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
3.2.5.7.2 Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-06-52-WfRwwA--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
3.2.6 SIM09-30-06-52-WfRwwA–DV
3.2.6.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 5 | 1 | 30 | 2 |
3.2.6.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 805 | 504,084 | 805 | 805 | 400 | 506,899 |
3.2.6.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 |
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 | 56,886 | 35.3329192546584 | No |
| ownsWork | 805 | 28,988 | 36.0099378881988 | No |
| init | 403 | 88,168 | 218.779156327543 | No |
| knowsAgent | 400 | 10,287 | 25.7175 | No |
| searchAndConnect | 391 | 16,781,882 | 42920.4143222506 | Yes |
| individualCycleSearch | 372 | 3 | 0.00806451612903226 | Yes |
| getWorks | 8 | 56,843 | 7105.375 | No |
| getWorksItems | 8 | 14 | 1.75 | Yes |
| cycleSearch | 7 | 225,408 | 32201.1428571429 | Yes |
| Total | 783 | 17,224,776 |
3.2.6.8 Found structures
3.2.6.8.1 Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-06-52-WfRwwA--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
3.2.6.8.2 Paths
Number of paths found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-06-52-WfRwwA--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
3.2.7 SIM09-30-08-04-ApLNfs–CV
3.2.7.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 5 | 1 | 30 | 2 |
3.2.7.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 805 | 506,604 | 805 | 805 | 2,401 | 511,420 |
3.2.7.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 |
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 | 148,390 | 3,630,284 | 24.4644787384595 | No |
| existsSimilarity | 148,390 | 3,624,591 | 24.4261136195161 | No |
| similarityEdges | 148,390 | 3,592,893 | 24.2125008423748 | No |
| init | 402 | 42,530 | 105.796019900498 | No |
| cycleSearch | 389 | 29,958 | 77.012853470437 | Yes |
| getWorks | 388 | 7,405 | 19.0850515463918 | Yes |
| connectAllSimilar | 95 | 3,631,982 | 38231.3894736842 | Yes |
| connect | 79 | 1,492 | 18.8860759493671 | Yes |
| searchAndConnect | 9 | 587,282 | 65253.5555555556 | Yes |
| Total | 965 | 4,270,133 |
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": "SIM09-30-08-04-ApLNfs--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": "SIM09-30-08-04-ApLNfs--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
3.2.8 SIM09-30-08-04-ApLNfs–DV
3.2.8.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 5 | 1 | 30 | 2 |
3.2.8.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 805 | 506,446 | 805 | 805 | 2,401 | 511,262 |
3.2.8.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 |
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 |
|---|---|---|---|---|
| knowsAgent | 2,401 | 16,241 | 6.76426488962932 | No |
| addItemToWork | 1,610 | 52,844 | 32.8223602484472 | No |
| ownsWork | 805 | 19,588 | 24.3329192546584 | No |
| init | 403 | 47,492 | 117.846153846154 | No |
| individualCycleSearch | 398 | 8 | 0.0201005025125628 | Yes |
| searchAndConnect | 392 | 17,380,152 | 44337.1224489796 | Yes |
| getWorks | 11 | 79,158 | 7196.18181818182 | No |
| cycleSearch | 10 | 193,474 | 19347.4 | Yes |
| getWorksItems | 8 | 26 | 3.25 | Yes |
| Total | 813 | 17,779,634 |
3.2.8.8 Found structures
3.2.8.8.1 Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-08-04-ApLNfs--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
3.2.8.8.2 Paths
Number of paths found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-08-04-ApLNfs--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
3.2.9 SIM09-30-01-27-S8JaIZ–CV
3.2.9.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 5 | 1 | 5 | 2 |
3.2.9.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 805 | 489,380 | 805 | 805 | 2,401 | 494,196 |
3.2.9.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 |
3.2.9.4 Degree distribution of item->similarity->item edges

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

3.2.9.6 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
|---|---|---|---|---|
| connectIfSimilar | 157,459 | 3,611,251 | 22.9345480410774 | No |
| existsSimilarity | 157,459 | 3,591,932 | 22.8118557846805 | No |
| similarityEdges | 157,459 | 3,559,356 | 22.6049701827142 | No |
| connect | 816 | 14,819 | 18.1605392156863 | Yes |
| init | 403 | 42,203 | 104.722084367246 | No |
| cycleSearch | 389 | 14,402 | 37.0231362467866 | Yes |
| getWorks | 388 | 2,901 | 7.47680412371134 | Yes |
| connectAllSimilar | 101 | 3,613,177 | 35774.0297029703 | Yes |
| Total | 1,700 | 3,664,729 |
3.2.9.7 Found structures
3.2.9.7.1 Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-01-27-S8JaIZ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
3.2.9.7.2 Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-01-27-S8JaIZ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
3.2.10 SIM09-30-01-27-S8JaIZ–DV
3.2.10.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 5 | 1 | 5 | 2 |
3.2.10.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 805 | 487,740 | 805 | 805 | 2,401 | 492,556 |
3.2.10.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 |
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 | 2,401 | 14,209 | 5.91795085381091 | No |
| addItemToWork | 1,610 | 52,486 | 32.6 | No |
| ownsWork | 805 | 26,907 | 33.4248447204969 | No |
| individualCycleSearch | 519 | 4 | 0.00770712909441233 | Yes |
| init | 403 | 48,937 | 121.4317617866 | No |
| searchAndConnect | 401 | 18,249,311 | 45509.5037406484 | Yes |
| getWorks | 132 | 29,668 | 224.757575757576 | No |
| cycleSearch | 131 | 8,159 | 62.2824427480916 | Yes |
| Total | 1,257 | 18,273,387 |
3.2.10.8 Found structures
3.2.10.8.1 Cycles
Number of cycles found: 103
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-01-27-S8JaIZ--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": "SIM09-30-01-27-S8JaIZ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
3.2.11 SIM09-30-10-25-Um7ZDB–CV
3.2.11.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 5 | 1 | 5 | 2 |
3.2.11.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 805 | 131,146 | 805 | 805 | 400 | 133,961 |
3.2.11.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 |
3.2.11.4 distribution of similarityEdgesByWeight

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

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

3.2.11.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 216,999 | 3,614,664 | 16.6575145507583 | No |
| 2 | existsSimilarity | 216,999 | 3,100,325 | 14.2872778215568 | No |
| 3 | similarityEdges | 216,999 | 3,073,799 | 14.1650376269015 | No |
| 4 | connect | 36,194 | 507,747 | 14.0284853843178 | Yes |
| 6 | cycleSearch | 3,600 | 104,630 | 29.0638888888889 | Yes |
| 7 | getWorks | 3,600 | 342,117 | 95.0325 | Yes |
| 8 | individualCycleSearch | 3,600 | 103 | 0.0286111111111111 | Yes |
| 10 | init | 403 | 48,654 | 120.72952853598 | No |
| 11 | Total | 54,194 | 989,371 |
3.2.11.8 Found structures
3.2.11.8.1 Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-10-25-Um7ZDB--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
3.2.11.8.2 Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-10-25-Um7ZDB--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
3.2.12 SIM09-30-10-25-Um7ZDB–DV
3.2.12.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 5 | 1 | 5 | 2 |
3.2.12.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 805 | 58,758 | 805 | 805 | 400 | 61,573 |
3.2.12.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 |
3.2.12.4 distribution of similarityEdgesByWeight

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

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

3.2.12.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 104,862 | 29.1283333333333 | Yes |
| 3 | getWorks | 3,600 | 344,080 | 95.5777777777778 | No |
| 4 | individualCycleSearch | 3,600 | 112 | 0.0311111111111111 | Yes |
| 6 | addItemToWork | 1,610 | 114,796 | 71.3018633540373 | No |
| 7 | ownsWork | 805 | 54,056 | 67.1503105590062 | No |
| 8 | init | 403 | 49,845 | 123.684863523573 | No |
| 9 | searchAndConnect | 401 | 1,317,553 | 3285.66832917706 | Yes |
| 10 | knowsAgent | 400 | 12,095 | 30.2375 | No |
| 1 | Total | 14,801 | 1,471,139 |
3.2.12.8 Found structures
3.2.12.8.1 Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-10-25-Um7ZDB--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
3.2.12.8.2 Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-30-10-25-Um7ZDB--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
3.3 Scatterplots of experiment












