SmarThink 1.40 updated

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

Moderators: hgm, Harvey Williamson, bob

Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
Sergei S. Markoff
Posts: 202
Joined: Mon Sep 12, 2011 9:27 pm
Location: Moscow, Russia
Contact:

SmarThink 1.40 updated

Post by Sergei S. Markoff » Mon Nov 11, 2013 11:39 am

1. Minor fix (version info)
2. Added executables for x64/SSE3, x32

Available here: http://genes1s.net/smarthink.html
The Force Be With You!

User avatar
Werner
Posts: 2235
Joined: Wed Mar 08, 2006 9:09 pm

Re: SmarThink 1.40 updated

Post by Werner » Mon Nov 11, 2013 11:48 am

Hi Sergei,
thanks - now works on my I7 920 too - but only if w_ccompxe_redist_intel64_2011.0.104.msi is installed.
(I mean this Version SmarThink_v140_x64_SSE3.exe)
best wishes
Last edited by Werner on Mon Nov 11, 2013 12:01 pm, edited 1 time in total.
Werner

Werewolf
Posts: 929
Joined: Thu Sep 18, 2008 8:24 pm

Re: SmarThink 1.40 updated

Post by Werewolf » Mon Nov 11, 2013 11:58 am

It's still not loading under the Fritz / Chessbase GUI and I have a Sandy Bridge CPU.

What's changed since 1.20 by the way?

Damir
Posts: 1796
Joined: Mon Feb 11, 2008 2:53 pm

Re: SmarThink 1.40 updated

Post by Damir » Mon Nov 11, 2013 12:51 pm

Same here. The engine won't load. I still get an error saying engine can't load. Can this be fixed ?

User avatar
Sylwy
Posts: 3358
Joined: Fri Apr 21, 2006 2:19 pm
Location: IASI (Romania) - the historical capital of MOLDOVA

Re: THANK YOU ! The w32 version works well !

Post by Sylwy » Mon Nov 11, 2013 1:04 pm

Sergei S. Markoff wrote:1. Minor fix (version info)
2. Added executables for x64/SSE3, x32

Available here: http://genes1s.net/smarthink.html
SilvianR :wink:

NR: not like Crafty 23.7 !!!! :roll:

SzG
Posts: 2447
Joined: Fri Mar 10, 2006 6:20 am
Location: Szentendre, Hungary

Re: SmarThink 1.40 updated

Post by SzG » Mon Nov 11, 2013 4:26 pm

Sergei S. Markoff wrote:1. Minor fix (version info)
2. Added executables for x64/SSE3, x32

Available here: http://genes1s.net/smarthink.html
Hi Sergei,

Thanks for the update. After installing the 64-bit distributable, the SSE3 compile works all right for me in the command line. I haven't had the opportunity to try to install it under some GUI.

BTW, what ini file should I use when SmarThink is installed as a WinBoard engine?

I just installed ST under WB and it exited saying it does not find the egtb's.

I could install it as a UCI engine under Fritz 13. No adapter was needed.
Gabor Szots

CCRL testing group

User avatar
Matthias Gemuh
Posts: 3234
Joined: Thu Mar 09, 2006 8:10 am
Contact:

Re: SmarThink 1.40 updated

Post by Matthias Gemuh » Mon Nov 11, 2013 5:20 pm

Thanks, Sergei.

Can you, please, link with static libraries ?
... so that we don't have to go downloading virus-infected dll files from internet.

Matthias.
My engine was quite strong till I added knowledge to it.
http://www.chess.hylogic.de

Damir
Posts: 1796
Joined: Mon Feb 11, 2008 2:53 pm

Re: SmarThink 1.40 updated

Post by Damir » Mon Nov 11, 2013 5:28 pm

Hi Matthias

I think the link works fine right now. I have downloaded it without any problems...

SzG
Posts: 2447
Joined: Fri Mar 10, 2006 6:20 am
Location: Szentendre, Hungary

Re: SmarThink 1.40 updated

Post by SzG » Mon Nov 11, 2013 5:44 pm

I have installed it under Shredder successfully.

Also, it works under WinBoard now. I have found an old ini file to use. For those interested, here is how it looks:

Code: Select all

;  Setup file for the SmarThink 1.00

;
;  TranspositionSize - the size of transposition table
;                                                  
;  Value                   Size (bytes)
;
;  15                      655360
;  16                      1310720
;  17                      2621440
;  18                      5242880
;  19 *                    10485760
;  20                      20971520
;  21                      41943040
;  22                      83886080
;  23                      167772160
;  24                      335544320
;
;  * - default
;
;  TranspositionSizeMb - the size of transposition table in MBs

TranspositionSize=23

;  
;  PawnHashSize - the size of pawn hash
;
;  Value                   Size (bytes)
;
;  14                      360448
;  15                      720896
;  16                      1441792
;  17                      2883534
;  18 *                    5767168
;  19                      11534336
;  20                      23068672
;  21                      46137344
;  22                      92274688
;  23                      184549376
;
;  * - default

PawnHashSize=20

;
; Aggressivity (%) - causes SmarThink to attack enemy king stronger
; (100 by default)
;
; 0 <= Aggressivity <= 300
;

Aggressivity=100

;
; Cowardice (%) - causes SmarThink to make care of own king
; &#40;100 by default&#41;
;
; 0 <= Cowardice <= 300
;

Cowardice=100

; In learning mode SmarThink saves a costly miscalculations in special
; file for using this info in next games

Learning=off

; When UseLearningData on, SmarThink uses data from learning file

UseLearningData=off

; If LogLearningIntoFile is on than SmarThink shows all learning positions
; in log-file &#40;EPD-notation and several additional debug info&#41;

LogLearningIntoFile=off

; If evaluation is less than *ResignValue* during *ResignTimes* moves
; than SmarThink resigns

ResignValue=700
ResignTimes=6

; In book learning mode SmarThink updates weights in openings book

UseBookLearning=off

; DISCOVER = play unchecked variations first to collect a weights,
; KILL = try to find best lines to overthrow opponent

BookLearningMode=KILL

; VarietyOfPlay (%) - play book move only if its weight is not less
; than weight of best move by *VarietyOfPlay* %.

VarietyOfPlay=10

; Update weight if abs&#40;evaluation&#41;>*BookLearningBound*

BookLearningBound=260

; No comments

UseBookWeights=off

; Support pondering or no?

Pondering=off

; Use endgame tablebases or no

UseEGTB=on

; Path to tablebase files

EGTBpath=E&#58;\Sakk\TB

; EGTB cache size in MBs

EGTBHashSizeMb=32

; Tropism influences engine will to concentrate it's strategy on king attack

Tropism=100
Gabor Szots

CCRL testing group

User avatar
Dr.Wael Deeb
Posts: 9635
Joined: Wed Mar 08, 2006 7:44 pm
Location: Amman,Jordan

Re: SmarThink 1.40 updated

Post by Dr.Wael Deeb » Mon Nov 11, 2013 5:44 pm

Thanks Sergei and good luck....

I will address a special thank you on your facebook page too....
Dr.D
_No one can hit as hard as life.But it ain’t about how hard you can hit.It’s about how hard you can get hit and keep moving forward.How much you can take and keep moving forward….

Post Reply