dd-trace
    Preparing search index...

    Type Alias ExperimentEvaluator

    ExperimentEvaluator: (
        input: JSONType,
        output: JSONType,
        expectedOutput: JSONType,
    ) => JSONType | Promise<JSONType>

    Scores a single task output. The return type selects the metric: boolean -> boolean, number -> score, string -> categorical, anything else -> json.

    Type Declaration