11 Experiment 10
11.1 Experimental set up
Values | |
---|---|
experimentId | EXP08-11-12-54-LgXUNA |
agentNumbers | 100, 200, 400, 800 |
maxDistances | 5, 10 |
randomWorksNumberMultipliers | 1, 2 |
chainLengths | 10, 20 |
11.2 Descriptive analysis of each simulation
11.2.1 SIM08-11-12-54-ykmwIK–CV
11.2.1.1 simulationParameters
agentNumber | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
---|---|---|---|---|
100 | 10 | 0.95 | 5 | 1 |
11.2.1.2 Degree distribution of agent->knows->agent edges
11.2.1.3 Runing time by method
key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
---|---|---|---|---|
connectIfSimilar | 24,090 | 50,782 | 2.10801162308012 | No |
existsSimilarity | 24,090 | 50,108 | 2.08003320880033 | No |
similarityEdges | 24,090 | 48,835 | 2.0271897052719 | No |
connectAllSimilar | 220 | 51,070 | 232.136363636364 | Yes |
init | 102 | 3,336 | 32.7058823529412 | No |
connect | 58 | 96 | 1.6551724137931 | Yes |
individualCycleSearch | 11 | 1 | 0.0909090909090909 | Yes |
cycleSearch | 7 | 2,135 | 305 | Yes |
getWorks | 6 | 15 | 2.5 | Yes |
Total | 307 | 53,494 |
11.2.1.4 Found structures
11.2.1.4.1 Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM08-11-12-54-ykmwIK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
11.2.1.4.2 Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM08-11-12-54-ykmwIK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
11.2.2 SIM08-11-12-54-ykmwIK–DV
11.2.2.1 simulationParameters
agentNumber | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
---|---|---|---|---|
100 | 10 | 0.95 | 5 | 1 |
11.2.2.2 Degree distribution of agent->knows->agent edges
11.2.2.3 Runing time by method
key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
---|---|---|---|---|
knowsAgent | 601 | 1,343 | 2.23460898502496 | No |
addItemToWork | 220 | 4,865 | 22.1136363636364 | No |
ownsWork | 110 | 1,144 | 10.4 | No |
init | 103 | 10,575 | 102.669902912621 | No |
searchAndConnect | 101 | 58,168 | 575.920792079208 | Yes |
getWorksItems | 18 | 38 | 2.11111111111111 | Yes |
individualCycleSearch | 11 | 4 | 0.363636363636364 | Yes |
getWorks | 7 | 376 | 53.7142857142857 | No |
cycleSearch | 6 | 2,485 | 414.166666666667 | Yes |
Total | 141 | 60,865 |
11.2.2.4 Found structures
11.2.2.4.1 Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM08-11-12-54-ykmwIK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
11.2.2.4.2 Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM08-11-12-54-ykmwIK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}