Interface InterferenceResult

interface InterferenceResult {
    retroactiveVictims: InterferenceVictim[];
    proactiveReduction: number;
}

Properties

retroactiveVictims: InterferenceVictim[]

Existing traces whose strength should be reduced (retroactive).

proactiveReduction: number

Amount to reduce new trace's strength by (proactive).