OliThink 5.3.1 released (Win, Mac, Linux and Java)

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

OliverBr
Posts: 865
Joined: Tue Dec 18, 2007 9:38 pm
Location: Munich, Germany
Full name: Dr. Oliver Brausch

OliThink 5.3.1 released (Win, Mac, Linux and Java)

Post by OliverBr »

-Two years after 5.3.0 there is a new version of OliThink. A little bug was removed. This seems to improve about 35 ELO.

-Furthermore the Java Version, which seems to be the best Java Engine available, has been revised.

-Note, that the Java Version on a 64bit Java Runtime Environment is as strong as the native one on a 32bit System.

-MacOSX binaries added.

Download here as usual:

http://home.arcor.de/dreamlike/chess/index.html

The x64 Windows binary hasn't been tested yet. Please check it out and tell me, if it doesn't work.
User avatar
Graham Banks
Posts: 44792
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: OliThink 5.3.1 released (Win, Mac, Linux and Java)

Post by Graham Banks »

OliverBr wrote:Two years after 5.3.0 there is a new version of OliThink.
Thanks Oliver. :)
gbanksnz at gmail.com
User avatar
Matthias Gemuh
Posts: 3245
Joined: Thu Mar 09, 2006 9:10 am

Re: OliThink 5.3.1 released (Win, Mac, Linux and Java)

Post by Matthias Gemuh »

OliverBr wrote: ...
-Furthermore the Java Version, which seems to be the best Java Engine available, has been revised.

-Note, that the Java Version on a 64bit Java Runtime Environment is as strong as the native one on a 32bit System.
...
You really mean stronger than Cuckoo ?
My engine was quite strong till I added knowledge to it.
http://www.chess.hylogic.de
User avatar
Sylwy
Posts: 4899
Joined: Fri Apr 21, 2006 4:19 pm
Location: IAȘI - the historical capital of MOLDOVA
Full name: Silvian Rucsandescu

Re: Thank you a lot....but.......

Post by Sylwy »

OliverBr wrote: -Furthermore the Java Version, which seems to be the best Java Engine available, has been revised.
Hello !

Thank you Mr. Olivier for the long avaited OliThink 5.3.1 J !
This your engine is for sure the best Java WB chess engine but only the place 3/4 - th ( together with Magnum 3.00 r20 JA) in the Java world. My very long SUPREME JAVA TOURNAMENT shows me CuckooCkess 1.12 ( by far) and Flux 2.2 like the best Java chess engines !

Thank you again !
SilvianR :wink:

Here is the Java WB tournament (with OliThink 5.3.0 J):

http://talkchess.com/forum/viewtopic.ph ... 74&t=42087

Here is the Java UCI tournament:

http://talkchess.com/forum/viewtopic.ph ... 60&t=42087

My SUPREME JAVA TOURNAMENT 2012 ( the first five places in each tournament ) is under way !
User avatar
Marek Soszynski
Posts: 587
Joined: Wed May 10, 2006 7:28 pm
Location: Birmingham, England

Re: OliThink 5.3.1 released (Win, Mac, Linux and Java)

Post by Marek Soszynski »

It would be a fine thing to add analyse mode to the Linux compile.
Marek Soszynski
lucasart
Posts: 3242
Joined: Mon May 31, 2010 1:29 pm
Full name: lucasart

Re: OliThink 5.3.1 released (Win, Mac, Linux and Java)

Post by lucasart »

OliverBr wrote:-Two years after 5.3.0 there is a new version of OliThink. A little bug was removed. This seems to improve about 35 ELO.

-Furthermore the Java Version, which seems to be the best Java Engine available, has been revised.

-Note, that the Java Version on a 64bit Java Runtime Environment is as strong as the native one on a 32bit System.

-MacOSX binaries added.

Download here as usual:

http://home.arcor.de/dreamlike/chess/index.html

The x64 Windows binary hasn't been tested yet. Please check it out and tell me, if it doesn't work.
I don't know if you saw my email, but there is a bug about the move format. Really a trivial fix

=> replace

Code: Select all

printf("%d. ... ", COUNT/2 + 1);
by

Code: Select all

printf("move ");
the "%d. ... %s" format is antiquated xboard stuff that doesn't work with some modern interfaces. better to use "move %s", simply.

I'm currently running Olithink 5.3.1 in my Open Source Bullet rating list (1'+1"). Results available tomorrow in the tournament forum.

Lucas
OliverBr
Posts: 865
Joined: Tue Dec 18, 2007 9:38 pm
Location: Munich, Germany
Full name: Dr. Oliver Brausch

Re: OliThink 5.3.1 released (Win, Mac, Linux and Java)

Post by OliverBr »

lucasart wrote:
OliverBr wrote:-Two years after 5.3.0 there is a new version of OliThink. A little bug was removed. This seems to improve about 35 ELO.

