Skip to content

Commit f12e23d

Browse files
committed
extend the second placement search to reduce likelihood deduction
1 parent 38a405c commit f12e23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/tools.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,8 @@ cmaple::Params::Params() {
575575
threshold_prob = 1e-8;
576576
mutation_update_period = 25;
577577
min_taxa_parallel_placement = 1000;
578-
num_samples_per_thread = 5;
579-
upward_search_extension = 3;
578+
num_samples_per_thread = 3;
579+
upward_search_extension = 5;
580580
failure_limit_sample = 5;
581581
failure_limit_subtree = 4;
582582
failure_limit_subtree_short_search = 1;

0 commit comments

Comments
 (0)