Function evaluateComparative
- evaluateComparative(    experiments:        | string[]        |-  ( ExperimentResults | Promise<ExperimentResults>- ) [],    options: EvaluateComparativeOptions,): Promise<ComparisonEvaluationResults>
 - Parameters- experiments: string[] | (ExperimentResults | Promise<ExperimentResults>)[]
- options: EvaluateComparativeOptions
 
- Returns Promise<ComparisonEvaluationResults>
Deprecated
Use
evaluateand pass two experiments as targets.