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

    Interface BestSolution

    The best solution found by the forest.

    interface BestSolution {
        treeId: string;
        path: readonly string[];
        conclusionNode: ReasoningNode;
        confidence: number;
        qualityScore: number;
        combinedScore: number;
    }
    Index

    Properties

    treeId: string

    Tree that produced the solution

    path: readonly string[]

    Path to the solution

    conclusionNode: ReasoningNode

    Solution node

    confidence: number

    Overall confidence

    qualityScore: number

    Overall quality score

    combinedScore: number

    Combined score