-Furthermore the Java Version, which seems to be the best Java Engine available, has been revised.

-Note, that the Java Version on a 64bit Java Runtime Environment is as strong as the native one on a 32bit System.

-MacOSX binaries added.

Download here as usual:

http://home.arcor.de/dreamlike/chess/index.html

The x64 Windows binary hasn't been tested yet. Please check it out and tell me, if it doesn't work.
I don't know if you saw my email, but there is a bug about the move format. Really a trivial fix

=> replace

Code: Select all

printf("%d. ... ", COUNT/2 + 1);
by

Code: Select all

printf("move ");
the "%d. ... %s" format is antiquated xboard stuff that doesn't work with some modern interfaces. better to use "move %s", simply.

I'm currently running Olithink 5.3.1 in my Open Source Bullet rating list (1'+1"). Results available tomorrow in the tournament forum.

Lucas
Hi Lucas, I got your email, but forget to change this. I did it now and re-uploaded the files with this change.
OliverBr
Posts: 865
Joined: Tue Dec 18, 2007 9:38 pm
Location: Munich, Germany
Full name: Dr. Oliver Brausch

Re: Thank you a lot....but.......

Post by OliverBr »

Sylwy wrote:
OliverBr wrote: -Furthermore the Java Version, which seems to be the best Java Engine available, has been revised.
Hello !

Thank you Mr. Olivier for the long avaited OliThink 5.3.1 J !
This your engine is for sure the best Java WB chess engine but only the place 3/4 - th ( together with Magnum 3.00 r20 JA) in the Java world. My very long SUPREME JAVA TOURNAMENT shows me CuckooCkess 1.12 ( by far) and Flux 2.2 like the best Java chess engines !

Thank you again !
SilvianR :wink:

Here is the Java WB tournament (with OliThink 5.3.0 J):

http://talkchess.com/forum/viewtopic.ph ... 74&t=42087

Here is the Java UCI tournament:

http://talkchess.com/forum/viewtopic.ph ... 60&t=42087

My SUPREME JAVA TOURNAMENT 2012 ( the first five places in each tournament ) is under way !
Of course, I could transfer Stockfish into Java as I did with OliThink. Only problem is, that I will need at least one week full work, because of the excessive use of pointers and c++ specific stuff.
User avatar
Sylwy
Posts: 4899
Joined: Fri Apr 21, 2006 4:19 pm
Location: IAȘI - the historical capital of MOLDOVA
Full name: Silvian Rucsandescu

Re: Thank you a lot....but.......

Post by Sylwy »

OliverBr wrote:
Sylwy wrote:
OliverBr wrote: -Furthermore the Java Version, which seems to be the best Java Engine available, has been revised.
Hello !

Thank you Mr. Olivier for the long avaited OliThink 5.3.1 J !
This your engine is for sure the best Java WB chess engine but only the place 3/4 - th ( together with Magnum 3.00 r20 JA) in the Java world. My very long SUPREME JAVA TOURNAMENT shows me CuckooCkess 1.12 ( by far) and Flux 2.2 like the best Java chess engines !

Thank you again !
SilvianR :wink:

Here is the Java WB tournament (with OliThink 5.3.0 J):

http://talkchess.com/forum/viewtopic.ph ... 74&t=42087

Here is the Java UCI tournament:

http://talkchess.com/forum/viewtopic.ph ... 60&t=42087

My SUPREME JAVA TOURNAMENT 2012 ( the first five places in each tournament ) is under way !
Of course, I could transfer Stockfish into Java as I did with OliThink. Only problem is, that I will need at least one week full work, because of the excessive use of pointers and c++ specific stuff.
Hi Maestro Oliver !

That's ( but not only) an explanation why I love Java : all 30 chess engines I have are original works . The strenght isn't so important for me. I like a lot - for example Animats Chess rev23-a nice Australian Chess engine (Mr.Stuart Allen). Also I like to play myself with BremboCE , Carballo...................
Well , I know that CuckooChess has some nice features: a strong (and small) engine book- inntegrated in the .exe , endgame bitbases (also integrated). Flux is also a true phenomenon: a low speed and depth but a superb evaluation function ( made by Mr. Nanova).
It's a true passion for me to study every new Java chess engine. Even the unfinished ones ( like the Romanian Black&Right-very buggy , the unfinished Norvegian Mentally Challenged rev.1 , the impossible Italian PsychoChess 0.1 or the Duch move generator POS-1.2 (DeepBrutePOS)..........).

So , THANK YOU again for the new OliThink 5.3.1 J.

Have a nice day !
SilvianR
:wink:
User avatar
Jim Ablett
Posts: 2331
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: OliThink 5.3.1 released (Win, Mac, Linux and Java)

Post by Jim Ablett »

Marek Soszynski wrote:It would be a fine thing to add analyse mode to the Linux compile.
Try my builds :) Usual place.

& thanks for the update Oliver.

Jim.