mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-18 05:44:22 +01:00
This commit defines a new heuristic WeightedCombAttachment that takes a set of sub-heuristics, and produces a final node score by querying the sub-heuristics and combining the scores from them according to their weights. This way it will look like a regular, single heuristic to the autopilot agemnt, but can be a more complex combination of several.