Booot 6.1 released

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

Moderators: hgm, Rebel, chrisw

booot
Posts: 82
Joined: Sun Jul 03, 2016 10:29 pm

Booot 6.1 released

Post by booot »

Hi!
Here is new version of my engine:
1. Booot finally is smp engine! New uci parameter 'Threads' appears. I made simple LazySMP algorithm - seems it works fine!
2. Lots of optimizations, bug fixes etc.
3. Lots of eval knowledges added. Eval function was redesigned.

My quick self-test shows >50+ elo points improvement on single core.

Link:
https://www.dropbox.com/s/xbdxof191y2j9 ... e.rar?dl=0

Alex.
User avatar
Graham Banks
Posts: 41423
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: Booot 6.1 released

Post by Graham Banks »

booot wrote:Hi!
Here is new version of my engine:
1. Booot finally is smp engine! New uci parameter 'Threads' appears. I made simple LazySMP algorithm - seems it works fine!
2. Lots of optimizations, bug fixes etc.
3. Lots of eval knowledges added. Eval function was redesigned.

My quick self-test shows >50+ elo points improvement on single core.

Link:
https://www.dropbox.com/s/xbdxof191y2j9 ... e.rar?dl=0

Alex.
Thanks Alex. :)
gbanksnz at gmail.com
User avatar
Werner
Posts: 2871
Joined: Wed Mar 08, 2006 10:09 pm
Location: Germany
Full name: Werner Schüle

Re: Booot 6.1 released

Post by Werner »

Thanks Alex,
we will start to test the engine for 40/20 list.
Werner
CheckersGuy
Posts: 273
Joined: Wed Aug 24, 2016 9:49 pm

Re: Booot 6.1 released

Post by CheckersGuy »

booot wrote:Hi!
Here is new version of my engine:
1. Booot finally is smp engine! New uci parameter 'Threads' appears. I made simple LazySMP algorithm - seems it works fine!
2. Lots of optimizations, bug fixes etc.
3. Lots of eval knowledges added. Eval function was redesigned.

My quick self-test shows >50+ elo points improvement on single core.

Link:
https://www.dropbox.com/s/xbdxof191y2j9 ... e.rar?dl=0

Alex.
What cpu do you have ? I havent implemented smp myself yet but do you get the 50+ elo improvement from hyperthreading on one physical core ?
booot
Posts: 82
Joined: Sun Jul 03, 2016 10:29 pm

Re: Booot 6.1 released

Post by booot »

I have got 50+ elo points improvement (according my tests) on single core comparing with last released Booot 6.0.2. I have I5 processor (4 cores). When i tested this new version with different number of cores turned on i have got this results:
2 cored Booot is about 65 elo points stronger compared with single core
4 cored Booot is about 110 elo points stronger compared with single core.
carldaman
Posts: 2283
Joined: Sat Jun 02, 2012 2:13 am

Re: Booot 6.1 released

Post by carldaman »

Thanks Alex! :D
Dokterchen
Posts: 133
Joined: Wed Aug 15, 2007 12:18 pm
Location: Munich

Re: Booot 6.1 released

Post by Dokterchen »

Great news!
User avatar
Sylwy
Posts: 4466
Joined: Fri Apr 21, 2006 4:19 pm
Location: IASI - the historical capital of MOLDOVA
Full name: SilvianR

Re: Booot 6.1 released

Post by Sylwy »

My heartfelt thanks !
jpqy
Posts: 550
Joined: Thu Apr 24, 2008 9:31 am
Location: Belgium

Re: Booot 6.1 released

Post by jpqy »

Thanks Alex ..is it possible to get a bmi2 compile!

Kind regards,
Jean-Paul.
booot
Posts: 82
Joined: Sun Jul 03, 2016 10:29 pm

Re: Booot 6.1 released

Post by booot »

I am not sure.. Delphi has poor set of compiling options.