Skip to content

Commit

Permalink
increase max iters
Browse files Browse the repository at this point in the history
Signed-off-by: jinsolp <jinsolp@nvidia.com>
  • Loading branch information
jinsolp committed Feb 14, 2025
1 parent 4bd9535 commit 4f42569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/neighbors/ann_nn_descent.cu
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class AnnNNDescentBatchTest : public ::testing::TestWithParam<AnnNNDescentBatchI
index_params.metric = ps.metric;
index_params.graph_degree = ps.graph_degree;
index_params.intermediate_graph_degree = 2 * ps.graph_degree;
index_params.max_iterations = 20;
index_params.max_iterations = 100;
index_params.return_distances = true;
index_params.n_clusters = ps.recall_cluster.second;

Expand Down

0 comments on commit 4f42569

Please sign in to comment.