chessforyou Bettina&Terry77
chessforyou Bettina&Terry77
chessforyou Bettina&Terry77
Would you like to react to this message? Create an account in a few clicks or log in to continue.

chessforyou Bettina&Terry77


 
HomeLatest imagesRegisterLog in
WELCOME TO FORUM OF Angels77 * named in memory of Bettina & Terry
Search
 
 

Display results as :
 
Rechercher Advanced Search
Search
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
Latest topics
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Forum
Forum
Affiliates
free forum
 


Affiliates
free forum
 



 

 Stockfish 1.7 + source codes **NEW Rykba 3 Slapper arounda ***

Go down 
4 posters
AuthorMessage
LondonFrau
Admin
Admin
LondonFrau


Female Posts : 1295
Reputation : 3534
Join date : 2010-02-27
Location : ???

Stockfish 1.7 + source codes  **NEW  Rykba 3 Slapper arounda  *** Empty
PostSubject: Stockfish 1.7 + source codes **NEW Rykba 3 Slapper arounda ***   Stockfish 1.7 + source codes  **NEW  Rykba 3 Slapper arounda  *** EmptyThu Apr 08, 2010 6:30 am

peekaboo Stockfish 1.7
1.9 MB
http://www.filezi.com/files/2NMFUTIN/FileZi.com - stockfish-17-ja_win-only_no-sources.7z


In this release we have deeply rewritten the search, we don't expect a big ELO increase from 1.6.X series (if any), but we consider this the base upon which to build future changes.
Indeed new search is completely untested with long time controls, so it might scale much better or much worse than 1.6 series. In our tests (at short time controls) it performs a bit better then 1.6, but nothing earth shattering.
Code:
Diff stats are below:

Code:
http://www.filezi.com/files/K14WTVC1/FileZi.com

58 files changed, 2136 insertions(+), 1901 deletions(-)

Please report any issue you may find, especially in compiling SF for different platforms. We have done our best to test the sources under as many compilers/OS as possible, but we know there are always surprises from this side.
As usual a big thank you to Jim for his optimized binaries and to the many people that reported bugs and sent patches.

Have fun
SF Team

:idk:

x b 3 ang lil angel

gal r hello
Back to top Go down
Doppelganger
Dark Angels
Doppelganger


Male Posts : 562
Reputation : 2159
Join date : 2010-02-03
Location : We often take for granted the very things that most deserve our gratitude. Cynthia Ozick

Stockfish 1.7 + source codes  **NEW  Rykba 3 Slapper arounda  *** Empty
PostSubject: Re: Stockfish 1.7 + source codes **NEW Rykba 3 Slapper arounda ***   Stockfish 1.7 + source codes  **NEW  Rykba 3 Slapper arounda  *** EmptyThu Apr 08, 2010 8:28 am

Nice one mien frau brvo wlkm
Back to top Go down
victor jesús
contributer +
contributer +
victor jesús


Male Posts : 71
Reputation : 246
Join date : 2010-03-27
Location : Huelva (ESPAÑA)

Stockfish 1.7 + source codes  **NEW  Rykba 3 Slapper arounda  *** Empty
PostSubject: Re: Stockfish 1.7 + source codes **NEW Rykba 3 Slapper arounda ***   Stockfish 1.7 + source codes  **NEW  Rykba 3 Slapper arounda  *** EmptyThu Apr 08, 2010 6:41 pm

Doy las gracias por todo el trabajo que haceis por mejorar lo módulos..
Back to top Go down
me4u
Admin
Admin
me4u


Male Posts : 819
Reputation : 2737
Join date : 2010-01-05
Location : Pugatory

Stockfish 1.7 + source codes  **NEW  Rykba 3 Slapper arounda  *** Empty
PostSubject: Re: Stockfish 1.7 + source codes **NEW Rykba 3 Slapper arounda ***   Stockfish 1.7 + source codes  **NEW  Rykba 3 Slapper arounda  *** EmptyThu Apr 08, 2010 6:45 pm

victor jesús wrote:
Doy las gracias por todo el trabajo que haceis por mejorar lo módulos..



gracias victor jesús brvo

_________________
"No one is never ever truly  gone as long as you remember them "
Back to top Go down
me4u
Admin
Admin
me4u


Male Posts : 819
Reputation : 2737
Join date : 2010-01-05
Location : Pugatory

Stockfish 1.7 + source codes  **NEW  Rykba 3 Slapper arounda  *** Empty
PostSubject: Manualy set number of cores on your gui   Stockfish 1.7 + source codes  **NEW  Rykba 3 Slapper arounda  *** EmptyFri Apr 09, 2010 9:37 am

The GUI does not set this value.

Until 1.6.3 we used what is now called builtin_cpu_count() in misc.cpp to detect the number of cores, this works but has the problem that _if_ hyper threading is enabled it _usually_ reports the double of the real physical cores.

So this time we add function HT_enabled() to detect hyperthreading and, in this case, divide by two the number of reported CPUs, see cpu_count().

The idea is that if you have, say 4 physical cores, but with HT enabled the builtin_cpu_count() returns 8 then you really want to consider only 4 cores for optimal performance because SF, as also all the other SMP engines works best if the number of CPU is set to the real physical cores, not the "logical" ones when HT is enabled.

The problem that is arising is that function HT_enabled() is broken at least for some i7 CPU models.

So we have two options:

1) Fix HT_enabled() to works always: but this is very difficult because, reading Intel documentation, the proper way to detect HT is brain damaged complex (this time Intel made a real idiotic decision with HT detection design). Current routine works always on older types of CPU, but newer ones require a much more complex approach.

2) Remove HT_enabled() entirely and revert to 1.6.3 behaviour. In this case people should remember of disable HT or, when HT is enabled to manually set the correct number of cores through UCI options "threads" to the number of real cores (that normally is the half of what is reported with HT enabled).

_________________
"No one is never ever truly  gone as long as you remember them "
Back to top Go down
Sponsored content





Stockfish 1.7 + source codes  **NEW  Rykba 3 Slapper arounda  *** Empty
PostSubject: Re: Stockfish 1.7 + source codes **NEW Rykba 3 Slapper arounda ***   Stockfish 1.7 + source codes  **NEW  Rykba 3 Slapper arounda  *** Empty

Back to top Go down
 
Stockfish 1.7 + source codes **NEW Rykba 3 Slapper arounda ***
Back to top 
Page 1 of 1
 Similar topics
-
» latest Stockfish source code and velmarinsVE_01 compile of it
»  IvanHoe-Beta-999950r.tar & RobboExplorative-0.001.tar source codes
» Vasik Rajlich‭ slips big up time re source codes
» IvanHoe-Beta-999984 Source codes by Decembrist-09344
» Crab 1 based on Stockfish 1.7 with source code

Permissions in this forum:You cannot reply to topics in this forum
chessforyou Bettina&Terry77 :: ENGlNES :: ALL ENGlNES :: ENGlNES & CODES :: Stockfish-
Jump to: