Cheese 1.5 is available :
http://cheesechess.free.fr/en/download.html
I changed the names of executables, now "pop" at the end of the file name means this is the version
using hardware popcount (the fastest).
Changes :
Code: Select all
- add staged move generation
- fix problems in move validation
- fix problem in draw evaluation
- fix problem in mate distance pruning
- fix possible crash in long games
- fix problem in null moves pruning
- change node counting method (+1 before making a legal move in search)
- change history heuristic array (piece/to)
- disable recapture extension
- use check evasion in the first ply of quiescence
- add evaluation tempo bonus
- adjust mate scores in hash table
- few optimizations
- windows : replace QueryPerformanceCounter() function by GetTickCount()
- use UCI parameters seldepth, lowerbound, upperbound
- perft now return only nodes count (old perft renamed "perftd")
Patrice.
