Are there other formulations of the cost function that may be useful in certain scenarios or have interesting properties?
kckckc
Perhaps another way to determine when to stop splitting is to
1) set a maximum number of primitives in any leaf node
2) continue splitting as long as nPrimitives is greater than maxNPrimitives?
masoudc
@kckckc I think the exit condition is just hitting a primitive. I don't think the max helps.
Are there other formulations of the cost function that may be useful in certain scenarios or have interesting properties?