The current StandardNodeEstimator.estimate() is trying to calculate the average time a node will take for any outcome.
Shouldn't it be returning the time if it succeeds + punishment for when it fails?
It is (or should be). It returns pSuccess*tSuccess + pFailure*tFailure
Of course this is a simplification given that there are several different types of failure.
Ian.
_______________________________________________ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl
