@bdelab/jscat - v5.3.2
    Preparing search index...

    Interface EarlyStoppingInput

    Interface for input parameters to EarlyStopping classes.

    interface EarlyStoppingInput {
        logicalOperation?: "and" | "or" | "only" | "AND" | "OR" | "ONLY";
    }

    Hierarchy (View Summary)

    Index

    Properties

    logicalOperation?: "and" | "or" | "only" | "AND" | "OR" | "ONLY"

    The logical operation to use to evaluate multiple stopping conditions