-
Notifications
You must be signed in to change notification settings - Fork 62
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
Counting the number of cuts #787
Comments
This depends on the graph structure. If you have a linear policy graph, then yes. Otherwise, no.
Why do you want to know this? Note that we have a number of different "types" of cuts: single-cut, multi-cut, risk-set cuts, etc. |
Thanks for your answer. I’m asking because a reviewer wants details about my model, and they ask for the number of cuts. I thought there was a built in function to find that information but I guess there is not ? my model is a linear tree graph, with only single cuts I think. |
Just tell them the number of iterations. |
Ok great, thanks for your help. |
Hi,
I was wondering if it was possible to know the number of cuts added to a specific policy.
I guess the number of cuts is approximately equal to the number of iterations in the training phase, but I think it's not exactly equal since some cuts can be deleted (as far as I understood)
So, how can one know the exact number of cuts in a given policy?
Thanks a lot
Ange
The text was updated successfully, but these errors were encountered: