Property CandidateMultiplier
- Namespace
- Qavren.Edge.VectorData
- Assembly
- Qavren.Edge.VectorData.dll
CandidateMultiplier
Each lane fetches (top + skip) * this, capped at MaxCandidateCount.
Fewer candidates per lane and a row that ranks 5th in one lane and 40th in the other never
enters the fusion at all - the failure mode RRF exists to avoid.
public int CandidateMultiplier { get; set; }