-
- [ ] Behavior tree?
- [ ] Attack ants: minimax
- [ ] Defend hills: enemy near hill
- [x] Explore: A*
- [x] Naming conventions
-
I have been trying to find some rational approximations, but I am running into cases where `ratfn_minimax` is not halting in a reasonable amount of time.
As a reduced example, computing a pade appr…
-
https://en.wikipedia.org/wiki/Minimax
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
By setting the first and last points in the extremum array to the start and end of the bound, the minimax polynomial will only be produced in cases where the maximum error in this region is the start …
-
Hi @simonbyrne , thanks for this package!
In trying this out, I've gotten really nice results for things like a polynomial approximation to `log1pexp`. But this `AssertionError` seems very common. …
-
```
Urbain sudjested viewing it as a tree.
Use the Minimax approach to view horizion similar to IBM with their chess AI.
Consider adding Minimax to the huristic pool
```
Original issue reported on …
-
![image](https://user-images.githubusercontent.com/14853314/225424818-0e103a17-8c7f-4f16-b992-65a1b6d6c3e4.png)
- [x] Minimax #15
- [x] alpha-beta #23
- [x] Negamax #24
- [x] #30
- [x] minim…
-
Hi,
I tested your code, which is wonderfully organized. But I have some problems while playing with the two agents.
The alpha-beta player (depth = 5) is always stepping forward, while minimax playe…
-
The RISC-V code size reduction group (https://github.com/riscv/riscv-code-size-reduction) has nearly completed their work. If/when this gets rolled into the accepted RISC-V specifications, Minimax ben…