-
Hi,
First of all thank you for your work, this is great stuff.
I'd like to compare the performance of 2 agents in a series of 1 v 1 games. For example mc vs fl, I'd expect this would do it:
```
…
-
i have been trying to implement a simple evaluation into my chess bot and right now i have the search for the best move function return a integer of the highest evaluation possible from each move howe…
-
Add alpha beta pruning to the minimax algorithm to allow for greater search depths
-
## Context
Some context that might be very relevant to understanding my review, is that
I've actually worked with JavaScript using JSDoc and Typescript as helping
tools, using Node.js professiona…
-
I really thought I'd solved the endgame algorithm even if it was slow. This endgame does not solve:
```
macondo> endgame 10
plies 10, deepening true, simpleEval false, pruningDisabled false
…
-
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…
-
track change of tf
-
**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 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…