IvanHoe-57b
-
- Posts: 632
- Joined: Thu Jun 10, 2010 12:50 am
IvanHoe-57b
IvanHoe-57b w32 MP and IvanHoe-57b X64 MP UCI-Engines (ZIP).
- Attachments
-
- IvanHoe-57b-x64.zip
- IvanHoe-57b X64 MP
- (164.33 KiB) Downloaded 406 times
-
- IvanHoe-57b-w32.zip
- IvanHoe-57b w32 MP
- (169.73 KiB) Downloaded 421 times
Peace be with you!
-
- Posts: 632
- Joined: Thu Jun 10, 2010 12:50 am
Re: IvanHoe-57b
Source-Code IvanHoe v57b.
- Attachments
-
- Source-Code.zip
- Source-Code IvanHoe v57b
- (194.72 KiB) Downloaded 277 times
Peace be with you!
- kingliveson
- Posts: 1388
- Joined: Thu Jun 10, 2010 1:22 am
- Real Name: Franklin Titus
- Location: 28°32'1"N 81°22'33"W
Re: IvanHoe-57b
This was already posted here: http://open-chess.org/viewtopic.php?p=2000#p2000
PAWN : Knight >> Bishop >> Rook >>Queen
-
- Posts: 632
- Joined: Thu Jun 10, 2010 12:50 am
Re: IvanHoe-57b
In your Link (with Download-Links) is not clear that it is not 57a, but 57b!kingliveson wrote:This was already posted here: http://open-chess.org/viewtopic.php?p=2000#p2000
Peace be with you!
Re: IvanHoe-57b
I can't find the 57b source on Ippolit's wiki was this made by someone else?
- kingliveson
- Posts: 1388
- Joined: Thu Jun 10, 2010 1:22 am
- Real Name: Franklin Titus
- Location: 28°32'1"N 81°22'33"W
Re: IvanHoe-57b
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.
PAWN : Knight >> Bishop >> Rook >>Queen
-
- Posts: 632
- Joined: Thu Jun 10, 2010 12:50 am
Re: IvanHoe-57b
If you create the above engines as UCI, you will see in the engine window "Ivanhoe 9.57b", w32 or X64.
ED.
ED.
Peace be with you!
Re: IvanHoe-57b
There is 99999957a source, but not 57b source? I have 57a source from Ippolit Wiki.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.
Re: IvanHoe-57b
If this is true, then the compilation was made not by MS VC, but by another compiler? Which one: Intel or Mingw's gcc?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.
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?