diff --git a/algos.yaml b/algos.yaml index 23a708f..43beb47 100644 --- a/algos.yaml +++ b/algos.yaml @@ -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 @@ -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} @@ -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 @@ -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