其他分享
首页 > 其他分享> > gnu chess 9000行

gnu chess 9000行

作者:互联网

D:\>wc -l *.cpp *.h
   313 boring.cpp
  8724 chess.cpp
    84 chess.h
  9121 total

D:\>a
chess? go depth 3
info depth 1
info depth 1 seldepth 1 score cp 26 nodes 2 pv b1a3
info depth 1 seldepth 1 score cp 54 nodes 3 pv b1c3
info depth 1 seldepth 1 nodes
info depth 2
info depth 2 seldepth 2 score cp 0 nodes 44 pv b1c3 b8c6
info depth 2 seldepth 2 nodes
info depth 3
info depth 3 seldepth 3 score cp 54 nodes 148 pv b1c3 b8c6 g1f3
info depth 3 seldepth 3 nodes
info nodes
info hashfull 0
bestmove b1c3 ponder b8c6
chess? uci
id name GNU Chess 6.2.9
id author GNU Chess team
option name Hash type spin default 16 min 4 max 1024
option name Ponder type check default false
option name OwnBook type check default true
option name BookFile type string default book_small.bin
option name NullMove Pruning type combo default Fail High var Always var Fail High var Never
option name NullMove Reduction type spin default 3 min 1 max 3
option name Verification Search type combo default Endgame var Always var Endgame var Never
option name Verification Reduction type spin default 5 min 1 max 6
option name History Pruning type check default true
option name History Threshold type spin default 60 min 0 max 100
option name Futility Pruning type check default false
option name Futility Margin type spin default 100 min 0 max 500
option name Delta Pruning type check default false
option name Delta Margin type spin default 50 min 0 max 500
option name Quiescence Check Plies type spin default 1 min 0 max 2
option name Material type spin default 100 min 0 max 400
option name Piece Activity type spin default 100 min 0 max 400
option name King Safety type spin default 100 min 0 max 400
option name Pawn Structure type spin default 100 min 0 max 400
option name Passed Pawns type spin default 100 min 0 max 400
uciok
chess?

继续整理中……

标签:info,option,gnu,default,spin,chess,9000,type,name
来源: https://www.cnblogs.com/funwithwords/p/15717671.html