Member Junction
    Preparing search index...
    • Sort proposed experiments by ascending Priority (1 first), stable on original order for ties. Does not mutate the input.

      Parameters

      • experiments: {
            AlgorithmName: string;
            FeatureSet: string[];
            Hyperparameters?: Record<string, unknown>;
            Label: string;
            Priority: number;
            Rationale: string;
        }[]

        the experiments to order

      Returns {
          AlgorithmName: string;
          FeatureSet: string[];
          Hyperparameters?: Record<string, unknown>;
          Label: string;
          Priority: number;
          Rationale: string;
      }[]