| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
|
|
|
| |
But now with exact scores in table
|
| |
|
|
|
|
|
| |
This fixes the following test-case:
`echo 'position startpos\ngo\nstop' | cargo run --release`
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Huge performance boost!
|
| |
|
| |
|
| |
|
|
|
|
| |
TODO: figure out MTD(f) with TTable
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Will Result type be better?
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Skip move generation on ttable hit
- Perform selection sort *iteratively* when pulling items
- Fix killers probed from incorrect ply (still not ideal)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|