autopilot: add TopCentrality to the available heuristics
This commit is contained in:
parent
8373b2ad20
commit
ccabad8607
@ -185,6 +185,7 @@ var (
|
|||||||
availableHeuristics = []AttachmentHeuristic{
|
availableHeuristics = []AttachmentHeuristic{
|
||||||
NewPrefAttachment(),
|
NewPrefAttachment(),
|
||||||
NewExternalScoreAttachment(),
|
NewExternalScoreAttachment(),
|
||||||
|
NewTopCentrality(),
|
||||||
}
|
}
|
||||||
|
|
||||||
// AvailableHeuristics is a map that holds the name of available
|
// AvailableHeuristics is a map that holds the name of available
|
||||||
|
Loading…
Reference in New Issue
Block a user