Skip to content

Commit

Permalink
Probabilistic channel scoring
Browse files Browse the repository at this point in the history
Add a Score implementation based on "Optimally Reliable & Cheap Payment
Flows on the Lightning Network" by Rene Pickhardt and Stefan Richter[1].
Given the uncertainty of channel liquidity balances, probability
distributions are defined based on knowledge learned from successful and
unsuccessful attempts. Then the negative log of the success probability
is used to determine the cost of routing a specific HTLC amount through
a channel.

[1]: https://arxiv.org/abs/2107.05322
  • Loading branch information
jkczyz committed Jan 6, 2022
1 parent 5c38792 commit fe5ee6c
Showing 1 changed file with 600 additions and 8 deletions.
Loading

0 comments on commit fe5ee6c

Please sign in to comment.