• Just looking around
    Posts: 12 from 2020/8/2
    Great! To test if it works, launch it from a Shell, then try to give to it the command "uci" (typed with the keyboard, followed by return). This type of output would appear on the console:

    ========================
    option name Contempt type spin default 24 min -100 max 100
    option name Analysis Contempt type combo default Off var Off var White var Black
    option name Threads type spin default 1 min 1 max 512
    option name Hash type spin default 16 min 1 max 33554432
    option name Clear Hash type button
    option name Ponder type check default false
    option name MultiPV type spin default 1 min 1 max 500
    option name Move Overhead type spin default 10 min 0 max 5000
    option name Slow Mover type spin default 100 min 10 max 1000
    option name nodestime type spin default 0 min 0 max 10000
    option name UCI_AnalyseMode type check default false
    option name UCI_Chess960 type check default false
    option name SyzygyPath type string default <empty>
    option name SyzygyProbeDepth type spin default 1 min 1 max 100
    option name Syzygy50MoveRule type check default true
    option name SyzygyProbeLimit type spin default 7 min 0 max 7
    option name SyzygyUseDTM type check default true
    option name BookFile type string default <empty>
    option name BookFile2 type string default <empty>
    option name BestBookMove type check default true
    option name BookDepth type spin default 255 min 1 max 255
    option name EvalFile type string default nn-62ef826d1a6d.nnue
    option name Use NNUE type combo default Hybrid var Hybrid var Pure var Classical
    option name LargePages type check default true
    uciok
    ========================

    Is this what happens (less or more)?
  • »04.04.21 - 21:01
    Profile