Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | feat: use transposition table in negamax | eug-vs | 2023-01-25 | -2/+10 |
* | feat: incrementally update zobrist hash | eug-vs | 2023-01-25 | -9/+38 |
* | feat: compute zobrist hash of the position | eug-vs | 2023-01-25 | -3/+46 |
* | feat: implement separate mobility counter | eug-vs | 2023-01-25 | -1/+112 |
* | feat: gather principal variation in negamax | eug-vs | 2023-01-24 | -1/+1 |
* | refactor: cleanup material advantage calculation | eug-vs | 2023-01-24 | -4/+7 |
* | refactor: abstract perft result into a structure | eug-vs | 2023-01-24 | -1/+1 |
* | refactor: separate engine into submodule | eug-vs | 2023-01-24 | -0/+700 |