Skip to content

Commit

Permalink
Change default JET balancer to greedy-balancer/nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSeemaier committed Aug 21, 2023
1 parent c295034 commit d459cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkaminpar/presets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Context create_default_context() {
.interpolate_c = false,
.use_abortion_threshold = true,
.abortion_threshold = 0.999,
.balancing_algorithm = RefinementAlgorithm::JET_BALANCER,
.balancing_algorithm = RefinementAlgorithm::GREEDY_NODE_BALANCER,
},
.jet_balancer =
{
Expand Down

0 comments on commit d459cab

Please sign in to comment.