Open noanti opened 7 years ago
The formula used for selecting the best leaf is len(x['urls']) * (max_reductions - x['reductions']) ** 2 It seems work well, but I can't understand why. Is it the best formula? How to proof? And how did you find this formula?
len(x['urls']) * (max_reductions - x['reductions']) ** 2
thank you :)
Same question, just curious about how the formula comes.
The formula used for selecting the best leaf is
len(x['urls']) * (max_reductions - x['reductions']) ** 2
It seems work well, but I can't understand why. Is it the best formula? How to proof? And how did you find this formula?thank you :)