We learned in the ODOT statewide model application that we could use an order of magnitude less balancer iterations, which cut runtime by 50%, and still achieve very similar results. We only changed the already exposed setting
MAX_BALANCE_ITERATIONS_SEQUENTIAL: 1000 in our tests. Long term, we may want to expose the additional settings in
balancer.py.