Page 1 of 1

IvanHoe-57b

Posted: Tue Jun 22, 2010 5:38 pm
by Eduard Nemeth
IvanHoe-57b w32 MP and IvanHoe-57b X64 MP UCI-Engines (ZIP).

Re: IvanHoe-57b

Posted: Tue Jun 22, 2010 6:02 pm
by Eduard Nemeth
Source-Code IvanHoe v57b.

Re: IvanHoe-57b

Posted: Tue Jun 22, 2010 6:06 pm
by kingliveson

Re: IvanHoe-57b

Posted: Tue Jun 22, 2010 7:01 pm
by Eduard Nemeth
kingliveson wrote:This was already posted here: http://open-chess.org/viewtopic.php?p=2000#p2000
In your Link (with Download-Links) is not clear that it is not 57a, but 57b!

Re: IvanHoe-57b

Posted: Tue Jun 22, 2010 8:12 pm
by xshat
I can't find the 57b source on Ippolit's wiki was this made by someone else?

Re: IvanHoe-57b

Posted: Tue Jun 22, 2010 8:48 pm
by kingliveson
There is no 57b source/compile. All the binaries are named 9.xxb internally, where 9 represents 9999, xx is last 2 numbers of the released source (999957), and b is simply beta. Just like previous releases were 9.58b, 9.63b, 9.64b, 9.65b, 9.66b, 9.67b, 9.68b, 9.70b, 9.73b, 9.76b, 9.81b, 9.84b, 9.87b. The next will also be named 9.xxb. Hope the confusion is clarified. The compiles are directly from original source without any changes that would affect integrity of the engine.

Re: IvanHoe-57b

Posted: Tue Jun 22, 2010 8:59 pm
by Eduard Nemeth
If you create the above engines as UCI, you will see in the engine window "Ivanhoe 9.57b", w32 or X64.

ED.

Re: IvanHoe-57b

Posted: Tue Jun 22, 2010 9:03 pm
by xshat
kingliveson wrote:There is no 57b source/compile. All the binaries are named 9.xxb internally, where 9 represents 9999, xx is last 2 numbers of the released source (999957), and b is simply beta. Just like previous releases were 9.58b, 9.63b, 9.64b, 9.65b, 9.66b, 9.67b, 9.68b, 9.70b, 9.73b, 9.76b, 9.81b, 9.84b, 9.87b. The next will also be named 9.xxb. Hope the confusion is clarified. The compiles are directly from original source without any changes that would affect integrity of the engine.
There is 99999957a source, but not 57b source? I have 57a source from Ippolit Wiki.

Re: IvanHoe-57b

Posted: Wed Jun 23, 2010 8:08 pm
by Vlad0
kingliveson wrote:There is no 57b source/compile. All the binaries are named 9.xxb internally, where 9 represents 9999, xx is last 2 numbers of the released source (999957), and b is simply beta. Just like previous releases were 9.58b, 9.63b, 9.64b, 9.65b, 9.66b, 9.67b, 9.68b, 9.70b, 9.73b, 9.76b, 9.81b, 9.84b, 9.87b. The next will also be named 9.xxb. Hope the confusion is clarified. The compiles are directly from original source without any changes that would affect integrity of the engine.
If this is true, then the compilation was made not by MS VC, but by another compiler? Which one: Intel or Mingw's gcc?
Was it somehow PGO optimized? (seems Yes, because its Kns is very good). In case, it was yet compiled by MS VS 2010 somehow , could You include the corresponding .vcxproj file into Your distribution , pls?