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
New engine releases 2019
Moderator: Ras
-
- Posts: 347
- Joined: Tue Nov 19, 2019 4:34 am
- Location: https://github.com/TerjeKir/weiss
- Full name: Terje Kirstihagen
-
- Posts: 1422
- Joined: Sat Jul 21, 2018 7:43 am
- Location: Budapest, Hungary
- Full name: Gabor Szots
Re: New engine releases 2019
That's fine. Unfortunately I am still not trained to compile it myself. May I ask for some Windows executables?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
Gabor Szots
CCRL testing group
CCRL testing group
-
- Posts: 4718
- Joined: Wed Oct 01, 2008 6:33 am
- Location: Regensburg, Germany
- Full name: Guenther Simon
Re: New engine releases 2019
Thanks for adding a message about recognition of the syzygy files :)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
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.
-
- Posts: 4718
- Joined: Wed Oct 01, 2008 6:33 am
- Location: Regensburg, Germany
- Full name: Guenther Simon
Re: New engine releases 2019
No popcount compile (for my hardware)Gabor Szots wrote: ↑Fri Dec 06, 2019 2:05 pmThat's fine. Unfortunately I am still not trained to compile it myself. May I ask for some Windows executables?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
http://rwbc-chess.de/Downloads/Engines/Weiss_07-64n.7z
-
- Posts: 347
- Joined: Tue Nov 19, 2019 4:34 am
- Location: https://github.com/TerjeKir/weiss
- Full name: Terje Kirstihagen
-
- Posts: 1422
- Joined: Sat Jul 21, 2018 7:43 am
- Location: Budapest, Hungary
- Full name: Gabor Szots
Re: New engine releases 2019
Thanks Günther.Guenther wrote: ↑Fri Dec 06, 2019 2:29 pmNo popcount compile (for my hardware)Gabor Szots wrote: ↑Fri Dec 06, 2019 2:05 pmThat's fine. Unfortunately I am still not trained to compile it myself. May I ask for some Windows executables?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
http://rwbc-chess.de/Downloads/Engines/Weiss_07-64n.7z
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
CCRL testing group
-
- 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
I've added 3 windows compiles to the tag. Feedback on whether they work or not would be appreciatedGabor Szots wrote: ↑Fri Dec 06, 2019 2:50 pmThanks Günther.Guenther wrote: ↑Fri Dec 06, 2019 2:29 pmNo popcount compile (for my hardware)
http://rwbc-chess.de/Downloads/Engines/Weiss_07-64n.7z
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.

-
- Posts: 1422
- Joined: Sat Jul 21, 2018 7:43 am
- Location: Budapest, Hungary
- Full name: Gabor Szots
Re: New engine releases 2019
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
CCRL testing group
-
- Posts: 4718
- Joined: Wed Oct 01, 2008 6:33 am
- Location: Regensburg, Germany
- Full name: Guenther Simon
Re: New engine releases 2019
oops :)Gabor Szots wrote: ↑Fri Dec 06, 2019 4:05 pmThanks 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
I can confirm only that my compile is around three times as fast as Terjes nopopcnt version.
(ca. 600kn vs. 1.800 kn on my hardware - only measured from starting position at higher depths)
-
- 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
Oh, I forgot the O3 flagGabor Szots wrote: ↑Fri Dec 06, 2019 4:05 pmThanks 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

