From ccabad86072ed01d0e901a571a3990581c435cfe Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Wed, 17 Jun 2020 19:13:08 +0200 Subject: [PATCH] autopilot: add TopCentrality to the available heuristics --- autopilot/interface.go | 1 + 1 file changed, 1 insertion(+) diff --git a/autopilot/interface.go b/autopilot/interface.go index 7efeba76..21c51c9f 100644 --- a/autopilot/interface.go +++ b/autopilot/interface.go @@ -185,6 +185,7 @@ var ( availableHeuristics = []AttachmentHeuristic{ NewPrefAttachment(), NewExternalScoreAttachment(), + NewTopCentrality(), } // AvailableHeuristics is a map that holds the name of available