-
### Issue Type
Others
### Source
binary
### Secretflow Version
secretflow 1.9.2b0
### OS Platform and Distribution
Linux Ubuntu 20.04
### Python version
3.10
### Bazel ve…
-
For even/odd functions using the respective type of polynomial typically allows for much higher degree approximations. Would it be relatively easy to add the ability to generate a minimax polynomial w…
-
An important part of the minimax algorithm is a good evaluation function. How should we go about this? I reckon we should look at existing literature to devise a good weighted function, and then use s…
-
```
- Aggressive Brain
- Surprise Brain (takes one of Careful, Smart, Aggressive)
- Minimax Brain?
```
Original issue reported on code.google.com by `koolsjer...@gmail.com` on 15 Jan 2013 at 12:53
-
- [x] Implement Alpha-Beta pruning
- [x] measurements: boards expanded during search, internal nodes vs. leaf nodes, average search time per move, etc.
- [x] Calculate average savings for alpha-beta…
-
Write the bot that plays using the minimax algorithm variant called negamax. As this game can have multiple formats, it would be nice to implement the algorithm using hash tables, in order to save mem…
-
Right now, the AI that is implemented only goes through one layer, looking only at the computer's next possible moves, with a couple functions that evaluate the board. Implement a more complex AI tha…
-
Two players taking turns on one mouse to put down markers is tedious and inefficient. Creating a computer player to play against will be a better alternative.
Estimated Points: 500
-
Just thought it was noteworthy, since [your tutorial](http://neverstopbuilding.com/minimax) says it was updated 8 months ago that the Github code and what's in the tutorial have some noticeable differ…
-
Donner une valeur à un coup pour permettre d'effectuer un MiniMax.
Prendre en compte :
- les différents comportements selon le rôle
- la position (resistance + longueur chemin)
- une valeur pour …
oloar updated
7 years ago