Battlesnake combined

Iterative-deepening alpha-beta minimax bot · проверка качества и деплой · обновлено 2026-07-03 11:11:23 UTC

Игра: combined vs algo vs ml

ход 0

Production search timing

72.8 ms
среднее время хода
73.3 ms
p95
73.6 ms
максимум (лимит 500 мс)

Бюджет поиска: 70 мс на плотной 4-змейной доске (худший случай), запас до жёсткого лимита 500 мс остаётся на HTTP/сеть.

Edge cases

solo / cornered / low-health food-seekingpassed

combined vs algo · 30 games (cap 150 turns)

combined
13.3%
algo
3.3%
draw / timeout
83.3%
BotAvg moveP95 moveMax moveMoves
combined65.3 ms72.1 ms81.5 ms4330
algo0.0 ms0.1 ms1.7 ms4330

combined vs ml · 30 games (cap 150 turns)

combined
3.3%
ml
40.0%
draw / timeout
56.7%
BotAvg moveP95 moveMax moveMoves
combined67.0 ms72.1 ms78.0 ms3690
ml1.4 ms1.8 ms6.1 ms3690

combined vs algo vs ml · 30 games (cap 150 turns)

combined
16.7%
algo
30.0%
ml
0.0%
draw / timeout
53.3%
BotAvg moveP95 moveMax moveMoves
combined69.1 ms73.0 ms82.2 ms3489
algo0.0 ms0.1 ms0.6 ms3671
ml1.3 ms1.7 ms6.1 ms3642

Скачать

.bundle содержит все три ветки (algo, ml, combined) с полной историей — git clone repo-all-branches.bundle mybot && cd mybot && git remote add origin <твой GitHub URL> && git push -u origin --all