Saltar al contenido

PRIOR

Construir un tablero desde cero, resolviendo los empates según la posición habitual de las piezas en los buenos tableros ya conocidos. Alcanza una puntuación alta sin ningún tablero de partida que copiar.

por Raphaël Anjou

experimentosolucionadormedidoestancado460/480aristas emparejadasBuild boards upLearned guidanceActualizado 2026-07-21
Reproducirestocástico — no se reproduce exactamente; el tablero es verificablerevalida un tablero guardadoPresupuesto: not logged (exploratory run, not the standardized single-core bench)
Pipeline
  1. 1
    productor beamaún sin documentar

    Build a board from empty, cell by cell, breaking ties by the learned prior

    aporta: Positional corpus prior: a 256×256 count of where each piece sits in strong boards

  2. 2
    refinamientoaún sin documentar

    A short local-refinement tail lifts the mid-450s construction to the committed 460

Complejidad
Tiempo
prior build O(B·256) over B corpus boards; beam construction O(W·256·|moves|)
Espacio
256×256 count matrix (65,536 ints); rotation-aware variant 1024×256 (262,144)

The prior is a single pass over the corpus; the construction cost is the beam search it biases, plus an optional local-refinement tail.

Hardware y ejecución
Ejecución nativaSolo CPU
Núcleos
8
RAM
16 GiB
GPU
0
CPU
Apple M1
Máquina
MacBook (Apple M1, 8 cores)
Presupuesto
not logged (exploratory run, not the standardized single-core bench)
Inicio
stochastic; see the run's repro command
Verificar el tablero guardado

estocástico — no se reproduce exactamente; el tablero es verificable

Esto verifica el tablero, no la búsqueda que lo produjo.

just research-record-boards
Código y datos en GitHub

Seguir explorando

Citado por

Fuente de la páginaVer como Markdown