Page 3 of 3

New version: Demolito 2018-10-29

Posted: Sun Nov 11, 2018 11:03 am
by lucasart
New release. About 50 elo gain in my testing: self-play, tc=8"+0.08", high resolution book (5 plies). As usual, expect elo compression in rating lists, due to higher TC and longer book lines.

Android compile:
demolito_20181109_armv8.bz2
Android compile (ARMv8)
(352.37 KiB) Downloaded 643 times
Windows compile by tpoppins:
https://www.mediafire.com/file/47jr2tfe ... p.zip/file

Linux, MacOSX:
Please compile it yourself, using the following procedure:

Code: Select all

git clone https://github.com/lucasart/Demolito.git
cd Demolito
./make.sh ./demolito
Tips:
- Replace clang by gcc in make.sh if you have gcc but not clang installed (will be a bit slower).
- remove -DPEXT in make.sh if you don't have a PEXT capable CPU.