summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
H.G.Muller [Wed, 28 Dec 2016 13:59:58 +0000]
Add and initialize some more piece-square tables
The number of PST in increased to 9 pairs, and they are initialized
to be useful for various groups of pieces (e.g. Shogi generals).
H.G.Muller [Fri, 21 Oct 2016 12:57:36 +0000]
Implement randomizing
The first 10 half-moves are now randomized by adding a small random bonus
to each move in the root.
H.G.Muller [Fri, 21 Oct 2016 12:38:05 +0000]
Initial version of engine
Crazyhouse sort of works here.