Member Junction
    Preparing search index...

    Deterministic plan-order strategist: emits the next maxWaveSize remaining experiments, lowest Priority number first (1 = highest priority). Ties break by the experiment's original index so the order is stable. Ignores the leaderboard entirely — it is purely "work the plan, in waves."

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Choose the experiments for the next wave.

      Parameters

      • context: WaveStrategistContext

        the leaderboard + already-run experiments + remaining candidates + the plan, so the strategist can decide what to try next

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

      the experiments to run in the next wave (empty array ends the loop)