sam-zlota / chess-engine

a chess engine built on the adversarial search minimax algorithm with alphabeta pruning that selects moves using a logistic regression model for Artificial Intelligence (CS 4100) final project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chess-engine

a chess engine built on the adversarial search minimax algorithm with alphabeta pruning that selects moves using a logistic regression model for Artificial Intelligence (CS 4100) final project

the agent will assess all moves at a given state and take the one that maximizes the probability of winning as calculated by the logistic regression model

About

a chess engine built on the adversarial search minimax algorithm with alphabeta pruning that selects moves using a logistic regression model for Artificial Intelligence (CS 4100) final project


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%