Change the balancing algorithm
This patch changes the balancing algorithm to not iterate linearly over the instances (in a random, but fixed order), instead selecting at each step the best next move. This should allow a better score (most of the time), and usually also a shorter solution.
Loading
Please register or sign in to comment