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