Scorpio 2.7.7
Moderator: Ras
-
Krzysztof Grzelak
- Posts: 1604
- Joined: Tue Jul 15, 2014 12:47 pm
Scorpio 2.7.7
I have a request to those who know each other. How to configure the ini file in the engine Scorpion 2.2.7. Thanks for any advice in advance.
-
Frank Quisinsky
- Posts: 7279
- Joined: Wed Nov 18, 2009 7:16 pm
- Location: Gutweiler, Germany
- Full name: Frank Quisinsky
Re: Scorpio 2.7.7 / Tornado 5.0 ...
Hi,
in my download file to my FCP Rating List (around 311 MB) you can find all engine configurations (to the 56 engines I am using for my FCP Rating List).
To your message:
I saw that I have an old link to Crafty JA, Scorpio JA, Nemo JA on my site. Also the Tornado link don't work again. Glaurung site isn't longer available, unfortunately. I corrected my link selection for minutes.
Here you can find the 311 MB file:
http://www.amateurschach.de/main/_download.htm
Here you can find the link to the TOP-56 from my FCP Rating List:
http://www.amateurschach.de/main/_engines.htm
Best
Frank
PS: Only the Tornado 5.0 link I missed ...
A better address to find all the information to engines sites and much other interesting material (much better as my small link selection):
http://computer-chess.org/doku.php?id=c ... ngine_list
I am using my link selection as small information only ... this programs I am using for my FCP Rating List ... not more not less.
in my download file to my FCP Rating List (around 311 MB) you can find all engine configurations (to the 56 engines I am using for my FCP Rating List).
To your message:
I saw that I have an old link to Crafty JA, Scorpio JA, Nemo JA on my site. Also the Tornado link don't work again. Glaurung site isn't longer available, unfortunately. I corrected my link selection for minutes.
Here you can find the 311 MB file:
http://www.amateurschach.de/main/_download.htm
Here you can find the link to the TOP-56 from my FCP Rating List:
http://www.amateurschach.de/main/_engines.htm
Best
Frank
PS: Only the Tornado 5.0 link I missed ...
A better address to find all the information to engines sites and much other interesting material (much better as my small link selection):
http://computer-chess.org/doku.php?id=c ... ngine_list
I am using my link selection as small information only ... this programs I am using for my FCP Rating List ... not more not less.
-
Graham Banks
- Posts: 45461
- Joined: Sun Feb 26, 2006 10:52 am
- Location: Auckland, NZ
Re: Scorpio 2.7.7
For 4CPU ponder off:Krzysztof Grzelak wrote:I have a request to those who know each other. How to configure the ini file in the engine Scorpion 2.2.7. Thanks for any advice in advance.
#############################################
# log on/off - turn logging on and off
# resign - resign value in centipawns
#############################################
log off
resign 500
##################################################################
# Hashtable sizes in mb.
# ht - main hash table shared by ALL threads
# eht - evalualtion hash table allocated PER thread
# pht - pawn hash table allocated PER thread
# Usually 1m or 2mb is enough for pawn hash table, but the others
# can be set as high as possible
##################################################################
ht 1024
eht 128
pht 2
#############################################################################
# Parallel search setup
# mt - number of processors
# smp_depth - split depth for smp
# cluster_depth - split depth for cluster search
# message_poll_nodes - number nodes to search before checking for message
#############################################################################
mt 4
smp_depth 8
cluster_depth 8
message_poll_nodes 200
##########################################################################
# EGBB
# egbb_path - path to endgame egbbs
# egbb_cache_size - cache size for egbbs
# egbb_load_type - egbb load type with the following values
# 0 = none
# 1 = all 3/4 men
# 2 = selective loading of 5 men (not implemented yet)
# 3 = all 5 men
##########################################################################
# egbb_path F:/egbb/
# egbb_cache_size 128
# egbb_load_type 0
gbanksnz at gmail.com
-
Krzysztof Grzelak
- Posts: 1604
- Joined: Tue Jul 15, 2014 12:47 pm
Re: Scorpio 2.7.7
Thank you very much Graham and Frank. Graham I still have some questions.
1. how to configure the engine Scoprio so as to operate under the table base Scorpio
2. whether it is able to use the table base Scorion 6 man
3. what may be the largest number of cache using the table base.
1. how to configure the engine Scoprio so as to operate under the table base Scorpio
2. whether it is able to use the table base Scorion 6 man
3. what may be the largest number of cache using the table base.
-
velmarin
- Posts: 1600
- Joined: Mon Feb 21, 2011 9:48 am
Re: Scorpio 2.7.7
Krzysztof Grzelak wrote:Thank you very much Graham and Frank. Graham I still have some questions.
1. how to configure the engine Scoprio so as to operate under the table base Scorpio
2. whether it is able to use the table base Scorion 6 man
3. what may be the largest number of cache using the table base.
Jim Abblet compilation has the option in console "help" and offers help about commands.
With regard to using the six-piece EGBB have to look at the code perhaps is not set, it seems that it is only up to 5 parts... I'm not sure.
With the cache to write "protover" we see rising up to 16 gigabytes.
protover:
feature option="egbb_cache_size -spin 16 1 16384"
Code: Select all
feature name=1 myname="Scorpio_2.7.7 JA"
feature sigint=0 sigterm=0
feature setboard=1 draw=0 colors=0
feature smp=0 memory=0
feature option="log -check 0"
feature option="clear_hash -button"
feature option="resign -spin 600 100 30000"
feature option="cores -spin 1 1 32"
feature option="ht -spin 64 1 32768"
feature option="eht -spin 8 1 16384"
feature option="pht -spin 1 1 256"
feature option="egbb_path -path egbb/"
feature option="egbb_cache_size -spin 16 1 16384"
feature option="egbb_load_type -spin 1 0 3"
feature option="egbb_depth_limit -spin 3 0 64"
feature option="egbb_ply_limit_percent -spin 75 0 100"
feature option="smp_type -combo *YBW /// ABDADA /// SHT "
feature option="smp_depth -spin 4 1 10"
feature option="use_singular -check 0"
feature option="singular_margin -spin 30 0 1000"
feature option="futility_margin -spin 100 0 1000"
feature option="contempt -spin 2 -100 100"
feature done=1-
Krzysztof Grzelak
- Posts: 1604
- Joined: Tue Jul 15, 2014 12:47 pm
Re: Scorpio 2.7.7
Write Graham as you know how to set these parameters and how to check and set the table base Scorpio 5 men in the program Chess Gui.
# egbb_path F:/egbb/
# egbb_cache_size 128
# egbb_load_type 0
# egbb_path F:/egbb/
# egbb_cache_size 128
# egbb_load_type 0
-
Graham Banks
- Posts: 45461
- Joined: Sun Feb 26, 2006 10:52 am
- Location: Auckland, NZ
Re: Scorpio 2.7.7
I have problems when using Scorpio egbbs, so I disable them.Krzysztof Grzelak wrote:Write Graham as you know how to set these parameters and how to check and set the table base Scorpio 5 men in the program Chess Gui.
# egbb_path F:/egbb/
# egbb_cache_size 128
# egbb_load_type 0
gbanksnz at gmail.com
-
Krzysztof Grzelak
- Posts: 1604
- Joined: Tue Jul 15, 2014 12:47 pm
Re: Scorpio 2.7.7
Thank you for your answer Graham. Tomorrow I'll send private information to the author Chess Gui asking why this is a problem.
-
Graham Banks
- Posts: 45461
- Joined: Sun Feb 26, 2006 10:52 am
- Location: Auckland, NZ
Re: Scorpio 2.7.7
I doubt that it's a ChessGUI problem.Krzysztof Grzelak wrote:Thank you for your answer Graham. Tomorrow I'll send private information to the author Chess Gui asking why this is a problem.
gbanksnz at gmail.com