| View previous topic :: View next topic |
| Author |
Message |
Peter Österlund
Joined: 19 Apr 2010 Posts: 122 Location: Sweden
|
Post subject: New chess engine: Texel Posted: Sat Mar 24, 2012 1:43 pm |
|
|
Hi,
My new UCI chess engine "Texel" is now available for download from http://web.comhem.se/petero2home/texel101.zip
Texel is derived from my old engine CuckooChess. In fact, Texel 1.00 was functionally equivalent to an unreleased version of CuckooChess. The main difference is that Texel is written in C++11 instead of java.
The program is licensed under GNU GPLv3. The zip archive contains source code and binaries for linux 64-bit and 32-bit (Fedora 16, untested on other distributions) and windows 64-bit and 32-bit (tested on Windows 7 64-bit and Windows Vista 32-bit.)
In theory it should be possible to compile the program on any platform that has a C++11 compiler, because the source code does not contain any platform-specific code. In practice it is still quite hard to find good C++11 compilers. I have used gcc 4.6.3 in linux and Visual Studio 2012 beta in Windows.
Changes compared to CuckooChess 1.12:
* Ported from Java to C++. About twice as fast as a result.
* Made node counters 64-bit to avoid overflow in long searches.
* Fixed handling of UCI "searchmoves" command.
* Added evaluation term to avoid walking into wrong corner in KRKB endings.
* Implemented reverse futility pruning.
* Implemented late move pruning.
* Made strength setting between 0% and 10% even weaker. 0% now plays random legal moves and 10% corresponds to the old 0% setting.
* Replaced cuckoo hashing with a more cache-friendly alternative.
* Try harder not to lose on time in really short time control games.
* Implemented passed pawn race evaluation.
* Increased passed pawn bonus for pawns on rank 6 and 7.
Texel scores about 70% (+140 elo) against CuckooChess 1.13a8 (unreleased) on my 64-bit linux computer at short time control (60 moves in 8 seconds), but I would be very surprised if the difference is that big at longer time controls against different engines. _________________ Peter Osterlund - peterosterlund2@gmail.com
http://web.comhem.se/petero2home |
|
| Back to top |
|
 |
|
| Subject |
Author |
Date/Time |
New chess engine: Texel |
Peter Österlund |
Sat Mar 24, 2012 1:43 pm |
Re: New chess engine: Texel |
Martin Sedlak |
Sat Mar 24, 2012 1:59 pm |
Re: New chess engine: Texel |
Peter Österlund |
Sat Mar 24, 2012 2:10 pm |
Re: New chess engine: Texel |
Martin Sedlak |
Sat Mar 24, 2012 2:27 pm |
Re: New chess engine: Texel |
Adam Hair |
Sat Mar 24, 2012 5:36 pm |
Re: New chess engine: Texel |
Don Dailey |
Sat Mar 24, 2012 8:00 pm |
Re: New chess engine: Texel |
Don Dailey |
Sat Mar 24, 2012 7:58 pm |
Re: New chess engine: Texel |
Adam Hair |
Sat Mar 24, 2012 10:31 pm |
Re: New chess engine: Texel |
Louis Zulli |
Sat Mar 24, 2012 2:28 pm |
Re: New chess engine: Texel |
Peter Österlund |
Sat Mar 24, 2012 4:09 pm |
Re: New chess engine: Texel |
Louis Zulli |
Sat Mar 24, 2012 5:39 pm |
Re: New chess engine: Texel |
Louis Zulli |
Sat Mar 24, 2012 10:36 pm |
Re: New chess engine: Texel |
Peter Österlund |
Sun Mar 25, 2012 8:58 am |
Re: New chess engine: Texel |
Louis Zulli |
Sun Mar 25, 2012 10:10 am |
Re: New chess engine: Texel |
Bill Henry |
Sun Mar 25, 2012 5:30 pm |
Re: New chess engine: Texel |
Graham Banks |
Sat Mar 24, 2012 2:45 pm |
Re: New chess engine: Texel |
Adam Hair |
Sat Mar 24, 2012 5:40 pm |
Re: New chess engine: Texel |
Marco Costalba |
Sat Mar 24, 2012 6:09 pm |
Re: New chess engine: Texel |
Peter Österlund |
Sun Mar 25, 2012 9:00 am |
Re: New chess engine: Texel |
Graham Banks |
Sat Mar 24, 2012 6:37 pm |
Re: New chess engine: Texel |
Graham Banks |
Sat Mar 24, 2012 7:03 pm |
Re: New chess engine: Texel |
Patrick Buchmann |
Sat Mar 24, 2012 7:15 pm |
Re: New chess engine: Texel |
Thomas Lagershausen |
Sat Mar 24, 2012 7:45 pm |
Re: New chess engine: Texel |
Adam Hair |
Sun Mar 25, 2012 12:08 am |
Re: New chess engine: Texel |
Tony Mokonen |
Sun Mar 25, 2012 2:46 am |
Re: New chess engine: Texel |
Peter Österlund |
Sun Mar 25, 2012 9:05 am |
Re: New chess engine: Texel |
fernando |
Sun Mar 25, 2012 1:41 am |
Re: New chess engine: Texel |
Jim Ablett |
Sun Mar 25, 2012 7:24 pm |
Re: New chess engine: Texel |
Peter Österlund |
Sun Mar 25, 2012 7:57 pm |
Re: New chess engine: Texel |
Jim Ablett |
Sun Mar 25, 2012 8:18 pm |
Re: New chess engine: Texel |
George Speight |
Mon Mar 26, 2012 12:04 am |
Re: New chess engine: Texel |
Graham Banks |
Mon Mar 26, 2012 8:11 am |
Re: New chess engine: Texel |
Mike Scheidl |
Mon Mar 26, 2012 11:03 am |
Re: New chess engine: Texel |
Peter Österlund |
Mon Mar 26, 2012 4:04 pm |
Re: New chess engine: Texel |
Martin Sedlak |
Mon Mar 26, 2012 10:26 pm |
Re: New chess engine: Texel |
George Speight |
Thu Mar 29, 2012 4:08 am |
Re: New chess engine: Texel |
Adam Hair |
Sun Mar 25, 2012 9:47 pm |
Re: New chess engine: Texel |
George Speight |
Mon Mar 26, 2012 7:36 am |
Re: New chess engine: Texel |
E Diaz |
Sun Mar 25, 2012 9:13 am |
Re: New chess engine: Texel |
E Diaz |
Mon Mar 26, 2012 9:51 am |
Re: New chess engine: Texel |
Thorsten Czub |
Tue Mar 27, 2012 9:28 pm |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|