Member Junction
    Preparing search index...
    interface ConvergenceResult {
        converged: boolean;
        iterationsPerformed: number;
        reason: string;
        suggestions?: string[];
    }
    Index

    Properties

    converged: boolean
    iterationsPerformed: number
    reason: string
    suggestions?: string[]