Improve workload calculation and splitting of tasks #27
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current workload (and splitting of it) is based on the blanks in the first row of the Sudoku puzzle. While this is an easy and quick solution, this leaves with a number of issue:
In short, this simple implementation works fine, but introduces issues later down the line.
Another approach would be:
The downsides of this approach are:
I will start a new branch to check if this can work, and what the benefits are.
This failed horribly. My PC was frozen for hours and hours until the program got killed. This was on the long running test. On the short running test, predictions were wack and all over the place, and it took 1 minute instead of ~15ish seconds. This endeavor was a waste of time. Easy to implement, but ultimately a waste.