Skip to content

Commit

Permalink
Defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
asl committed Feb 12, 2022
1 parent 4240f49 commit 5bed4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assembler/src/projects/bin_refine/binning_refiner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct gcfg {
std::string file = "";
std::string tmpdir = "tmp";
unsigned libindex = -1u;
AssignStrategy assignment_strategy = AssignStrategy::MajorityLength;
AssignStrategy assignment_strategy = AssignStrategy::MaxLikelihood;
double eps = 1e-5;
unsigned niter = 5000;
double labeled_alpha = 0.6;
Expand All @@ -60,7 +60,7 @@ struct gcfg {
size_t length_threshold = 5000;
size_t distance_bound = 10000;
bool allow_multiple = false;
RefinerType refiner_type = RefinerType::Propagation;
RefinerType refiner_type = RefinerType::Correction;
bool bin_load = false;
bool debug = false;
bool bin_dist = false;
Expand Down

0 comments on commit 5bed4b9

Please sign in to comment.