feat: Winner analysis calculations #12

Merged
remhelper merged 1 commits from feat/win-chance-eval into master 2026-02-06 17:12:08 +00:00
remhelper commented 2026-02-04 16:26:25 +00:00 (Migrated from github.com)

Implements a Connect 4 position evaluator that returns (RedWinChance, YellowWinChance, DrawChance) based on a near-perfect solver core (negamax + alpha-beta + transposition table) and a practical win% mapping with complexity adjustment.

Progress for #6.

Implements a Connect 4 position evaluator that returns (RedWinChance, YellowWinChance, DrawChance) based on a near-perfect solver core (negamax + alpha-beta + transposition table) and a practical win% mapping with complexity adjustment. Progress for #6.
Sign in to join this conversation.