2 Experiment 1
800 agents simulation (repeating crashed one)
2.1 Experimental set up
Values | |
---|---|
experimentId | EXP09-04-04-11-kvIbMs |
agentNumbers | 800 |
maxDistances | 10 |
randomWorksNumberMultipliers | 2 |
similarityConnectThresholds | 0.9 |
chainLengths | 10 |
2.2 Descriptive analysis of each simulation
2.2.1 SIM09-04-04-11-QX3wao–CV
2.2.1.1 simulationParameters
agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
---|---|---|---|---|---|
800 | 0.9 | 10 | 1 | 10 | 2 |
2.2.1.2 allEdgesByLabel
edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
---|---|---|---|---|---|
1,610 | 2,007,454 | 1,610 | 1,610 | 4,801 | 2,017,085 |
2.2.1.3 allVerticesByType
vertices_agent | vertices_item | vertices_work | vertices_total |
---|---|---|---|
801 | 3,220 | 1,610 | 5,631 |
2.2.1.4 distribution of similarityEdgesByWeight
2.2.1.5 Degree distribution of item->similarity->item edges
2.2.1.6 Degree distribution of agent->knows->agent edges
2.2.1.7 Runing time by method
key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
---|---|---|---|---|
connectIfSimilar | 257,499 | 3,608,209 | 14.0125165534623 | No |
existsSimilarity | 257,499 | 3,599,639 | 13.979234870815 | No |
similarityEdges | 257,499 | 3,488,034 | 13.5458157119057 | No |
cycleSearch | 956 | 53,942 | 56.4246861924686 | Yes |
getWorks | 955 | 6,895 | 7.21989528795812 | Yes |
init | 802 | 201,392 | 251.112219451372 | No |
connectAllSimilar | 81 | 3,611,470 | 44586.049382716 | Yes |
connect | 72 | 216 | 3 | Yes |
searchAndConnect | 10 | 825,394 | 82539.4 | Yes |
Total | 2,079 | 4,507,057 |
2.2.1.8 Found structures
2.2.1.8.1 Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-04-04-11-QX3wao--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
2.2.1.8.2 Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-04-04-11-QX3wao--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
2.2.2 SIM09-04-04-11-QX3wao–DV
2.2.2.1 simulationParameters
agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
---|---|---|---|---|---|
800 | 0.9 | 10 | 1 | 10 | 2 |
2.2.2.2 allEdgesByLabel
edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
---|---|---|---|---|---|
1,610 | 2,007,284 | 1,610 | 1,610 | 4,801 | 2,016,915 |
2.2.2.3 allVerticesByType
vertices_agent | vertices_item | vertices_work | vertices_total |
---|---|---|---|
801 | 3,220 | 1,610 | 5,631 |
2.2.2.4 distribution of similarityEdgesByWeight
2.2.2.5 Degree distribution of item->similarity->item edges
2.2.2.6 Degree distribution of agent->knows->agent edges
2.2.2.7 Runing time by method
key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
---|---|---|---|---|
knowsAgent | 4,801 | 10,493 | 2.18558633617996 | No |
addItemToWork | 3,220 | 47,540 | 14.7639751552795 | No |
ownsWork | 1,610 | 22,568 | 14.0173913043478 | No |
individualCycleSearch | 960 | 62 | 0.0645833333333333 | Yes |
init | 803 | 194,078 | 241.691158156912 | No |
searchAndConnect | 791 | 44,226,828 | 55912.5512010114 | Yes |
getWorksItems | 18 | 54 | 3 | Yes |
getWorks | 6 | 131,917 | 21986.1666666667 | No |
cycleSearch | 5 | 234,176 | 46835.2 | Yes |
Total | 1,779 | 44,533,858 |
2.2.2.8 Found structures
2.2.2.8.1 Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-04-04-11-QX3wao--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
2.2.2.8.2 Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM09-04-04-11-QX3wao--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}