mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-17 13:06:14 +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. |
||
|---|---|---|
| .. | ||
| agent.go | ||
| agent_constraints.go | ||
| agent_constraints_test.go | ||
| agent_test.go | ||
| choice.go | ||
| choice_test.go | ||
| combinedattach.go | ||
| graph.go | ||
| interface.go | ||
| log.go | ||
| manager.go | ||
| prefattach.go | ||
| prefattach_test.go | ||