-
Notifications
You must be signed in to change notification settings - Fork 65
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
difference between cut_smart and cut_conservative #80
Comments
Sorry, this code is poorly documented. I'm going to commit a patch soon to clean this up. But most of these methods are different. Note the additional conditional inside the last nest in the case of |
Done - dae26e7 |
ops, thanks very much, I just misreaded that. |
btw, could you recommend have some other cut_smart strategies or related works to read? |
|
Pluto has two other heuristics namely |
thanks so much for the patient answer, I will read the paper and try some test as the way you said. |
Hello,
I'm just reading the code of pluto, and find that seems no difference between "cut_smart" and "cut_conservative", the code is as follows:
do somebody have some suggestion on some "smart" cut_smart strategys?
thanks very much
The text was updated successfully, but these errors were encountered: