gnu chess 9000行

2021/12/21 23:49:37

本文主要是介绍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?

继续整理中……



这篇关于gnu chess 9000行的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程