Search found 9 matches

by Thomas Swayze
Sun Sep 17, 2023 12:32 pm
Forum: CCRL Public
Topic: New engine: Rengar
Replies: 17
Views: 5509

Re: New engine: Rengar

Correct. Each hash entry is 16 bytes, so setting hashbits=24 means you use 2^28 bytes or 256MB. I made an issue to have a “hash” option similar to how other engines do it.
by Thomas Swayze
Wed Aug 23, 2023 12:36 pm
Forum: CCRL Public
Topic: New engine: Rengar
Replies: 17
Views: 5509

Re: New engine: Rengar

Fantastic! :mrgreen: Thanks so much!
by Thomas Swayze
Wed Aug 23, 2023 4:39 am
Forum: CCRL Public
Topic: New engine: Rengar
Replies: 17
Views: 5509

Re: New engine: Rengar

Have you had a chance to test this yet? Version 1.0.2 works for me on a fresh install of Windows 10 now
by Thomas Swayze
Sun Aug 20, 2023 2:00 pm
Forum: CCRL Public
Topic: New engine: Rengar
Replies: 17
Views: 5509

Re: New engine: Rengar

Thanks for your efforts and patience with this. The BMI2 exe you provide does not run on my PC, it complains of several missing DLL's. My mistake - TIL about static linking. This should be fixed now in v1.0.2: https://github.com/teswayze/rengar/releases/tag/v1.0.2 I tried the makefile but it issued ...
by Thomas Swayze
Sat Aug 19, 2023 4:36 am
Forum: CCRL Public
Topic: New engine: Rengar
Replies: 17
Views: 5509

Re: New engine: Rengar

Roughly how strong do you estimate Rengar 1.0.1 64-bit to be? At blitz time controls, I'd guess around 2500. This is based off of some lichess bot games agains CCRL rated engines. Rengar is 1/6 against Odonata, 0/5 against Cheng, 4/4 against Eubos, 2.5/4 against Fatalii, 1.5/2 against Fornax, 0/2 a...
by Thomas Swayze
Sat Aug 19, 2023 3:50 am
Forum: CCRL Public
Topic: New engine: Rengar
Replies: 17
Views: 5509

Re: New engine: Rengar

I released v1.0.1. Same as the original, but with windows binaries and compilable without BMI2 instructions.

https://github.com/teswayze/rengar/releases/tag/v1.0.1
by Thomas Swayze
Thu Aug 17, 2023 4:41 am
Forum: CCRL Public
Topic: New engine: Rengar
Replies: 17
Views: 5509

Re: New engine: Rengar

It would be nice, if you would add an alternative (slower way) for bitmasking except using 'pext', which would allow to compile it for older hardware too. Done: https://github.com/teswayze/rengar/pull/4 You can compile with make no-BMI2=1 or make no-BMI=1 Time to depth was up 50% when I benchmarked...
by Thomas Swayze
Sun Aug 13, 2023 4:33 pm
Forum: CCRL Public
Topic: New engine: Rengar
Replies: 17
Views: 5509

Re: New engine: Rengar

Gotcha - I’m working on a Windows compatible version now
by Thomas Swayze
Sat Aug 12, 2023 4:42 pm
Forum: CCRL Public
Topic: New engine: Rengar
Replies: 17
Views: 5509

New engine: Rengar

Hi, As a project to learn C++, I wrote a chess engine from scratch. I would love for it to have an official rating! Source code and release binary for mac: https://github.com/teswayze/rengar/ Based on results from lichess bot games agains CCRL rated engines, I'd expect a rating in the ballpark of 2500