Mediocre v0.5 released
Moderators: hgm, Harvey Williamson, bob
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
Mediocre v0.5 released
Mediocre v0.5 is released and available for download.
Should be noticably stronger than the previous version (v0.4) and might play quite a bit different since I rewrote a big chunk of the evaluation (probably not adding much in terms of strength though).
For anyone messing about in the code it should be a lot nicer now as I converted it to a Maven project, with a bit of automatic build-params and such. Importing into Eclipse (or some IDE of your choice) should be a breeze now.
Download here
Should be noticably stronger than the previous version (v0.4) and might play quite a bit different since I rewrote a big chunk of the evaluation (probably not adding much in terms of strength though).
For anyone messing about in the code it should be a lot nicer now as I converted it to a Maven project, with a bit of automatic build-params and such. Importing into Eclipse (or some IDE of your choice) should be a breeze now.
Download here
Re: Mediocre v0.5 released
Thanks Jonatan!
Both for the engine and... your guides! Often, when I google for a programming topic I end up on your website! 
Last edited by JuLieN on Mon Jul 30, 2012 6:49 pm, edited 1 time in total.
"The only good bug is a dead bug." (Don Dailey)
[Blog: http://tinyurl.com/predateur ] [Facebook: http://tinyurl.com/fbpredateur ] [MacEngines: http://tinyurl.com/macengines ]
[Blog: http://tinyurl.com/predateur ] [Facebook: http://tinyurl.com/fbpredateur ] [MacEngines: http://tinyurl.com/macengines ]-
Richard Allbert
- Posts: 762
- Joined: Wed Jul 19, 2006 7:58 am
Re: Mediocre v0.5 released
Thanks,
You've made really good progress with this engine.
Regards
Richard
You've made really good progress with this engine.
Regards
Richard
Re: Mediocre v0.5 released
Hi Jonatan,
good to see you back at it. Looking forward to run some games against it
Thomas ...
good to see you back at it. Looking forward to run some games against it
Thomas ...
- Graham Banks
- Posts: 30733
- Joined: Sun Feb 26, 2006 9:52 am
- Location: Auckland, NZ
Re: Mediocre v0.5 released
Thanks Jonatan.Zlaire wrote:Mediocre v0.5 is released and available for download.
Should be noticably stronger than the previous version (v0.4) and might play quite a bit different since I rewrote a big chunk of the evaluation (probably not adding much in terms of strength though).
For anyone messing about in the code it should be a lot nicer now as I converted it to a Maven project, with a bit of automatic build-params and such. Importing into Eclipse (or some IDE of your choice) should be a breeze now.
Download here
My email addresses:
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz
Re: Mediocre v0.5 released
Hi Jonatan. I seemed to have problems with the supplied performance.bin book. Mediocre opened the book, but didn't play any books moves, as white or black. There were no entries in the log file. It did seem to work with the performance.bin book from my Fruit installation, so maybe it's the book file itself...?
Re: Mediocre v0.5 released
You're right, very strange. I wonder if my performance.bin was corrupted somewhere along the way.. It seems to work with a fresh download.tmokonen wrote:Hi Jonatan. I seemed to have problems with the supplied performance.bin book. Mediocre opened the book, but didn't play any books moves, as white or black. There were no entries in the log file. It did seem to work with the performance.bin book from my Fruit installation, so maybe it's the book file itself...?
I'll make a new release with a new performance.bin.
And if you already downloaded it, just replace it with a new one.
Re: Mediocre v0.5 released
Oh, without having confirmed it I know what the problem is. I'm actually corrupting it myself by filtering the binary in my build process.
Fixing that and re-releasing. Again, just replace performance.bin and it'll work if you already downloaded it.
(performance.bin can be found here)
Edit: I've uploaded a fixed version to sourceforge (same link/name etc.)
Fixing that and re-releasing. Again, just replace performance.bin and it'll work if you already downloaded it.
(performance.bin can be found here)
Edit: I've uploaded a fixed version to sourceforge (same link/name etc.)
-
ZirconiumX
- Posts: 1327
- Joined: Sun Jul 17, 2011 9:14 am
Re: Mediocre v0.5 released
See? I can be a useful person, honestly!So taking Matthew's advice from my previous post I took a look at all the lines touching futility pruning, and I found a difference. It was indeed futility being turned off (I had missed a third boolean).
Matthew:out
Some believe in the almighty dollar.
I believe in the almighty printf statement.
I believe in the almighty printf statement.
Re: Mediocre v0.5 released
Thank you, Jonatan.


