4 Experiment 3
agentNumbers=[800] : chainLengths=[5] : randomWorksNumberMultipliers=[1] : maxDistances=[30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.9] : graphTypes=[random, smallWorld]; finishing 800 agent simulations with 1 randomWork after crash…
4.1 Experimental set up
| Values | |
|---|---|
| experimentId | EXP10-03-11-06-mTThJr |
| agentNumbers | 800 |
| maxDistances | 30 |
| randomWorksNumberMultipliers | 1 |
| similarityConnectThresholds | 0.9 |
| graphTypes | random, smallWorld |
| chainLengths | 5 |
4.2 Descriptive analysis of each simulation
4.2.1 SIM10-03-11-06-BfYuFj–CV
4.2.1.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 800 | 0.9 | random | 5 | 1 | 30 | 1 |
4.2.1.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 805 | 501,058 | 805 | 805 | 800 | 504,273 |
4.2.1.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 |
4.2.1.4 distribution of similarityEdgesByWeight

4.2.1.5 Degree distribution of item->similarity->item edges

4.2.1.6 Degree distribution of agent->knows->agent edges

4.2.1.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
|---|---|---|---|---|
| connectIfSimilar | 481,795 | 3,604,926 | 7.48228188337363 | No |
| existsSimilarity | 481,795 | 3,592,466 | 7.45642026172957 | No |
| similarityEdges | 481,795 | 3,511,198 | 7.28774271214936 | No |
| init | 803 | 113,166 | 140.92901618929 | No |
| connectAllSimilar | 334 | 3,610,451 | 10809.7335329341 | Yes |
| connect | 194 | 398 | 2.05154639175258 | Yes |
| searchAndConnect | 164 | 1,578,193 | 9623.12804878049 | Yes |
| cycleSearch | 64 | 19,915 | 311.171875 | Yes |
| getWorks | 64 | 27,945 | 436.640625 | Yes |
| Total | 825 | 5,239,905 |
4.2.1.8 Found structures
4.2.1.8.1 Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-03-11-06-BfYuFj--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
4.2.1.8.2 Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-03-11-06-BfYuFj--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
4.2.2 SIM10-03-11-06-BfYuFj–DV
4.2.2.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 800 | 0.9 | random | 5 | 1 | 30 | 1 |
4.2.2.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 805 | 500,670 | 805 | 805 | 800 | 503,885 |
4.2.2.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 |
4.2.2.4 distribution of similarityEdgesByWeight

4.2.2.5 Degree distribution of item->similarity->item edges

4.2.2.6 Degree distribution of agent->knows->agent edges

4.2.2.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
|---|---|---|---|---|
| addItemToWork | 1,610 | 21,413 | 13.3 | No |
| ownsWork | 805 | 10,023 | 12.4509316770186 | No |
| init | 803 | 77,523 | 96.5417185554172 | No |
| knowsAgent | 800 | 2,117 | 2.64625 | No |
| searchAndConnect | 637 | 4,503,402 | 7069.70486656201 | Yes |
| individualCycleSearch | 70 | 15 | 0.214285714285714 | Yes |
| getWorksItems | 8 | 36 | 4.5 | Yes |
| cycleSearch | 7 | 45,443 | 6491.85714285714 | Yes |
| getWorks | 7 | 25,675 | 3667.85714285714 | No |
| Total | 727 | 4,559,405 |
4.2.2.8 Found structures
4.2.2.8.1 Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-03-11-06-BfYuFj--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
4.2.2.8.2 Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-03-11-06-BfYuFj--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
4.2.3 SIM10-04-12-11-FYAr6e–CV
4.2.3.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 800 | 0.9 | smallWorld | 5 | 1 | 30 | 1 |
4.2.3.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 805 | 498,352 | 805 | 805 | 4,801 | 505,568 |
4.2.3.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 |
4.2.3.4 distribution of similarityEdgesByWeight

4.2.3.5 Degree distribution of item->similarity->item edges

4.2.3.6 Degree distribution of agent->knows->agent edges

4.2.3.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
|---|---|---|---|---|
| connectIfSimilar | 483,070 | 3,599,023 | 7.45031361914422 | No |
| existsSimilarity | 483,070 | 3,586,601 | 7.42459891941127 | No |
| similarityEdges | 483,070 | 3,503,005 | 7.25154739478751 | No |
| init | 802 | 23,566 | 29.3840399002494 | No |
| connectAllSimilar | 335 | 3,604,692 | 10760.2746268657 | Yes |
| connect | 175 | 432 | 2.46857142857143 | Yes |
| cycleSearch | 40 | 594 | 14.85 | Yes |
| getWorks | 40 | 93 | 2.325 | Yes |
| Total | 596 | 3,610,651 |
4.2.3.8 Found structures
4.2.3.8.1 Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-04-12-11-FYAr6e--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
4.2.3.8.2 Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-04-12-11-FYAr6e--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
4.2.4 SIM10-04-12-11-FYAr6e–DV
4.2.4.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier |
|---|---|---|---|---|---|---|
| 800 | 0.9 | smallWorld | 5 | 1 | 30 | 1 |
4.2.4.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total |
|---|---|---|---|---|---|
| 805 | 498,002 | 805 | 805 | 4,801 | 505,218 |
4.2.4.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total |
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 |
4.2.4.4 distribution of similarityEdgesByWeight

4.2.4.5 Degree distribution of item->similarity->item edges

4.2.4.6 Degree distribution of agent->knows->agent edges

4.2.4.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal |
|---|---|---|---|---|
| knowsAgent | 4,801 | 7,207 | 1.50114559466778 | No |
| addItemToWork | 1,610 | 14,886 | 9.24596273291925 | No |
| ownsWork | 805 | 10,457 | 12.9900621118012 | No |
| init | 803 | 30,657 | 38.1780821917808 | No |
| searchAndConnect | 801 | 6,025,099 | 7521.97128589263 | Yes |
| individualCycleSearch | 157 | 4 | 0.0254777070063694 | Yes |
| cycleSearch | 118 | 21,332 | 180.779661016949 | Yes |
| getWorks | 118 | 10,965 | 92.9237288135593 | No |
| Total | 1,172 | 6,071,310 |
4.2.4.8 Found structures
4.2.4.8.1 Cycles
Number of cycles found: 47
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-04-12-11-FYAr6e--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
4.2.4.8.2 Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-04-12-11-FYAr6e--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
4.3 Scatterplots of experiment












EXP10-04-01-28-KKABTK