Phalanx XXV

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

Moderators: hgm, Rebel, chrisw

dusando
Posts: 27
Joined: Thu May 01, 2014 12:58 pm

Phalanx XXV

Post by dusando »

New Phalanx XXV is available from https://sourceforge.net/projects/phalan ... ion%20XXV/

Version XXV retains the playing style of XXIV, as there are no major changes in the static evaluation; just the bug fixes and these should make it stronger.

Changes include:

Better time management to use more time if the best move changed recently.
Search improvements: Added simple ProbCut, tuned null move and LMR, simplified check evasion extension.
Static evaluation bug fixes.
New parameter to root moves randomization, it can now be limited to first N moves of the game.
New opening book generated from KingBase Lite 03/2016 (http://www.kingbase-chess.net/).

Special thanks go to Fabrice Lecouvey, who spotted and reported several bugs in the static eval function.

Detailed changelog is in https://sourceforge.net/p/phalanx/code/151/log/

Two weakened versions of Phalanx play on freechess.org:
Rusalka is at easy level 80 and the current FICS standard rating is 1643.
Pikozrout is normal Phalanx with pondering and slight randomization in opening to avoid repeating lines if it gets out of the book too early. It is limited to 10000 nodes per second, current standard rating is 2357.

Dusan
carldaman
Posts: 2283
Joined: Sat Jun 02, 2012 2:13 am

Re: Phalanx XXV

Post by carldaman »

Thanks, Dusan, much appreciated! :D

CL
dusando wrote:New Phalanx XXV is available from https://sourceforge.net/projects/phalan ... ion%20XXV/

Version XXV retains the playing style of XXIV, as there are no major changes in the static evaluation; just the bug fixes and these should make it stronger.

Changes include:

Better time management to use more time if the best move changed recently.
Search improvements: Added simple ProbCut, tuned null move and LMR, simplified check evasion extension.
Static evaluation bug fixes.
New parameter to root moves randomization, it can now be limited to first N moves of the game.
New opening book generated from KingBase Lite 03/2016 (http://www.kingbase-chess.net/).

Special thanks go to Fabrice Lecouvey, who spotted and reported several bugs in the static eval function.

Detailed changelog is in https://sourceforge.net/p/phalanx/code/151/log/

Two weakened versions of Phalanx play on freechess.org:
Rusalka is at easy level 80 and the current FICS standard rating is 1643.
Pikozrout is normal Phalanx with pondering and slight randomization in opening to avoid repeating lines if it gets out of the book too early. It is limited to 10000 nodes per second, current standard rating is 2357.

Dusan
User avatar
Graham Banks
Posts: 41472
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: Phalanx XXV

Post by Graham Banks »

dusando wrote:New Phalanx XXV is available from https://sourceforge.net/projects/phalan ... ion%20XXV/

Version XXV retains the playing style of XXIV, as there are no major changes in the static evaluation; just the bug fixes and these should make it stronger.
Thanks Dusan. :-)
gbanksnz at gmail.com
styx
Posts: 338
Joined: Tue Mar 13, 2012 9:59 pm
Location: Germany

Re: Phalanx XXV

Post by styx »

awesome. thanks!
User avatar
fern
Posts: 8755
Joined: Sun Feb 26, 2006 4:07 pm

Re: Phalanx XXV

Post by fern »

A pleasure to play this engine.
Very very agressive.
You cannot breath.

Fern
User avatar
Dariusz
Posts: 364
Joined: Sat Jun 13, 2015 10:08 am
Location: Poland
Full name: Dariusz Domagała

Re: Phalanx XXV

Post by Dariusz »

Thank you :-)
I regulary played against your engine.

UCI version, please, please, please...!
Regards, Darius
https://chessengeria.eu
User avatar
hgm
Posts: 27811
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: Phalanx XXV

Post by hgm »

It annoys you that it can offer and accept draws? :roll:
jmartus
Posts: 256
Joined: Sun May 16, 2010 2:50 am

Re: Phalanx XXV

Post by jmartus »

Would love a uci version also
styx
Posts: 338
Joined: Tue Mar 13, 2012 9:59 pm
Location: Germany

Re: Phalanx XXV

Post by styx »

Just out of curiosity: why is the hardest easy level around 1500-1600 Elo? Shouldn't it be close to full strength?

I know it got a lot of useful parameters to cover the full Elo range, but it's not easy to do (at least not for me)
dusando
Posts: 27
Joined: Thu May 01, 2014 12:58 pm

Re: Phalanx XXV

Post by dusando »

Unfortunately, I'm not planning UCI support currently. When i find some time to work on the engine, i prefer to test ideas in search and evaluation. Perhaps interfaces that are UCI only should consider implementing xboard protocol :)

Is there not any good Xboard to UCI adaptor available?