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?

I'm suggesting changing

174: estimate += pSuccess * tSuccess;
to
estimate += tSuccess;

_______________________________________________
Devl mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to