SSEchess under Arena - help needed

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

User avatar
Gabor Szots
Posts: 1466
Joined: Sat Jul 21, 2018 7:43 am
Location: Budapest, Hungary
Full name: Gabor Szots

SSEchess under Arena - help needed

Post by Gabor Szots »

Running SSEchess from the command line you can set its hash size using the 'hash <n>' command after you have started the engine.

But how do you do that under Arena? I tried it putting 'hash 23/n' under the InitString section but no success.
Gabor Szots
CCRL testing group
Guenther
Posts: 4718
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: SSEchess under Arena - help needed

Post by Guenther »

Gabor Szots wrote: Sun Sep 17, 2023 10:46 am Running SSEchess from the command line you can set its hash size using the 'hash <n>' command after you have started the engine.

But how do you do that under Arena? I tried it putting 'hash 23/n' under the InitString section but no success.
To me it seems this is not even needed. It reads a config file named 'default' (no file extension!), which holds the cmd parameters.
Also the readme says so and the log tells, it reads it ;)

e.g.

Code: Select all

ponder
hash 23
pawn 21
from the log:

Code: Select all

SSEChessII v2.05, compiled at 15:02:38, on Nov 30 2005
Type "help" for a list of commands.

5120K allocated for hash table.
2048K allocated for pawn hash table.
Checking opening book lines...

Loading evaluation parameters from file...
Loading defaults from file...

Pondering is now OFF.
163840K allocated for hash table.
32768K allocated for pawn hash table.
And for Arena cmd options, I have no clue if an InitString section is needed, or if there is a simple cmd option window too,
because I never use Arena
(would it really need the /n newline feed and quotation marks too?)
https://rwbc-chess.de

