SpiceQA
Questions
Tags
Users
Badges
minimax
28 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
AI minimax algorithm to process a state reachable from root through multiple paths, of different lengths
user_3906668
0
•
asked Mar 19, 2021
1
2
128
minimax
artificial-intelligence
theory
graph-theory
algorithm
Implementing Iterative Deepening with minimax algorithm with alpha beta pruning PYTHON
user_15332762
0
•
asked Mar 5, 2021
2
1
1386
alpha-beta-pruning
minimax
chess
python
What is the difference between Minimax and Negamax?
user_14996453
0
•
asked Jan 16, 2021
3
1
2628
negamax
minimax
C++ Tic tac toe minimax
user_14816483
0
•
asked Dec 13, 2020
2
1
307
minimax
c++
3x3 Tic-Tac-Toe in C using Minimax
user_4080322
0
•
asked Dec 9, 2020
2
2
413
minimax
tic-tac-toe
c
Solving TicTacToe with minimax algorithm in Javascript
user_14657472
0
•
asked Nov 17, 2020
2
1
955
minimax
tic-tac-toe
algorithm
javascript
my tic tac toe game tells me I am winning when it is a tie
user_14400868
0
•
asked Oct 6, 2020
3
1
57
minimax
python
How to implement a transposition table for connect 4?
user_13752604
0
•
asked Jun 15, 2020
5
1
1058
iterative-deepening
minimax
artificial-intelligence
hashtable
python
Minimax algorithm for Tictactoe in Python
user_13244341
0
•
asked Apr 7, 2020
5
3
6977
minimax
artificial-intelligence
algorithm
python
How to improve performance using Transposition Table in Game Playing?
user_7947689
0
•
asked Oct 12, 2019
5
1
528
iterative-deepening
alpha-beta-pruning
minimax
artificial-intelligence
hashtable
Prev
Prev
1
2
(current)
3
Next
Next
Hot Questions