Dev Builds » 20131117-0851

Use this dev build

NCM plays each Stockfish dev build 20,000 times against Stockfish 14. This yields an approximate Elo difference and establishes confidence in the strength of the dev builds.

Summary

Host Duration Avg Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo

Test Detail

ID Host Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo CLI PGN

Commit

Commit ID d9c7cad6302ddeff9f8a32a3fe66359c556a868e
Author Marco Costalba
Date 2013-11-17 08:51:04 UTC
Retire quietsSearched[] Use MovePicker moves[] to access already tried quiet moves. A bit of care shall be taken to avoid calling stage_moves() when we are still at ttMove stage, because moves are yet to be generated. Actually our staging move generation makes this code a bit more tricky than what I'd like, but removing an ausiliary redundant array like quietsSearched[] is a good thing. Idea by DiscoCheck bench: 9355734
Copyright 2011–2024 Next Chess Move LLC