[Trolls n'existent pas...]
User avatar
Gabor Szots
Posts: 1466
Joined: Sat Jul 21, 2018 7:43 am
Location: Budapest, Hungary
Full name: Gabor Szots

Re: SSEchess under Arena - help needed

Post by Gabor Szots »

Thanks Günther. Note that the required file name is 'defaults'.

The package I have does not contain that file, nor eval.txt, nor a readme. Do you have a link pointing to a full package?

The InitSring section does not require quotation marks. The /n is required I think, an example using Mephisto Gideon Professional is BookOff/n.
Gabor Szots
CCRL testing group
Guenther
Posts: 4718
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: SSEchess under Arena - help needed

Post by Guenther »

Gabor Szots wrote: Sun Sep 17, 2023 12:33 pm Thanks Günther. Note that the required file name is 'defaults'.

The package I have does not contain that file, nor eval.txt, nor a readme. Do you have a link pointing to a full package?

The InitSring section does not require quotation marks. The /n is required I think, an example using Mephisto Gideon Professional is BookOff/n.
Yes, 'defaults', that was my typo.

The only link in my chronology points to SSEII 2.050 DC from the CCW engine download list and in fact it has neither a config nor an eval file in it.
(It remains to be tested though, if the values in the EVAL.TXT file are different from default eval values, or are just delivered for fiddling with them?)

I could upload SSEII 2.02 and 2.045 with readmes etc., if desired.
https://rwbc-chess.de

[Trolls n'existent pas...]
User avatar
Gabor Szots
Posts: 1466
Joined: Sat Jul 21, 2018 7:43 am
Location: Budapest, Hungary
Full name: Gabor Szots

Re: SSEchess under Arena - help needed

Post by Gabor Szots »

Guenther wrote: Sun Sep 17, 2023 1:21 pm The only link in my chronology points to SSEII 2.050 DC from the CCW engine download list and in fact it has neither a config nor an eval file in it.
(It remains to be tested though, if the values in the EVAL.TXT file are different from default eval values, or are just delivered for fiddling with them?)

I could upload SSEII 2.02 and 2.045 with readmes etc., if desired.
Yes, that is the same package I have. I would welcome if you could upload the versions mentioned although after the help you provided here it is not particularly important. Maybe you coud simply send them to me, you know my address.
Gabor Szots
CCRL testing group
tmokonen
Posts: 1362
Joined: Sun Mar 12, 2006 6:46 pm
Location: Kelowna
Full name: Tony Mokonen

Re: SSEchess under Arena - help needed

Post by tmokonen »

These are the contents of the EVAL.TXT file that I use with SSEChess 2.05DC. I never changed any of the values manually from what I remember, so I guess they would match default values.

Code: Select all

ROOK_MOVING_WITHOUT_CASTLING_PENALTY	15
QUEEN_MOVING_WITHOUT_DEVELOPING_PENALTY	30
UNDEVELOPED_PIECE_PENALTY 	4
BISHOP_PAIR_BONUS	18
FIANCHETTOED_BISHOP_BONUS	12
KNIGHT_ATTACKING_ENEMY_KING_BONUS	1
BISHOP_ATTACKING_ENEMY_KING_BONUS	2
ROOK_ATTACKING_ENEMY_KING_BONUS	1
QUEEN_ATTACKING_ENEMY_KING_BONUS	1
MAX_DISTANCE_FROM_KING	7
UNMOVED_CENTER_PAWN_PENALTY	10
BLOCKED_CENTER_PAWN_PENALTY	15
DOUBLED_PAWN_PENALTY	12
BACKWARDS_PAWN_PENALTY	12
WEAK_BACKWARDS_PAWN_PENALTY	4
EARLY_CASTLED_PAWN_PUSH_PENALTY	18
TWO_PUSHED_KING_PAWNS_PENALTY	17
THREE_PUSHED_KING_PAWNS_PENALTY	40
TWO_PAWN_STORM_PENALTY	17
THREE_PAWN_STORM_PENALTY	40
WEAK_KING_PAWN_PENALTY	30
WEAK_KING_FILE_PENALTY	30
KING_NEAR_FILE_WITH_NO_ENEMY_PAWNS_PENALTY	10
KING_TRAPPED_IN_CORNER_PENALTY	25
ROOK_HALF_OPEN_ATTACKING_KING_BONUS	10
QUEEN_HALF_OPEN_ATTACKING_KING_BONUS	15
CONNECTED_PASSED_PAWNS_BONUS	300
ENDGAME_SAFE_KNIGHT_BONUS	8
NORMAL_SAFE_KNIGHT_BONUS	3
ENDGAME_BISHOP_BONUS	7
TRAPPED_BISHOP_PENALTY	150
ROOK_ON_FILE_WITH_NO_FRIENDLY_PAWNS_BONUS	10
ROOK_ON_FILE_WITH_NO_ENEMY_PAWNS_BONUS	4
ROOK_ON_SEVENTH_RANK_BONUS	7
CONNECTED_ROOKS_ON_SEVENTH_RANK_BONUS	10
QUEEN_AND_ROOK_ON_SEVENTH_RANK_BONUS	13
CASTLING_BONUS	20
KING_MOVING_WITHOUT_CASTLING_PENALTY	60
KING_MOVING_WITHOUT_CASTLING_WITH_QUEEN_PENALTY	100
TRADING_PIECES_WHEN_AHEAD_BONUS	15
TRADING_PIECES_WHEN_BEHIND_PENALTY	10
TRADING_PAWNS_WHEN_AHEAD_PENALTY	10
TRADING_PAWNS_WHEN_BEHIND_BONUS	15
Guenther
Posts: 4718
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: SSEchess under Arena - help needed

Post by Guenther »

Gabor Szots wrote: Sun Sep 17, 2023 2:06 pm
Guenther wrote: Sun Sep 17, 2023 1:21 pm The only link in my chronology points to SSEII 2.050 DC from the CCW engine download list and in fact it has neither a config nor an eval file in it.
(It remains to be tested though, if the values in the EVAL.TXT file are different from default eval values, or are just delivered for fiddling with them?)

I could upload SSEII 2.02 and 2.045 with readmes etc., if desired.
Yes, that is the same package I have. I would welcome if you could upload the versions mentioned although after the help you provided here it is not particularly important. Maybe you coud simply send them to me, you know my address.
I have uploaded all versions I have together with all extra files at the usual place now.
https://rwbc-chess.de/download.htm
https://rwbc-chess.de

[Trolls n'existent pas...]
User avatar
Gabor Szots
Posts: 1466
Joined: Sat Jul 21, 2018 7:43 am
Location: Budapest, Hungary
Full name: Gabor Szots

Re: SSEchess under Arena - help needed

Post by Gabor Szots »

Guenther wrote: Wed Sep 20, 2023 12:38 pm I have uploaded all versions I have together with all extra files at the usual place now.
https://rwbc-chess.de/download.htm
Thank you Günther.
Gabor Szots
CCRL testing group