You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guillotine doesn't keep track of the cuts, but you could modify Guillotine algorithm to record them every time _split_horizontal or _split_vertical is called
Perfect! I think I can pull that off. I would imagine that with that we could then try to minimize the number of times it splits. I think I generally understanding but have no practical experience to guide me on how to implement that optimization.
Is there a way to count splits and track them so the can be drawn? I am interested in optimizing fewer bins and fewer splits. Thoughts?
The text was updated successfully, but these errors were encountered: