Skip to content

Commit e7e6092

Browse files
committed
PartitionTreeBuilder.build_divide: default to random-greedy-128 super_optimize
1 parent 3db6186 commit e7e6092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cotengra/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4367,7 +4367,7 @@ def build_divide(
43674367
parts=2,
43684368
parts_decay=0.5,
43694369
sub_optimize="greedy",
4370-
super_optimize="auto-hq",
4370+
super_optimize="random-greedy-128",
43714371
check=False,
43724372
seed=None,
43734373
**partition_opts,

0 commit comments

Comments
 (0)