Skip to content

CEX: search one admitted Binance replay with the shared MCTS kernel #402

Description

@proerror77

Parent

#205

What to build

Adapt the existing alpha-harness candidate search to the shared UCT/MCTS kernel for one admitted Binance time-series replay. Candidate generation, selection, and backpropagation must use training evidence only. After selection, run the existing held-out evaluator once and emit one research result receipt that binds the selected candidate, snapshot, search, evaluation, and checkpoint identities.

Acceptance criteria

  • The adapter reuses hft-search-kernel and does not introduce a second MCTS implementation or modify the Polymarket evaluator.
  • Search budget, stopping conditions, candidate identity, and deterministic tie-breaking are explicit and bound into the result evidence.
  • Durable checkpoints bind the snapshot, search, evaluation, and candidate-space identities; a mismatched or stale checkpoint is rejected.
  • Held-out rows and metrics are unavailable to candidate generation, selection, and backpropagation, and held-out evaluation runs only for the selected candidate.
  • One bounded research-only run can resume from a valid checkpoint and emits a typed receipt with training evidence and the selected candidate held-out evidence.
  • Focused counterexample tests prove held-out non-backpropagation and stale snapshot, protocol, or checkpoint rejection.

Blocked by

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    ready-for-agentFully specified and safe for an autonomous agent

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions