nexus-agents - v2.80.0
    Preparing search index...

    Interface PathScoringOptions

    Options for scoring a path.

    interface PathScoringOptions {
        confidenceWeight: number;
        qualityWeight: number;
        coherenceWeight: number;
        depthPenalty: number;
        conclusionBonus: number;
    }
    Index

    Properties

    confidenceWeight: number

    Weight for confidence in scoring

    qualityWeight: number

    Weight for quality in scoring

    coherenceWeight: number

    Weight for coherence in scoring

    depthPenalty: number

    Penalty per depth level

    conclusionBonus: number

    Bonus for reaching conclusion