New engine releases 2019

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

Moderators: hgm, Rebel, chrisw

User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2019

Post by Guenther »

Edsel Apostol wrote: Thu Dec 05, 2019 9:59 am
Guenther wrote: Thu Dec 05, 2019 9:46 am
Edsel Apostol wrote: Thu Dec 05, 2019 1:14 am So the last 2 months I've been caught up with the chess programming virus again. Nothing too serious as I don't have much of a test environment (just a quad core laptop). It came to a point where I couldn't do much improvement anymore without doing intensive testing. So here goes the latest version.

Invictus revision 305 now available:

https://github.com/ed-apostol/InvictusC ... s/tag/r305

Last CCRL 40/4 rating is:
Invictus r228 64-bit 4CPU 2376 (+120 vs 1 CPU)!
Invictus r228 64-bit 2256

Latest version should be much stronger! :)
Thanks Edsel.

I need to create my own no/popcnt version though, as non-pext is already too advanced for my old quadcore.
There is a NOPOPCNT define on top of bitutils.h. Maybe I'll upload a non-pext no-popcnt version.
Thanks for the upload, still a makefile would be nice.
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2019

Post by Guenther »

Gabor Szots wrote: Thu Oct 17, 2019 9:59 am NoC by Jorge F. Unfortunately I could not determine his whole name.

https://github.com/usr25/engine
Still in progress and still anonymous.
Compiled it a few times for my own, but never succeeded in compiling it with gaviota tbs usage.
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
Terje
Posts: 347
Joined: Tue Nov 19, 2019 4:34 am
Location: https://github.com/TerjeKir/weiss
Full name: Terje Kirstihagen

Re: New engine releases 2019

Post by Terje »

Weiss 0.7 released.

This version mostly improves search by better move ordering and adding pruning heuristics. More details in the tag.

https://github.com/TerjeKir/weiss/releases/tag/v0.7
Gabor Szots
Posts: 1362
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

Re: New engine releases 2019

Post by Gabor Szots »

Terje wrote: Fri Dec 06, 2019 1:41 pm Weiss 0.7 released.

This version mostly improves search by better move ordering and adding pruning heuristics. More details in the tag.

https://github.com/TerjeKir/weiss/releases/tag/v0.7
That's fine. Unfortunately I am still not trained to compile it myself. May I ask for some Windows executables?
Gabor Szots
CCRL testing group
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2019

Post by Guenther »

Terje wrote: Fri Dec 06, 2019 1:41 pm Weiss 0.7 released.

This version mostly improves search by better move ordering and adding pruning heuristics. More details in the tag.

https://github.com/TerjeKir/weiss/releases/tag/v0.7
Thanks for adding a message about recognition of the syzygy files :)

Code: Select all

HashTable init complete with 2097152 entries, using 32MB.
uci
id name weiss 0.7
id author LoliSquad
option name Hash type spin default 32 min 4 max 16384
option name SyzygyPath type string default <empty>
option name Ponder type check default false
uciok
setoption name SyzygyPath value C:/Syzygy_5
TableBase init complete - largest found: 5.
BTW it also works now with HGMs UCI2WB adapter in Winboard.
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2019

Post by Guenther »

Gabor Szots wrote: Fri Dec 06, 2019 2:05 pm
Terje wrote: Fri Dec 06, 2019 1:41 pm Weiss 0.7 released.

This version mostly improves search by better move ordering and adding pruning heuristics. More details in the tag.

https://github.com/TerjeKir/weiss/releases/tag/v0.7
That's fine. Unfortunately I am still not trained to compile it myself. May I ask for some Windows executables?
No popcount compile (for my hardware)
http://rwbc-chess.de/Downloads/Engines/Weiss_07-64n.7z
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
Terje
Posts: 347
Joined: Tue Nov 19, 2019 4:34 am
Location: https://github.com/TerjeKir/weiss
Full name: Terje Kirstihagen

Re: New engine releases 2019

Post by Terje »

Guenther wrote: Fri Dec 06, 2019 2:08 pm
Terje wrote: Fri Dec 06, 2019 1:41 pm Weiss 0.7 released.

...
Thanks for adding a message about recognition of the syzygy files :)

...

BTW it also works now with HGMs UCI2WB adapter in Winboard.
That's great! :D
Gabor Szots
Posts: 1362
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

Re: New engine releases 2019

Post by Gabor Szots »

Guenther wrote: Fri Dec 06, 2019 2:29 pm
Gabor Szots wrote: Fri Dec 06, 2019 2:05 pm
Terje wrote: Fri Dec 06, 2019 1:41 pm Weiss 0.7 released.

This version mostly improves search by better move ordering and adding pruning heuristics. More details in the tag.

https://github.com/TerjeKir/weiss/releases/tag/v0.7
That's fine. Unfortunately I am still not trained to compile it myself. May I ask for some Windows executables?
No popcount compile (for my hardware)
http://rwbc-chess.de/Downloads/Engines/Weiss_07-64n.7z
Thanks Günther.

I have tried to learn to compile these myself several times but failures led me to lose my interest. Waiting for the kiss of the muse.
Gabor Szots
CCRL testing group
Terje
Posts: 347
Joined: Tue Nov 19, 2019 4:34 am
Location: https://github.com/TerjeKir/weiss
Full name: Terje Kirstihagen

Re: New engine releases 2019

Post by Terje »

Gabor Szots wrote: Fri Dec 06, 2019 2:50 pm
Guenther wrote: Fri Dec 06, 2019 2:29 pm
Gabor Szots wrote: Fri Dec 06, 2019 2:05 pm
Terje wrote: Fri Dec 06, 2019 1:41 pm ...
...
No popcount compile (for my hardware)
http://rwbc-chess.de/Downloads/Engines/Weiss_07-64n.7z
Thanks Günther.

I have tried to learn to compile these myself several times but failures led me to lose my interest. Waiting for the kiss of the muse.
I've added 3 windows compiles to the tag. Feedback on whether they work or not would be appreciated :)
Gabor Szots
Posts: 1362
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

Re: New engine releases 2019

Post by Gabor Szots »

Terje wrote: Fri Dec 06, 2019 3:04 pmI've added 3 windows compiles to the tag. Feedback on whether they work or not would be appreciated :)
Thanks Terje. All three work for me. Under Shredder 13 I measure the following approximate speeds:

nopop: 1250 knps

pop: 1360

pext: 1430

Günther's compile: 3420 knps
Gabor Szots
CCRL testing group