Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
correct the paramter settings
  • Loading branch information
root committed Jan 5, 2020
1 parent 8c38ad3 commit 5d6569d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions algos.yaml
Expand Up @@ -560,7 +560,8 @@ bit:
# When @args is a dictionary, algorithm instances will be generated
# by taking the Cartesian product of all of its values.
arg-groups:
- {"tuneK": 10, "desiredRecall": [0.01]}
- {"tuneK": 10, "desiredRecall": [0.999, 0.997, 0.995, 0.99, 0.97, 0.95, 0.9, 0.85, 0.8,
0.7, 0.6, 0.5, 0.4, 0.3, 0.2, 0.1, 0.05, 0.02, 0.01]}
- False
Datasketch:
disabled: false
Expand Down Expand Up @@ -619,6 +620,11 @@ bit:
constructor: NmslibReuseIndex
base-args: ["@metric", "sw-graph"]
run-groups:
NN-96:
arg-groups:
- {"NN": 96}
- False
query-args: [[800, 400, 200, 100, 50, 30, 20, 15, 10, 5, 1]]
NN-48:
arg-groups:
- {"NN": 48}
Expand Down Expand Up @@ -674,8 +680,8 @@ bit:
base-args: ["@metric", "Byte", 1.0]
run-groups:
onng:
args: [[1000], [100], [120]]
query-args: [[2.0]]
args: [[100, 300, 500, 1000], [10, 30, 50, 100], [10, 30, 50, 120]]
query-args: [[0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0]]
Panng(Ngt):
disabled: false
docker-tag: ann-benchmarks-ngt
Expand All @@ -685,8 +691,8 @@ bit:
base-args: ["@metric", "Byte"]
run-groups:
panng:
args: [[40], [40], [120]]
query-args: [[2.2]]
args: [[10, 20, 40], [40], [30, 60, 120]]
query-args: [[0.05, 0.1, 0.2, 0.4, 0.6, 0.8, 0.9, 0.95, 1.0, 1.02, 1.05, 1.1, 1.2, 1.5, 2.0]]
Risc:
disabled: false
docker-tag: ann-benchmarks-risc
Expand Down

0 comments on commit 5d6569d

Please sign in to comment.