forked from landrumb/big-ann-benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thread_8.yaml
57 lines (57 loc) · 1.75 KB
/
thread_8.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
random-xs:
ParDiskANN:
docker-tag: billion-scale-benchmark-parlayann-artifact
module: benchmark.algorithms.vamana
constructor: vamana
base-args: ["@metric"]
run-groups:
base:
args: |
[{"R":32, "L":64, "alpha":1.2, "two_pass":0,"T":8}]
query-args: |
[{"Ls":50}, {"Ls":100}]
msspacev-1M:
ParDiskANN:
docker-tag: billion-scale-benchmark-parlayann-artifact
module: benchmark.algorithms.vamana
constructor: vamana
base-args: ["@metric"]
run-groups:
base:
args: |
[{"R":64, "L":128, "alpha":1.2, "two_pass":0, "T":8}]
query-args: |
[{"Ls":100}]
ParHCNNG:
docker-tag: billion-scale-benchmark-parlayann-artifact
module: benchmark.algorithms.hcnng
constructor: hcnng
base-args: ["@metric"]
run-groups:
base:
args: |
[{"mst_deg":3, "num_clusters":50, "cluster_size":1000, "T":8}]
query-args: |
[{"Ls":100}]
ParPyNNDescent:
docker-tag: billion-scale-benchmark-parlayann-artifact
module: benchmark.algorithms.pynndescent
constructor: pynndescent
base-args: ["@metric"]
run-groups:
base:
args: |
[{"max_deg":60, "num_clusters":10, "cluster_size":1000, "alpha":1.2, "delta":0.05, "T":8}]
query-args: |
[{"Ls":100}]
ParHNSW:
docker-tag: billion-scale-benchmark-parlayann-artifact
module: benchmark.algorithms.hnsw
constructor: hnsw
base-args: ["@metric"]
run-groups:
base:
args: |
[{"m":32, "efc":128, "ml":0.36, "alpha":0.83, "T":8}]
query-args: |
[{"Ls":100}]