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 4cc87ef commit bb5e44eCopy full SHA for bb5e44e
tree/tree.cpp
@@ -6197,12 +6197,12 @@ RealNumType cmaple::Tree::improveSubTree(const Index node_index,
6197
opt_mid_bottom_blength);
6198
6199
// validate the new placement cost
6200
- if (best_lh_diff < -1e50) {
+ /*if (best_lh_diff < -1e50) {
6201
throw std::logic_error(
6202
"Likelihood cost is very heavy, this might mean that the "
6203
"reference used is not the same used to generate the input "
6204
"MAPLE file");
6205
- }
+ }*/
6206
6207
if (best_lh_diff + thresh_placement_cost > best_lh && tree_search_type != FAST_TREE_SEARCH) {
6208
// check and apply SPR move
0 commit comments