Skip to content

Commit

Permalink
initial callback adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
sadit committed Sep 18, 2024
1 parent 6b58c24 commit 0c821c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/searchgraph/context.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function SearchGraphContext(;
parallel_block=4Threads.nthreads(),
parallel_first_block=parallel_block,
logbase_callback=1.5,
starting_callback=8,
starting_callback=256,
knn = [KnnResult(16) for _ in 1:Threads.nthreads()],
beam = [KnnResult(16) for _ in 1:Threads.nthreads()],
sat = [KnnResult(16) for _ in 1:Threads.nthreads()],
Expand Down

0 comments on commit 0c821c5

Please sign in to comment.