List Question
20 TechQA 2024-03-31T14:54:11.310000Dots and Boxes with apha-beta pruning
25 views
Asked by MAG ic
Monte Carlo simulation - implementing the uct select function
98 views
Asked by Bojan Vukasovic
MCTS backpropagation with alpha-beta estimation
121 views
Asked by Oleg
Is it necessary to have an optimal action at node R to prune a branch in alpha beta pruning?
80 views
Asked by Kabir Thakur
Some logical error in alpha beta pruning function
63 views
Asked by Pratyush
Alpha-Beta Pruning Minimax Algorithm Not Providing Correct Optimal Move in Tic-Tac-Toe AI
58 views
Asked by Sean
why does this minimax algorithm output the same moves every time no matter what?
83 views
Asked by Hello
How to test implementation of alpha beta pruning?
94 views
Asked by Gwoodz
MiniMax Search with Alpha Beta Error with Timing of Resetting Board
48 views
Asked by tyl3366
Move Ordering Not Significantly Improving Minimax Efficiency
78 views
Asked by Jack Newport
Make Minimax return Move and Number
218 views
Asked by ImNotARobot
Python chess search function: pop from empty list
98 views
Asked by Boo Who
What is wrong with my transition table in my negamax implementation?
180 views
Asked by byte-this
Minimax algorithm for tic tac toe doesnt give optimal solution
123 views
Asked by Filip
Heuristic function for Pylos game
160 views
Asked by mog
How to get the size of tree in minimax Algorithm
308 views
Asked by Go GO
I'm getting an error in the loop on line 36 and 68, and I don't know why
42 views
Asked by Yash
Minimax algorithm still does play optimal moves in a tic-tac-toe game
258 views
Asked by Ivan-Mark Debono
chess - Is it possible to collect pv moves ending with checkmate, using triangular tables?
280 views
Asked by dakat