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.
Napoleon 1.8
Moderator: Ras
-
Graham Banks
- Posts: 46085
- Joined: Sun Feb 26, 2006 10:52 am
- Location: Auckland, NZ
-
Guenther
- Posts: 4718
- Joined: Wed Oct 01, 2008 6:33 am
- Location: Regensburg, Germany
- Full name: Guenther Simon
Re: Napoleon 1.8
Hi Marco,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.
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.
-
Guenther
- Posts: 4718
- Joined: Wed Oct 01, 2008 6:33 am
- Location: Regensburg, Germany
- Full name: Guenther Simon
Re: Napoleon 1.8
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
The PGO-64 build for 1.7 still works here.
Guenther
-
crybotmark
- Posts: 37
- Joined: Thu May 09, 2013 9:06 pm
Re: Napoleon 1.8
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.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