-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.
			
			
									
						
										
						OliThink 5.3.1 released (Win, Mac, Linux and Java)
Moderator: Ras
- 
				OliverBr
 - Posts: 865
 - Joined: Tue Dec 18, 2007 9:38 pm
 - Location: Munich, Germany
 - Full name: Dr. Oliver Brausch
 
- 
				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)
Thanks Oliver.OliverBr wrote:Two years after 5.3.0 there is a new version of OliThink.
gbanksnz at gmail.com
			
						- 
				Matthias Gemuh
														 - Posts: 3245
 - Joined: Thu Mar 09, 2006 9:10 am
 
Re: OliThink 5.3.1 released (Win, Mac, Linux and Java)
You really mean stronger than Cuckoo ?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.
...
My engine was quite strong till I added knowledge to it.
http://www.chess.hylogic.de
			
						http://www.chess.hylogic.de
- 
				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.......
Hello !OliverBr wrote: -Furthermore the Java Version, which seems to be the best Java Engine available, has been revised.
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
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 !
- 
				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)
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)
I don't know if you saw my email, but there is a bug about the move format. Really a trivial fixOliverBr 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.
=> replace
Code: Select all
printf("%d. ... ", COUNT/2 + 1);
Code: Select all
printf("move ");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)
Hi Lucas, I got your email, but forget to change this. I did it now and re-uploaded the files with this change.lucasart wrote:I don't know if you saw my email, but there is a bug about the move format. Really a trivial fixOliverBr 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.
=> replacebyCode: Select all
printf("%d. ... ", COUNT/2 + 1);the "%d. ... %s" format is antiquated xboard stuff that doesn't work with some modern interfaces. better to use "move %s", simply.Code: Select all
printf("move ");
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: Thank you a lot....but.......
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.Sylwy wrote:Hello !OliverBr wrote: -Furthermore the Java Version, which seems to be the best Java Engine available, has been revised.
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![]()
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 !
- 
				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.......
Hi Maestro Oliver !OliverBr wrote: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.Sylwy wrote:Hello !OliverBr wrote: -Furthermore the Java Version, which seems to be the best Java Engine available, has been revised.
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![]()
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 !
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
- 
				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)
Try my buildsMarek Soszynski wrote:It would be a fine thing to add analyse mode to the Linux compile.
& thanks for the update Oliver.
Jim.