It's a bit sad that the comments are gone; we used to have comments that explain
the purpose of the arguments (that it's there for cost partitioning) and explain
the default. Can we add something like this back? (One problem is that it's not
really clear which place is the best place to document it -- heuristic or PDB.
Maybe an explanation in the code that actually computes the cost and a reference
to that in the heuristic?) Feel free to merge, but I'd like it a bit better with
the comment back in. As a general rule, it'd be good if arguments to public
methods were either self-explanatory or explained.
|