-
Finding best move...
Traceback (most recent call last):
File "/Users/kasiaduszynska/Desktop/Szachy/src/run.py", line 4, in
main.mainloop()
File "/Users/kasiaduszynska/Desktop/Szachy/src/m…
-
Mini-max algorithm is a recursive or backtracking algorithm which is used in decision-making and game theory. It provides an optimal move for the player assuming that opponent is also playing optimall…
-
### Reason/inspiration (optional)
Minimax is a kind of backtracking algorithm that is used in decision making and game theory to find the optimal move for a player, assuming that your opponent also p…
-
If I wanted to import a .h5 how would I import it?
-
**Is your feature request related to a problem? Please describe.**
Minimax is a kind of backtracking algorithm that is used in decision making and game theory to find the optimal move for a player,…
-
i'm not into C++, but i can understand most of it .. i had trouble compiling the v3.2 source in Linux .. i found some code parts i could 'repair', but others not .. the code seems typically for Window…
-
Since a lot of people are working on tuning FPU at the moment and some people are exploring tweaks to the search algorithm I wanted to share a few areas of research I was looking over this evening, in…
-
I downloaded the project on 17 February at 16:53.
# Running & Playing
- I was able to download and run the project without any problems
- It was fun to play against your AI, it seems that the A…
-
I just look the last prob thing and i do what it tells me, seems like thats how to use it but i have to rerun it each times tho so idk if its normal anyway, fun if u wanna follow what the script is te…
-
Csid: b7e6r
name: Alex Nguyen
What did you work on this past iteration (2 weeks)?
Documented my code.
Finished AI feature and every components I have been assigned.
Fixed bugs with my team
P…