5 Experiment 4
agentNumbers=[800] : chainLengths=[5] : randomWorksNumberMultipliers=[2] : maxDistances=[30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.93] : graphTypes=[smallWorld] : message=[800 agents with similarityConnectThreshold 0.93 – finishing chainLenght=5 after crash]
5.1 Experimental set up
Values | |
---|---|
experimentId | EXP10-27-11-37-63u5gk |
agentNumbers | 800 |
maxDistances | 30 |
randomWorksNumberMultipliers | 2 |
similarityConnectThresholds | 0.93 |
graphTypes | smallWorld |
chainLengths | 5 |
5.2 Descriptive analysis of each simulation
5.2.1 SIM10-27-11-37-w3jX52–CV
5.2.1.1 simulationParameters
agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
---|---|---|---|---|---|---|
800 | 0.93 | smallWorld | 5 | 1 | 30 | 2 |
5.2.1.2 allEdgesByLabel
edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
---|---|---|---|---|---|
1,605 | 1,409,216 | 1,605 | 1,605 | 4,801 | 1,418,832 |
5.2.1.3 allVerticesByType
vertices_agent | vertices_item | vertices_work | vertices_total |
---|---|---|---|
801 | 3,210 | 1,605 | 5,616 |
5.2.1.4 distribution of similarityEdgesByWeight
5.2.1.5 Degree distribution of item->similarity->item edges
5.2.1.6 Degree distribution of agent->knows->agent edges
5.2.1.7 Runing time by method
key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
---|---|---|---|---|
connectIfSimilar | 396,459 | 3,612,610 | 9.11219066788747 | No |
existsSimilarity | 396,459 | 3,602,871 | 9.08762570656739 | No |
similarityEdges | 396,459 | 3,513,999 | 8.86346129107928 | No |
init | 802 | 188,302 | 234.790523690773 | No |
cycleSearch | 323 | 39,673 | 122.826625386997 | Yes |
getWorks | 323 | 43,696 | 135.28173374613 | Yes |
connectAllSimilar | 126 | 3,617,343 | 28709.0714285714 | Yes |
connect | 86 | 186 | 2.16279069767442 | Yes |
searchAndConnect | 71 | 2,280,034 | 32113.1549295775 | Yes |
Total | 934 | 5,987,214 |
5.2.1.8 Found structures
5.2.1.8.1 Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-27-11-37-w3jX52--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
5.2.1.8.2 Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-27-11-37-w3jX52--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
5.2.2 SIM10-27-11-37-w3jX52–DV
5.2.2.1 simulationParameters
agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
---|---|---|---|---|---|---|
800 | 0.93 | smallWorld | 5 | 1 | 30 | 2 |
5.2.2.2 allEdgesByLabel
edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
---|---|---|---|---|---|
1,605 | 1,409,037 | 1,605 | 1,605 | 4,801 | 1,418,653 |
5.2.2.3 allVerticesByType
vertices_agent | vertices_item | vertices_work | vertices_total |
---|---|---|---|
801 | 3,210 | 1,605 | 5,616 |
5.2.2.4 distribution of similarityEdgesByWeight
5.2.2.5 Degree distribution of item->similarity->item edges
5.2.2.6 Degree distribution of agent->knows->agent edges
5.2.2.7 Runing time by method
key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
---|---|---|---|---|
knowsAgent | 4,801 | 10,850 | 2.25994584461571 | No |
addItemToWork | 3,210 | 52,377 | 16.3168224299065 | No |
ownsWork | 1,605 | 25,618 | 15.9613707165109 | No |
init | 803 | 155,186 | 193.257783312578 | No |
searchAndConnect | 730 | 18,314,793 | 25088.7575342466 | Yes |
individualCycleSearch | 330 | 21 | 0.0636363636363636 | Yes |
cycleSearch | 8 | 171,271 | 21408.875 | Yes |
getWorks | 8 | 91,501 | 11437.625 | No |
getWorksItems | 8 | 57 | 7.125 | Yes |
Total | 1,081 | 18,597,844 |
5.2.2.8 Found structures
5.2.2.8.1 Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-27-11-37-w3jX52--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
5.2.2.8.2 Paths
Number of paths found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-27-11-37-w3jX52--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}