Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track Spits with Guillotine #30

Open
Maralai opened this issue Nov 19, 2019 · 2 comments
Open

Track Spits with Guillotine #30

Maralai opened this issue Nov 19, 2019 · 2 comments

Comments

@Maralai
Copy link

Maralai commented Nov 19, 2019

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?

@secnot
Copy link
Owner

secnot commented Nov 21, 2019

Sorry for the delay,

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

@Maralai
Copy link
Author

Maralai commented Nov 21, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants