amoeba 2.2 released

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

Moderator: Ras

abulmo2
Posts: 492
Joined: Fri Dec 16, 2016 11:04 am
Location: France
Full name: Richard Delorme

Re: amoeba 2.2 released

Post by abulmo2 »

Werner wrote:
Graham Banks wrote:I've switched back to Amoeba 2.1 in the meantime.
Hi Graham,
I have started a testmatch with Amoeba 2.2 and Amoeba 2.1 under Arena.
I configured both with 256MB hash.
However, Amoeba starts with 208MB and later Arena shows only 147MB hash here for Amoeba 2.1.
With the same conditions Amoeba 2.2 show 339MB hash.

So I will only test Amoeba 2.2 here.
Two hash tables are coded in Amoeba: a transposition table used by the search and a pawn hash table used by the evaluation function. For fast indexing, both need to have a power of two number of entries. In Amoeba 2.1, the 256 MB are shared by both tables with 248 MB for the transposition table and 8 MB for the Pawn hash table. Because of the fast indexing constrain, only 128 MB are allocated by the transposition table. In Amoeba 2.2, I decided that the pawn hash table has a negligible size (1/32 of the transposition table), so all the requested size can be alloted to the transposition hash table.
The 339/208 MB are the memory size allocated by the whole program, not only by the hash.
Richard Delorme
User avatar
Werner
Posts: 3036
Joined: Wed Mar 08, 2006 10:09 pm
Location: Germany
Full name: Werner Schüle

Re: amoeba 2.2 released

Post by Werner »

Thanks for the info Richard,
next week I will start testing version 2.2 for CEGT 40/20.
Werner
abulmo2
Posts: 492
Joined: Fri Dec 16, 2016 11:04 am
Location: France
Full name: Richard Delorme

amoeba 2.3 released

Post by abulmo2 »

I released a new version of Amoeba.
- It should works with ChessGui now
- No change in strength.
Richard Delorme
User avatar
Graham Banks
Posts: 45691
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: amoeba 2.3 released

Post by Graham Banks »

abulmo2 wrote:I released a new version of Amoeba.
- It should works with ChessGui now
- No change in strength.
Thanks Richard. :)
gbanksnz at gmail.com
User avatar
Werner
Posts: 3036
Joined: Wed Mar 08, 2006 10:09 pm
Location: Germany
Full name: Werner Schüle

Re: amoeba 2.2 released

Post by Werner »

Testmatch result:
Zurichess Jura x64 2589 - Amoeba 2.1 x64 2509 58.0 - 42.0 +36/=44/-20 58.00%
Zurichess Jura x64 2589 - Amoeba 2.2 x64 2629 46.0 - 54.0 +21/=50/-29 46.00%
Amoeba 2.0 x64 2569
Werner