-
Notifications
You must be signed in to change notification settings - Fork 407
ProbabilisticScorer learning-from-probes interface #1385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We may want to expand this issue to implement a background prober, which would actively probe paths in |
Another behavior I'm observing with the new scorer (at least with the settings on latest git) - it sometimes gets really excited when it finds a path that works, and tends to strongly prefer things it is confident will work over things its unsure about. that's probably a great outcome during normal payments, cause it seems to often be correct, but when we build a first-class prober, we should definitely make sure the prober is forced to probe each available channel we have outbound capacity on, instead of getting stuck using one, should be easy to do, though, just filter the |
Oops, 1567 didn't actually end up adding any prober logic in the scorer, which was the point of this issue. |
This has been done for a while. |
While you can do it already, passing information about a successful probe into
ProbabilisticScorer
is somewhat confusing today - you have to do it by calling the payment-failed method with a bogus scid to "blame". We should just wrap that call in a util function and expose it officially.cc @jkczyz
The text was updated successfully, but these errors were encountered: