Napoleon 1.8

Discussion of computer chess matches and engine tournaments.

Moderator: Ras

crybotmark
Posts: 37
Joined: Thu May 09, 2013 9:06 pm

Napoleon 1.8

Post by crybotmark »

Hi guys,

I've just released Napoleon 1.8 which includes various enhancements for both search and evaluation routines. Feel free to test it and please let me know if you encounter any problem.

https://github.com/crybot/Napoleon/releases/tag/v1.8

I had no time to thoroughly test the pondering framework I implemented, but it was imperative to release the build today.
User avatar
Graham Banks
Posts: 46085
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: Napoleon 1.8

Post by Graham Banks »

Thanks. Sounds like a good improvement. :)
gbanksnz at gmail.com
Guenther
Posts: 4718
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: Napoleon 1.8

Post by Guenther »

crybotmark wrote:Hi guys,

I've just released Napoleon 1.8 which includes various enhancements for both search and evaluation routines. Feel free to test it and please let me know if you encounter any problem.

https://github.com/crybot/Napoleon/releases/tag/v1.8

I had no time to thoroughly test the pondering framework I implemented, but it was imperative to release the build today.
Hi Marco,

Thanks for the new release!
I think though this post should be moved to the general forum,
because there it reaches more people who are interested and it fits better.
https://rwbc-chess.de

[Trolls n'existent pas...]
Guenther
Posts: 4718
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: Napoleon 1.8

Post by Guenther »

I noticed now that version 1.8 doesn't work anymore on my old quadcore Win7-64 without popcount support.
The PGO-64 build for 1.7 still works here.

Guenther
https://rwbc-chess.de

[Trolls n'existent pas...]
crybotmark
Posts: 37
Joined: Thu May 09, 2013 9:06 pm

Re: Napoleon 1.8

Post by crybotmark »

Guenther wrote:I noticed now that version 1.8 doesn't work anymore on my old quadcore Win7-64 without popcount support.
The PGO-64 build for 1.7 still works here.

Guenther
Yes, the latest release only works with bmi2 supported cpus. That means >= Haswell. I had no time to generalize the new code for cross platform usage, but that's the next thing i'm going to do.