Pharaon.ini
[HashTables]
SIZE_HT=32
; Size in MByte for the HashTables
; Default : 8
[HashPawns]
SIZE_HP=4
; Size in MByte for the HashPawns
; Possible values : 1, 2, 4, 8, 16, 32, 64
; Default : 2
[Display]
noise=5
; The minimal depth before displaying the evaluation of
; the program on the screen
K_BEST_MODE=1
; When analyzing a game under EPD2DIAG, a value of K_BEST_MODE >=2
; shows not only the best move, its eval and its PV (Principal variation)
; but also :
; the second best move (with eval and PV),
; the third best move (with eval and PV),
; ....
; the (K_BEST_MODE)th best move (with eval and PV)
; For instance, With K_BEST_MODE == 2, the best move and the 2nd best move will be displayed
; NB: a K_BEST_MODE >= 2 will slow down the program...
; Default : 1
[Search]
min_sd=2
; minimal search depth, the program must (at least) reach this depth
; even if it is out of time : Be careful !!
; Default : 2
max_sd=35
; maximum search depth, the program must not go to a superior
; depth, even if there is time remaining
; Default : 35
selectivite=15
; Maximum number of plies to add to the search depth
; Default : 25
USE_COMBINATION_EXTENSIONS=FALSE
; Enable some tactical extension to find combinations faster
; This option is only used in analyze mode or under EPD2DIAG .
; It will not be used while playing in actual games (even if this option is set to TRUE)
; Default : TRUE
USE_PVS_SEARCH=TRUE
; Use Principal Variation Search
; Default : TRUE
;Les optimisations suivantes ne sont pas fiables a 100%
USE_NULL_MOVE=TRUE
; Enables NULL_MOVE
; Default : TRUE
USE_MOINS1=TRUE
; Default : TRUE
[TableBase]
TBPATH=
./TB;C:\Tablebases;d:\Pharaon\tb;
; The list of directories where are the TableBase, separated by a ';'
; For instance: C:\CHESS\TB ; ./TB ; TB ; \\JUPITER\C\CHESS\TB ; etc...
; To disable tableBase, just let this option empty.
; The default value is an empty string,
; meaning that no tablebase will be used.
[MISC]
ENABLE_PONDERING=TRUE
; enable thinking on the opponent's time
; Default : TRUE
ENABLE_BOOK=TRUE
; Use the opening books (z_style.txt and z_book.bin)
; (another way to desable the opening books is with the command 'book off')
; Default : TRUE
ENABLE_LOG=FALSE
; We store all displayed info in a log file in the directory ./log
; Default : TRUE
ENABLE_LEARN_BIN=TRUE
; We store in the file 'z_learn.epd' the positions where Pharaon has blundered.
; Hopefully, Pharaon will not make exactly the same mistake again.
; Default : TRUE
[Evaluation]
DRAW_SCORE=0
; Contempt factor, in 1/100 of a pawn
; For exemple, if DRAW_SCORE is set to 200 (2 pawns),
; Pharaon will play for a draw even with a pawn up
OPPONENT_TYPE=0
; The type of the Pharaon opponent
; Can be:
; 0 : the opponent type is unknwown
; 1 : the opponent is a human (try to open the position !)
; 2 : the opponent is a computer
; Default : 0
ENABLE_RESIGN=TRUE
; Allow the program to resign in a hopeless position
; NB: Pharaon will not resign if its opponent is out of time
; Default : TRUE
ENABLE_DRAW_OFFER_WHEN_GAFFE=FALSE
; Offer a draw to the *human* opponent if he has made a blunder
; in a clearly better position
; Works only on the ICC/FICS
; Default : FALSE
[DEBUG]
TACTICAL_SETS=epd/combination/ecm98.epd 10
ENDGAME_SETS=epd/endgame/ece3.epd 10;epd/endgame/mes.epd 10;
POSITIONAL_SETS=epd/positional/typp.epd 60;epd/positional/gmg2.epd 60;epd/positional/ccc-3.epd 60;
DEBUT_DEBUG_INFO=1
FIN_DEBUG_INFO=-1
DEBUG_TEST=1
; A partir de la position dont l'id_position vaut : DEBUT_DEBUG_INFO
; jusqu'a la positon 'FIN_DEBUG_INFO', on affichera le detail de l'analyse
ECART_DEBUG_INFO=1
START_DEBUG_INTERACTIF=-1
; ligne ou tous les coups doivent etre evaluees
DEBUG_LINE=
COMMAND_LINE=
DEBUG_EPD=
CLEAR_HT=FALSE
STORE_QUIESCENSE_IN_HT=FALSE
USE_TUTORIAL=FALSE
LAST_EPD_IN_DEBUG_BOARD=
HASH_SIZE 32
EGTB_PATH c:\Tablebases
RESIGN_MARGIN
-1000USE_BOOK yes
PRI_BOOK_FILE libro
SEC_BOOK_FILE
Last
update 05.10.02 12-00
Homepage
Используются технологии uCoz
|