8 Experiment 7
8.1 Experimental set up
Values | |
---|---|
experimentId | EXP08-10-10-15-t7WP6v |
agentNumbers | 100, 200, 400, 800 |
maxDistances | 5, 10 |
randomWorksNumberMultipliers | 1, 2 |
similarityConnectThresholds | 0.85, 0.95 |
chainLengths | 10, 20 |
8.2 Descriptive analysis of each simulation
8.2.1 SIM08-10-10-15-26LQ2S–CV
8.2.1.1 simulationParameters
agentNumber | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | similarityConnectThreshold |
---|---|---|---|---|---|
100 | 10 | 0.95 | 5 | 1 | NA |
8.2.1.2 Degree distribution of agent->knows->agent edges
8.2.1.3 Runing time by method
key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
---|---|---|---|---|
connectIfSimilar | 24,090 | 69,488 | 2.88451639684516 | No |
existsSimilarity | 24,090 | 68,742 | 2.85354919053549 | No |
similarityEdges | 24,090 | 67,188 | 2.78904109589041 | No |
connectAllSimilar | 220 | 69,717 | 316.895454545455 | Yes |
init | 104 | 23,019 | 221.336538461538 | No |
connect | 86 | 221 | 2.56976744186047 | Yes |
individualCycleSearch | 12 | 1 | 0.0833333333333333 | Yes |
cycleSearch | 9 | 3,266 | 362.888888888889 | Yes |
getWorks | 8 | 20 | 2.5 | Yes |
Total | 340 | 73,396 |
8.2.1.4 Found structures
8.2.1.4.1 Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM08-10-10-15-26LQ2S--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
8.2.1.4.2 Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM08-10-10-15-26LQ2S--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
8.2.2 SIM08-10-10-15-26LQ2S–DV
8.2.2.1 simulationParameters
agentNumber | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | similarityConnectThreshold |
---|---|---|---|---|---|
100 | 10 | 0.95 | 5 | 1 | 0.85 |
8.2.2.2 Degree distribution of agent->knows->agent edges
8.2.2.3 Runing time by method
key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
---|---|---|---|---|
knowsAgent | 601 | 1,538 | 2.55906821963394 | No |
addItemToWork | 220 | 5,121 | 23.2772727272727 | No |
ownsWork | 110 | 2,228 | 20.2545454545455 | No |
init | 103 | 10,035 | 97.4271844660194 | No |
searchAndConnect | 101 | 68,078 | 674.039603960396 | Yes |
getWorksItems | 18 | 44 | 2.44444444444444 | Yes |
individualCycleSearch | 13 | 18 | 1.38461538461538 | Yes |
getWorks | 7 | 587 | 83.8571428571429 | No |
cycleSearch | 6 | 2,154 | 359 | Yes |
Total | 143 | 70,481 |
8.2.2.4 Found structures
8.2.2.4.1 Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM08-10-10-15-26LQ2S--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
8.2.2.4.2 Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM08-10-10-15-26LQ2S--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}