Commit 731b402
authored
Merge pull request #2941 to tweak SIDT tree generation
iter_item_cap now passed to make_tree_nodes even if cascade algorithm isn't used
tree generation was taking forever because grp.get_extensions has found bond formation extensions that match all the training reactions in the node and are flagged to be further expanded, which explodes the amount of extensions to be evaluated. I see that this issue was addressed in commit b6ae40d, where an iter_item cap will force it to give up the split if it runs into this issue but only when the cascade algorithm is used.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3294 | 3294 | | |
3295 | 3295 | | |
3296 | 3296 | | |
3297 | | - | |
| 3297 | + | |
3298 | 3298 | | |
3299 | 3299 | | |
3300 | 3300 | | |
| |||
0 commit comments