mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-18 00:41:05 +02: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.