On-line engine blitz tourney September

Discussion of chess software programming and technical issues.

Moderator: Ras

Joost Buijs
Posts: 1632
Joined: Thu Jul 16, 2009 10:47 am
Location: Almere, The Netherlands

Re: On-line engine blitz tourney September

Post by Joost Buijs »

abulmo2 wrote: Mon Sep 26, 2022 4:15 pm
Joost Buijs wrote: Sun Sep 25, 2022 3:55 pm It is no problem to have "Dumb" on a RPI joining the tourney, if you wish I can make an account for it.
I will be pleased to have an account for it with the name rpiDumb.
I've added an account for rpiDumb and sent the initial password to your edax mail address.
Joost Buijs
Posts: 1632
Joined: Thu Jul 16, 2009 10:47 am
Location: Almere, The Netherlands

Re: On-line engine blitz tourney September

Post by Joost Buijs »

flok wrote: Mon Sep 26, 2022 6:02 pm
Joost Buijs wrote: Mon Sep 26, 2022 6:31 am
flok wrote: Sun Sep 25, 2022 9:30 pm
Joost Buijs wrote: Sat Sep 24, 2022 10:52 pm
Modern Times wrote: Sat Sep 24, 2022 10:39 pm Well, if an odd number of participants was a problem I'd have withdrawn Zappa.
Well, it was no problem at all, we shouldn't have added POS and Sargon. The point is that we need more engines in the middle of the pack to make the tournament interesting for everyone. At the moment the gap between the top and the weaker engines is too big.
I can add Micah if you like?
Hi Folkert, that would be fine.

You already have 2 accounts for it, micahgb and micahTR, if you dont' know the passwords anymore I have to send you new ones. Although the server is always up there is no need to let Mica run on it permanently, putting it online at the day of the tournament would be good enough.
Can't remember them yes. Please send me the micahgb one. Thanks in advance.

Oh never mind, found it!
It now runs on an old i7 (3d gen), 1 thread.
I just saw Micah is online.

I'm thinking about adding some old engines from the nineties too, the problem is that these old engines don't have UCI or CECP, so it will be quite a lot of work to get them running.
Bjoern
Posts: 16
Joined: Mon Sep 26, 2016 8:59 pm

Re: On-line engine blitz tourney September

Post by Bjoern »

Well, my engine feligres just played against micagb and it is not that much better than POS. Micagb sacrifices a piece every 2nd move.
User avatar
flok
Posts: 558
Joined: Tue Jul 03, 2018 10:19 am
Full name: Folkert van Heusden

Re: On-line engine blitz tourney September

Post by flok »

Bjoern wrote: Mon Sep 26, 2022 9:57 pm Well, my engine feligres just played against micagb and it is not that much better than POS. Micagb sacrifices a piece every 2nd move.
Ah, then it could not find tune.dat.

Let's see if it works better now.
dangi12012
Posts: 1062
Joined: Tue Apr 28, 2020 10:03 pm
Full name: Daniel Infuehr

Re: On-line engine blitz tourney September

Post by dangi12012 »

I wonder how RTX 4090 will perform with lc0.
Also Zen4 has some good upgrades relevant to stockfish

But joining with existing engines is frowned upon. Even tho it's fun to test hardware.
Adjacent engines like lc0+stockfish make double participating actually a really good hardware test.
Worlds-fastest-Bitboard-Chess-Movegenerator
Daniel Inführ - Software Developer
User avatar
Ras
Posts: 2696
Joined: Tue Aug 30, 2016 8:19 pm
Full name: Rasmus Althoff

Re: On-line engine blitz tourney September

Post by Ras »

dangi12012 wrote: Mon Sep 26, 2022 10:45 pmBut joining with existing engines is frowned upon. Even tho it's fun to test hardware.
That's because there is no effort involved in buying some hardware, and you can easily test that at home. Just determine the NPS rate of SF or LC0 on the new hardware and test that with asymmetric thinking time or node budget relative to the NPS of the hardware you'd like to compare to. The strength increase is simply the NPS scaling of the engine, after all. It's not exciting, it's just this year's hardware being faster than last year's, as always.
Rasmus Althoff
https://www.ct800.net
dangi12012
Posts: 1062
Joined: Tue Apr 28, 2020 10:03 pm
Full name: Daniel Infuehr

Re: On-line engine blitz tourney September

Post by dangi12012 »

Ras wrote: Tue Sep 27, 2022 7:50 am
dangi12012 wrote: Mon Sep 26, 2022 10:45 pmBut joining with existing engines is frowned upon. Even tho it's fun to test hardware.
That's because there is no effort involved in buying some hardware, and you can easily test that at home. Just determine the NPS rate of SF or LC0 on the new hardware and test that with asymmetric thinking time or node budget relative to the NPS of the hardware you'd like to compare to. The strength increase is simply the NPS scaling of the engine, after all. It's not exciting, it's just this year's hardware being faster than last year's, as always.
There is much more going on than that. Did performance per dollar increase. Did performance per watt increase (maybe not with RTX 4080)
New instructions being avalable. Are they used by SF? Can the system hold up under stress.
What about DDR5 it has 2x32bit memory fetch. Can the reduced latency increase TT lookup performance etc..

For me its much more exciting than for you obviously but there is objectively going on much more than "hardware getting faster"
Also by knowin trends in the industry today - one can anticipate and write code that will be competitive tomorrow. IE bfloat16.
Worlds-fastest-Bitboard-Chess-Movegenerator
Daniel Inführ - Software Developer
User avatar
Ras
Posts: 2696
Joined: Tue Aug 30, 2016 8:19 pm
Full name: Rasmus Althoff

Re: On-line engine blitz tourney September

Post by Ras »

dangi12012 wrote: Tue Sep 27, 2022 10:38 pmThere is much more going on than that. Did performance per dollar increase. Did performance per watt increase (maybe not with RTX 4080)
New instructions being avalable. Are they used by SF? Can the system hold up under stress.
What about DDR5 it has 2x32bit memory fetch. Can the reduced latency increase TT lookup performance etc..
You don't need the monthly tournament to figure out any of that. By contrast, simply buying hardware and then running a top engine where you had no part in writing is exactly what your track record in the monthly would suggest: the wish to end up first without investing work. That's frowned upon for sure.
Rasmus Althoff
https://www.ct800.net
dangi12012
Posts: 1062
Joined: Tue Apr 28, 2020 10:03 pm
Full name: Daniel Infuehr

Re: On-line engine blitz tourney September

Post by dangi12012 »

Ras wrote: Tue Sep 27, 2022 11:37 pm
dangi12012 wrote: Tue Sep 27, 2022 10:38 pmThere is much more going on than that. Did performance per dollar increase. Did performance per watt increase (maybe not with RTX 4080)
New instructions being avalable. Are they used by SF? Can the system hold up under stress.
What about DDR5 it has 2x32bit memory fetch. Can the reduced latency increase TT lookup performance etc..
You don't need the monthly tournament to figure out any of that. By contrast, simply buying hardware and then running a top engine where you had no part in writing is exactly what your track record in the monthly would suggest: the wish to end up first without investing work. That's frowned upon for sure.
Why is it allowed then? For me its an interesting Hardware test. Failed 2 times - because like printers the hardware knows when it needs to perform and then it fails. :lol:
So tournament conditions are whats needed to test hardware.
As I have suggested MULTIPLE times now - just take SF and lc0 people out of the leaderboard.
Worlds-fastest-Bitboard-Chess-Movegenerator
Daniel Inführ - Software Developer