jubra97 / speedos

Approach to solve the task of the InformatiCup2021.
MIT License
1 stars 0 forks source link

Alpha-Beta-Search #14

Closed MaxDemmler closed 4 years ago

MaxDemmler commented 4 years ago

Implementing a minimax algorithm with alpha-beta pruning.

breinlni commented 4 years ago

Classic minmax does not work for N-Player games. Alternatives: