We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a405c commit f12e23dCopy full SHA for f12e23d
utils/tools.cpp
@@ -575,8 +575,8 @@ cmaple::Params::Params() {
575
threshold_prob = 1e-8;
576
mutation_update_period = 25;
577
min_taxa_parallel_placement = 1000;
578
- num_samples_per_thread = 5;
579
- upward_search_extension = 3;
+ num_samples_per_thread = 3;
+ upward_search_extension = 5;
580
failure_limit_sample = 5;
581
failure_limit_subtree = 4;
582
failure_limit_subtree_short_search = 1;
0 commit comments