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

    Interface IndependentSubset

    A subset of agents that vote independently of each other. Used in ISP (Independent Subset Partition) method.

    interface IndependentSubset {
        id: string;
        agentIds: readonly string[];
        independenceScore: number;
        observationCount: number;
    }
    Index

    Properties

    id: string

    Unique identifier for this subset

    agentIds: readonly string[]

    Agent IDs in this independent subset

    independenceScore: number

    Average internal independence score (lower = more independent)

    observationCount: number

    Number of observations supporting this grouping