7 Experiment 6
7.1 Experimental set up
Values | |
---|---|
experimentId | EXP08-10-01-33-JYSw5Z |
agentNumbers | 1000 |
maxDistances | 10 |
randomWorksNumberMultipliers | 2 |
chainLengths | 20 |
7.2 Descriptive analysis of each simulation
7.2.1 SIM08-10-01-33-niVTL7–CV
7.2.1.1 simulationParameters
agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
---|---|---|---|---|---|
1000 | 0.5 | 20 | 1 | 10 | 2 |
7.2.1.2 Degree distribution of agent->knows->agent edges
7.2.1.3 Runing time by method
key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
---|---|---|---|---|
connectIfSimilar | 212,689 | 3,619,153 | 17.0161738500816 | No |
existsSimilarity | 212,689 | 3,612,514 | 16.9849592597643 | No |
similarityEdges | 212,689 | 3,524,418 | 16.5707582432566 | No |
cycleSearch | 2,104 | 168,395 | 80.0356463878327 | Yes |
getWorks | 2,103 | 6,464 | 3.07370423204945 | Yes |
init | 1,002 | 30,929 | 30.8672654690619 | No |
connectAllSimilar | 53 | 3,621,513 | 68330.4339622642 | Yes |
connect | 45 | 91 | 2.02222222222222 | Yes |
Total | 4,311 | 3,826,229 |
7.2.1.4 Found structures
7.2.1.4.1 Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM08-10-01-33-niVTL7--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
7.2.1.4.2 Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM08-10-01-33-niVTL7--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
7.2.2 SIM08-10-01-33-niVTL7–DV
7.2.2.1 simulationParameters
agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
---|---|---|---|---|---|
1000 | 0.5 | 20 | 1 | 10 | 2 |
7.2.2.2 Degree distribution of agent->knows->agent edges
7.2.2.3 Runing time by method
key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
---|---|---|---|---|
knowsAgent | 6,001 | 11,347 | 1.89085152474588 | No |
addItemToWork | 4,040 | 49,028 | 12.1356435643564 | No |
individualCycleSearch | 2,271 | 108 | 0.047556142668428 | Yes |
ownsWork | 2,020 | 23,026 | 11.3990099009901 | No |
init | 1,003 | 38,497 | 38.3818544366899 | No |
searchAndConnect | 1,001 | 68,202,836 | 68134.7012987013 | Yes |
getWorks | 169 | 241,737 | 1430.39644970414 | No |
cycleSearch | 168 | 962,340 | 5728.21428571429 | Yes |
Total | 3,746 | 70,170,170 |
7.2.2.4 Found structures
7.2.2.4.1 Cycles
Number of cycles found: 138
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM08-10-01-33-niVTL7--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
7.2.2.4.2 Paths
Number of paths found: 15
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM08-10-01-33-niVTL7--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}