Edit

Share via


ActivationRepartitionerOptions.AnchoringFilterEnabled Property

Definition

Gets or sets a value indicating whether to enable the local vertex filter. This filter tracks which vertices are well-partitioned (moving them from the local host would be detrimental) and collapses them into a single per-silo vertex to reduce the space required to track edges involving that vertex. The result is a reduction in accuracy but a potentially significant increase in effectiveness of the repartitioner, since well-partitioned edges will not dominate the top-K data structure, leaving sufficient room to track non-well-partitioned vertices. This is enabled by default.

public bool AnchoringFilterEnabled { get; set; }
member this.AnchoringFilterEnabled : bool with get, set
Public Property AnchoringFilterEnabled As Boolean

Property Value

Applies to