Contents page | Winboard setup | Command line parameters | Commands reference | Licence and Warranty


Commands Reference: Settings Commands

autod - Toggle auto display of board.
ext - Show/Set extension values.
hash - Show/Set hash table size (in mega-bytes).
loadeval - Load evaluation settings [default="glc.eval"].
noise - Set noise level for thinking posts.
null - Toggle null move pruning in search.
saveeval - Save evaluation settings [default="glc.eval"].
setresign - Show/Set the resign score to use (set to 0 to disable resigning).
showpvh - Toggle display of hash key values in PV.
showpvq - Toggle display of quiesence moves in PV.


The autod command

Summary

The autod command toggles the autodisplaying of the current position after each move.

Format

  autod


The ext command

Summary

The ext command allows the user to view or set the extension values used in the search. A value of 0 will swich the corresponding extension off. It is probably not a good idea to set any extension value higher than 1. The values are accurate only to 1/8 of a ply.

If you use this command with no parameters, it reports the current extension settings. Otherwise, you must supply 4 numbers, one for each of the extensions. The numbers are real values.

Format

  ext [chk recap pp 1rep]

Examples

  ext
  ext 0 0 0 0
  ext 0.5 0.5 0.5 0.5
  ext 1 0 0 0


The hash command

Summary

The hash command is used to see or to set the current hash size in mega-bytes. For (slightly) more information, see the -hash command line parameter.

Format

  hash [hash-MB]

Examples

  hash
  hash 6
  hash 24
  hash 1


The loadeval command

Summary

Green Light has the ability to load and save most of it's static evaluation constants. The loadeval command is used to load the constants from a file on disk. If you don't specify a file name to load from, the name "glcXXX.eval" will be used (where XXX stands for the version of Green Light Chess being used.) See also the saveeval command.

Format

  loade[val] [file-name]

Examples

  loadeval
  loadeval my-evaluation-file.eval


The noise command

Summary

The noise command is used to set the number of nodes that have to be searched before any thinking reports will be produced. It defaults to 5000 nodes. When running under WinBoard this gets set to 0 nodes.

Format

  noi[se] noise-level

Examples

  noise 0
  noise 50000
  noise 1000000


The null command

Summary

The null command can be used to switch off null move pruning. This can be useful to see whether a position is affected by Zugzwang.

Format

  null


The saveeval command

Summary

Green Light has the ability to load and save most of it's static evaluation constants. The saveeval command is used to save these constants to a file on disk (this file is a simple text file which you can view and edit using Notepad.) If you don't specify a file name to save to, the name "glcXXX.eval" will be used (where XXX stands for the version of Green Light Chess being used.) See also the loadeval command.

Format

  savee[val] [file-name]

Examples

  saveeval
  saveeval my-evaluation-file.eval


The setresign command

Summary

The setresign command is used to view or set the current resign level. If the command is used without a parameter, the current resign level is displayed. Set the resign level to 0 to disable resigning. Otherwise the value is the resign score in pawns. The default value is 6.5.

Format

  setr[esign] [resign-score-in-pawns]

Examples

  setresign
  setresign 0
  setresign 8


The showpvh command

Summary

The showpvh command toggles display of hash key values in PV

Format

  showpvh


The showpvq command

Summary

The showpvq command toggles display of quiesence moves in PV

Format

  showpvq

Send e-mail to chess@7sun.com.
Page last updated by Tim Foden on the 17th March 2003.