home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / Arasan / arasan61.exe / F3148_arasan.rc < prev    next >
Encoding:
Text File  |  2002-10-30  |  4.2 KB  |  124 lines

  1. # Arasan runtime configuration file
  2. #
  3. # True to keep a log file, false for no logging. 
  4. log.enabled=true
  5. #
  6. # Location of the log file. The default is "arasan.log", kept in the
  7. # same directory as the Arasan executable. Note: under Linux, the
  8. # directory must have write permission.
  9. #log.pathname= 
  10. #
  11. # True to store all games played to a file (in PGN format).
  12. store_games=true
  13. #
  14. # If set, game_pathname is the full path to the file in which games
  15. # are stored. If not set, games are stored to "games.pgn" in the
  16. # same directory where arasanx is located. Note: under Linux, the
  17. # directory must have write permission.
  18. #game_pathname=
  19. #
  20. # Book moves must occur with a minimum frequency to be used, unless
  21. # they are part of a "basic" book. Set the frequency value here.
  22. book.minFrequency=5
  23. #
  24. # Book selectivity. 0 means any eligible move can be selected (will
  25. # still eliminate moves with no wins or draws, and very infrequent
  26. # moves). 100 means select only the best move. 
  27. book.selectivity=50
  28. #
  29. # Book random option. Values:
  30. # 0 = Arasan will use frequency and win/loss information when 
  31. # selecting a book move.
  32. # 1 = Arasan will select randomly among available moves, ignoring
  33. # the selectivity and minFrequency settings. But: moves with zero
  34. # weight or that only lead to losses will still not be played.
  35. # 2 = Arasan will select randomly among available book moves,
  36. # including even those with zero weight or only losing games.
  37. book.random=0
  38. #
  39. # Learning
  40. #
  41. # true to enable book learning based on score out of book, false to disable
  42. learning.score_learning=true
  43. #
  44. # Number of moves out of book at which learning occurs:
  45. learning.score_learning.horizon=5
  46. #
  47. # Score threshold at which learning occurs (in units of 1 Pawn=100)
  48. learning.score_learning.threshold=33
  49. #
  50. # Minimum search depth for score learning
  51. learning.score_learning.minDepth=7
  52. #
  53. # True to enable use of book learning info based on game results
  54. learning.result_learning=true
  55. #
  56. # True to enable storage & use of position values, false to disable
  57. learning.position_learning=true
  58. #
  59. # Position learning threshold (in units of 1 Pawn=100)
  60. learning.position_learning.threshold=50
  61. #
  62. # Minimum depth for position learning
  63. learning.position_learning.minDepth=7
  64. #
  65. # Search parameters
  66. #
  67. # Killer moves to store/use (default=2, valid values=0, 1, 2)
  68. # This is an advanced option; changing it is not recommended.
  69. search.num_killers=2
  70. #
  71. # Null move depth reduction (default=2)
  72. # This is an advanced option; changing it is not recommended.
  73. search.null_depth_reduction=2
  74. #
  75. # True to enable recapture extensions, false to disable
  76. # This is an advanced option; changing it is not recommended.
  77. search.extensions.recapture=true
  78. #
  79. # True to enable capture extensions, false to disable
  80. # This is an advanced option; changing it is not recommended.
  81. search.extensions.capture=true
  82. #
  83. # True to enable forced reply extensions, false to disable
  84. # This is an advanced option; changing it is not recommended.
  85. search.extensions.forced=true
  86. #
  87. # True to enable check extensions, false to disable
  88. # This is an advanced option; changing it is not recommended.
  89. search.extensions.check=true
  90. #
  91. # True to enable pawn push extensions, false to disable
  92. # This is an advanced option; changing it is not recommended.
  93. search.extensions.pawn=true
  94. #
  95. # True to enable extensions if threat detected after a null move, false to disable
  96. # This is an advanced option; changing it is not recommended.
  97. search.extensions.threat=true
  98. #
  99. # True to use the history heuristic for move ordering, false to disable
  100. # This is an advanced option; changing it is not recommended.
  101. search.use_history=true
  102. #
  103. # True to allow computer to resign, false if you want it to never resign
  104. search.can_resign=true
  105. #
  106. # Resignation threshold (units of 1 pawn=100).
  107. search.resign_threshold=-500
  108. #
  109. # Hash table size in kilobytes (can be overridden with -H)
  110. search.hash_table_size=8000
  111. #
  112. # Tablebase cache size in kilobytes.
  113. search.tb_cache_size=2048
  114. #
  115. # True to enable use of tablebases, false to disable
  116. search.use_tablebases=true
  117. #
  118. # Tablebase location. By default, this option is not set and 
  119. # the tablebases are assumed to be in a "TB" directory under the
  120. # directory where Arasan is installed
  121. # search.tablebase_location=
  122.  
  123.  
  124.