New engine releases & news 2021

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

Moderators: hgm, Rebel, chrisw

User avatar
Rebel
Posts: 7025
Joined: Thu Aug 18, 2011 12:04 pm
Full name: Ed Schröder

Re: New engine releases & news 2021

Post by Rebel »

j.t. wrote: Wed Jun 16, 2021 3:32 pm Nalwald 1.9 Release.
Biggest change is that evaluation parameters are now optimized using generic gradient descent. Additionally, piece square tables are now dependent on the enemy and own king position (one piece square table for each of the 64 squares the enemy king could be on and one piece square table for each of the 64 squares our own king could be on). I also added (and removed) some other evaluation features.

Self-play improvement for 40 seconds + 0.3 seconds on a fast CPU is around 140 Elo, few tests against two other engines (Raven 1.10, Loki 3.0) indicate that true improvement is closer to 90 Elo.
Nalwald 1.9 running for the GRL.

http://rebel13.nl/a/grl.htm

Made a promising start.
90% of coding is debugging, the other 10% is writing bugs.
User avatar
Rebel
Posts: 7025
Joined: Thu Aug 18, 2011 12:04 pm
Full name: Ed Schröder

Re: New engine releases & news 2021

Post by Rebel »

Code: Select all

Gambit Rating List
Running      : Gauntlet Nalwald 1.9
Time Control : Time control 40/120
Games        : 500

Results from file gauntlet-Nalwald.pgn:

No. Name            Win Draw Loss Unf.  Score Games       %
-----------------------------------------------------------
  1 Nalwald 1.9    +234 =139 -127   *0  303.5   500   60.7%
  2 BitGenie 6.h64  +36  =25  -39   *0   48.5   100   48.5%
  3 Orion 05        +23  =33  -44   *0   39.5   100   39.5%
  4 Galjoen 0.41.2  +26  =23  -51   *0   37.5   100   37.5%
  5 Jumbo 0.7.0     +25  =24  -51   *0   37.0   100   37.0%
  6 Monolith 0.3    +17  =34  -49   *0   34.0   100   34.0%

Total Games:     500
White Wins:      184 (36.8%)
Black Wins:      177 (35.4%)
Draws:           139 (27.8%)
Unfinished:        0 (0.0%)

Estimated elo gain for Nalwald_1.9
Elo pool : 2554
Nalwald 1.8.1 : 2507.0
Nalwald_1.9 : 2618.0
Difference : 111.0
+111 elo.

Cool...
90% of coding is debugging, the other 10% is writing bugs.
User avatar
WinPooh
Posts: 268
Joined: Fri Mar 17, 2006 8:01 am
Location: Russia
Full name: Vladimir Medvedev

Re: New engine releases & news 2021

Post by WinPooh »

GreKo 2021.06 MP - multithreaded version:
http://greko.su/greko-2021.06.MP.zip
Damir
Posts: 2804
Joined: Mon Feb 11, 2008 3:53 pm
Location: Denmark
Full name: Damir Desevac

Re: New engine releases & news 2021

Post by Damir »

Thanks for the new Greko Vladimir. Unfortunately I don't see any Threads option in Greko params. There is only a Hash option... :) Are you sure it is supporting MP ?
tmokonen
Posts: 1301
Joined: Sun Mar 12, 2006 6:46 pm
Location: Kelowna
Full name: Tony Mokonen

Re: New engine releases & news 2021

Post by tmokonen »

I don't know if he re-uploaded or not, but I see a Threads option here (up to 4 threads).
User avatar
WinPooh
Posts: 268
Joined: Fri Mar 17, 2006 8:01 am
Location: Russia
Full name: Vladimir Medvedev

Re: New engine releases & news 2021

Post by WinPooh »

Damir wrote: Wed Jun 30, 2021 3:08 pm Thanks for the new Greko Vladimir. Unfortunately I don't see any Threads option in Greko params. There is only a Hash option... :) Are you sure it is supporting MP ?
Do you see "Threads" option in reply to "uci" command in console mode?
It should look like this:

Code: Select all

GreKo 2021.06 MP (30-June-2021)

White(1): uci
id name GreKo 2021.06 MP
id author Vladimir Medvedev
option name Hash type spin default 128 min 1 max 4096
option name Strength type spin default 100 min 0 max 100
option name Threads type spin default 1 min 1 max 4
uciok
Damir
Posts: 2804
Joined: Mon Feb 11, 2008 3:53 pm
Location: Denmark
Full name: Damir Desevac

Re: New engine releases & news 2021

Post by Damir »

Yes Now I see it. Greko only supports 4 threads ?
Damir
Posts: 2804
Joined: Mon Feb 11, 2008 3:53 pm
Location: Denmark
Full name: Damir Desevac

Re: New engine releases & news 2021

Post by Damir »

Also tried it in Infinity GUI and it showed no Threads param... is nothing surprising as always when it comes to that GUI...

Fritz GUI is miles ahead of it.
Damir
Posts: 2804
Joined: Mon Feb 11, 2008 3:53 pm
Location: Denmark
Full name: Damir Desevac

Re: New engine releases & news 2021

Post by Damir »

And now the engine stopped responding when trying and play a game in Infinity GUI after 7 moves... was about to run out of time. Was trying it whitout a book.. In Fritz GUI it play with no problems with a book.
User avatar
WinPooh
Posts: 268
Joined: Fri Mar 17, 2006 8:01 am
Location: Russia
Full name: Vladimir Medvedev

Re: New engine releases & news 2021

Post by WinPooh »

Damir wrote: Thu Jul 01, 2021 11:07 am Also tried it in Infinity GUI and it showed no Threads param... is nothing surprising as always when it comes to that GUI...
Never tested with this GUI.
In Arena, Winboard/XBoard and Cutechess-Cli it works OK.
Yes, currently only 4 threads are supported.
Number of nodes is reported only for the main thread.