Tucano release 11.00

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

Moderator: Ras

sedicla
Posts: 182
Joined: Sat Jan 08, 2011 12:51 am
Location: USA
Full name: Alcides Schulz

Tucano release 11.00

Post by sedicla »

Hello all,

Tucano version 11.00 is released. This is the official release of the dev version that is playing TCEC S25, and TCEC cup 12. Should be little stronger than version 10, about 25 elo on faster time control, so should not be much stronger on long time controls.
Code and binaries can be download from my github page, in the release section. There are avx2 and sse4 versions.

I changed the network from version 10, which was based on stockfish NNUE, to a simple architecture of 768x512x1. The reason I wanted to build the inference and training code (src/eval_nn*.c). This network was trained on about 2B positions, and I tried to improve more, but without success, seems this architecture is at its max capacity. Anyways it was a good learning experience, and time to move on.

As a note, I believe this version is a little better than version 10 NNUE, because I didn't implemented the "UE" part of NNUE, it always perform a full eval in version 10.
So my plan for the next release is to write the inference code for the NNUE and implement the incremental logic. I guess this can be faster. Also planning to do more training using NODCHIP trainer. Time to prepare the wallet for the energy bill !!

Thanks and let me know any issues.

Alcides.
sedicla
Posts: 182
Joined: Sat Jan 08, 2011 12:51 am
Location: USA
Full name: Alcides Schulz

Re: Tucano release 11.00

Post by sedicla »

Hello,
There was a small issue with the release files from github release section.
Just made a new release to exclude the file tucano_nn01.bin which was included by mistake.
If you downloaded release 11.00 just remove the file, it is not used anymore. The release 11.00.1 already excludes it.
Thanks.
chessica
Posts: 964
Joined: Thu Aug 11, 2022 11:30 pm
Full name: Esmeralda Pinto

Re: Tucano release 11.00

Post by chessica »

I got these errors:

Erstellen gestartet...
1>------ Erstellen gestartet: Projekt: 2, Konfiguration: Debug x64 ------
1>analyze.c
1>attack.c
1>bitboard.c
1>bitboard_data.c
1>bitboard_magic.c
1>board.c
1>board_utils.c
1>book.c
1>eval_nn.c
1>eval_nn_gen.c
1>eval_nn_train.c
1>tbchess.c
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(94,17): error C2061: Syntaxfehler: Bezeichner "Value"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(94,17): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(98,5): error C2061: Syntaxfehler: Bezeichner "uint64_t"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(99,14): error C2061: Syntaxfehler: Bezeichner "black"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(99,14): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(100,14): error C2061: Syntaxfehler: Bezeichner "kings"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(100,14): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(101,14): error C2061: Syntaxfehler: Bezeichner "queens"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(101,14): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(102,14): error C2061: Syntaxfehler: Bezeichner "rooks"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(102,14): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(103,14): error C2061: Syntaxfehler: Bezeichner "bishops"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(103,14): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(104,14): error C2061: Syntaxfehler: Bezeichner "knights"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(104,14): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(105,14): error C2061: Syntaxfehler: Bezeichner "pawns"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(105,14): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(106,13): error C2061: Syntaxfehler: Bezeichner "rule50"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(106,13): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(107,13): error C2061: Syntaxfehler: Bezeichner "ep"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(107,13): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(108,10): error C2061: Syntaxfehler: Bezeichner "turn"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(108,10): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(109,1): error C2059: Syntaxfehler: "}"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(111,24): error C2061: Syntaxfehler: Bezeichner "pieces_by_type"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(111,24): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(111,45): error C2059: Syntaxfehler: "<cv-qualifer>"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(153,17): error C2061: Syntaxfehler: Bezeichner "king_attacks_table"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(153,17): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(153,35): error C2059: Syntaxfehler: "["
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(163,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(163,18): error C2146: Syntaxfehler: Fehlendes ";" vor Bezeichner "b"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(163,20): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(165,15): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(165,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(165,18): error C2143: Syntaxfehler: Es fehlt ")" vor "Konstante"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(167,15): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(167,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(167,18): error C2143: Syntaxfehler: Es fehlt ")" vor "Konstante"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(169,15): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(169,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(169,18): error C2143: Syntaxfehler: Es fehlt ")" vor "Konstante"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(171,15): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(171,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(171,18): error C2143: Syntaxfehler: Es fehlt ")" vor "Konstante"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(173,15): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(173,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(173,18): error C2143: Syntaxfehler: Es fehlt ")" vor "Konstante"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(175,15): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(175,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(175,18): error C2143: Syntaxfehler: Es fehlt ")" vor "Konstante"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(177,15): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(177,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(177,18): error C2143: Syntaxfehler: Es fehlt ")" vor "Konstante"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(179,15): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(179,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(179,18): error C2143: Syntaxfehler: Es fehlt ")" vor "Konstante"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(180,27): error C2065: "king_attacks_table": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(180,29): error C2109: Index erfordert ein Array oder einen Zeigertyp
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(180,34): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(191,17): error C2061: Syntaxfehler: Bezeichner "knight_attacks_table"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(191,17): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(191,37): error C2059: Syntaxfehler: "["
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(201,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(201,18): error C2146: Syntaxfehler: Fehlendes ";" vor Bezeichner "b"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(201,20): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(204,15): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(204,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(204,18): error C2143: Syntaxfehler: Es fehlt ")" vor "Konstante"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(207,15): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(207,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(207,18): error C2143: Syntaxfehler: Es fehlt ")" vor "Konstante"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(210,15): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(210,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(210,18): error C2143: Syntaxfehler: Es fehlt ")" vor "Konstante"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(213,15): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(213,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(213,18): error C2143: Syntaxfehler: Es fehlt ")" vor "Konstante"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(216,15): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(216,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(216,18): error C2143: Syntaxfehler: Es fehlt ")" vor "Konstante"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(219,15): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(219,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(219,18): error C2143: Syntaxfehler: Es fehlt ")" vor "Konstante"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(222,15): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(222,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(222,18): error C2143: Syntaxfehler: Es fehlt ")" vor "Konstante"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(225,15): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(225,18): error C2065: "uint64_t": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(225,18): error C2143: Syntaxfehler: Es fehlt ")" vor "Konstante"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(226,29): error C2065: "knight_attacks_table": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(226,31): error C2109: Index erfordert ein Array oder einen Zeigertyp
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(226,36): error C2065: "b": nichtdeklarierter Bezeichner
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(237,17): error C2061: Syntaxfehler: Bezeichner "diag_attacks_table"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(237,17): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(237,35): error C2059: Syntaxfehler: "["
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(238,17): error C2061: Syntaxfehler: Bezeichner "anti_attacks_table"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(238,17): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(238,35): error C2059: Syntaxfehler: "["
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(264,23): error C2061: Syntaxfehler: Bezeichner "diag2board_table"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(264,23): error C2059: Syntaxfehler: ";"
1>C:\Users\Privat\Desktop\Tucano-11.00\Tucano-11.00\src\fathom\tbchess.c(264,23): fatal error C1003: Mehr als 100 Fehler gefunden; Kompilierung wird abgebrochen.
1>tbcore.c
1>tbprobe.c
1>game.c
1>main.c
1>move.c
1>move_gen_capture.c
1>move_gen_evasion.c
1>move_gen_quiet.c
1>Code wird generiert...
1>Kompilieren...
1>move_order.c
1>move_selector.c
1>protocol_uci.c
1>search_egtb_syzygy.c
1>search_main.c
1>search_pv.c
1>search_quiesce.c
1>search_singular.c
1>search_utils.c
1>search_zw.c
1>see.c
1>system_utils.c
1>test_assert.c
1>test_auto_play.c
1>test_epd.c
1>test_eval_symmetry.c
1>test_perft.c
1>test_perftx.c
1>test_perfty.c
1>test_perftz.c
1>Code wird generiert...
1>Kompilieren...
1>test_pgn.c
1>test_trans_table.c
1>transposition.c
1>utils_pgn.c
1>zkeys.c
1>Code wird generiert...
1>Die Erstellung des Projekts "2.vcxproj" ist abgeschlossen -- FEHLER.
========== Build: 0 erfolgreich, 1 Fehler, 0 aktuell, 0 übersprungen ==========
========== Erstellen wurde am 1:36 PM gestartet und dauerte 20,354 Sekunden ==========

What is wrong?
sedicla
Posts: 182
Joined: Sat Jan 08, 2011 12:51 am
Location: USA
Full name: Alcides Schulz

Re: Tucano release 11.00

Post by sedicla »

Hi chessica,
Seems you are using visual studio? This file tbchess.c is part of the endgame tablebase, so you can exclude from the project since it is not used.
You can try to compile without it.
Let me know if this helps.
Alcides.
chessica
Posts: 964
Joined: Thu Aug 11, 2022 11:30 pm
Full name: Esmeralda Pinto

Re: Tucano release 11.00

Post by chessica »

sedicla wrote: Wed Jul 19, 2023 2:01 pm Hi chessica,
Seems you are using visual studio? This file tbchess.c is part of the endgame tablebase, so you can exclude from the project since it is not used.
You can try to compile without it.
Let me know if this helps.
Alcides.
Hi Alcides,

in which file do I have to edit what to switch off the TableBases?
sedicla
Posts: 182
Joined: Sat Jan 08, 2011 12:51 am
Location: USA
Full name: Alcides Schulz

Re: Tucano release 11.00

Post by sedicla »

No need to edit a file. You can remove tbchess.c in the solution explorer screen. By default the egtb is disabled when using visual studio. So just don’t compile this file.
Let me know anything.
chessica
Posts: 964
Joined: Thu Aug 11, 2022 11:30 pm
Full name: Esmeralda Pinto

Re: Tucano release 11.00

Post by chessica »

Yes now its working. Thanks.

Tucano chess engine by Alcides Schulz - 11.00 (type 'help' for information)
hash table: 64 MB, threads: 1

uci
id name Tucano 11.00
id author Alcides Schulz
option name Hash type spin default 64 min 8 max 65536
option name Threads type spin default 1 min 1 max 256
option name SyzygyPath type string default <empty>
option name Ponder type check default false
uciok
go
info depth 1 seldepth 1 score cp 35 time 1 nodes 2 nps 2000 pv a2a3
info depth 1 seldepth 1 score cp 47 time 1 nodes 7 nps 7000 pv e2e3
info depth 1 seldepth 1 score cp 49 time 2 nodes 15 nps 7500 pv d2d4
info depth 1 seldepth 1 score cp 67 time 2 nodes 17 nps 8500 pv e2e4
info depth 2 seldepth 2 score cp 16 time 4 nodes 49 nps 12250 pv e2e4 e7e5
info depth 2 seldepth 3 score cp 23 time 7 nodes 117 nps 16714 pv d2d4 d7d5
bestmove d2d4 ponder d7d5
User avatar
Dariusz
Posts: 379
Joined: Sat Jun 13, 2015 10:08 am
Location: Poland
Full name: Dariusz Domagała

Re: Tucano release 11.00

Post by Dariusz »

Hi Alcides, thanks for your strong engine.

It plays nice and interesting chess.
Compilation for Mac (Apple Silicon) is available on my site (Files section).
Regards, Darius
https://chessengeria.eu
chessica
Posts: 964
Joined: Thu Aug 11, 2022 11:30 pm
Full name: Esmeralda Pinto

Re: Tucano release 11.00

Post by chessica »

[fen]5k2/5N2/5K2/5B2/8/8/8/8 b - - 0 1[/fen]

#19

Tucano-11.00:
...
36/54 01:11,290 31.631k 444k +3,57 Kf8e8 Lf5g4 Ke8f8 Lg4d7 Kf8g8 Sf7g5 Kg8f8 Ld7b5 Kf8g8 Sg5e4 Kg8h7 Lb5c6 Kh7h6 Se4g3 Kh6h7 Lc6e4+ Kh7h6 Sg3f5+ Kh6h7 Le4d5 Kh7h8 Ld5b3 Kh8h7 Lb3c4 Kh7h8 Sf5g7 Kh8h7 Lc4d3+ Kh7g8 Sg7e6 Kg8h8 Se6c5 Kh8g8 Ld3c4+ Kg8f8 Sc5e6+ Kf8g8 Se6g5+ Kg8f8 Sg5f7 Kf8e8 Lc4b5+ Ke8f8 Sf7d6 Kf8g8 Lb5d3 Kg8f8 Sd6e4 Kf8g8
37/55 02:06,155 55.461k 440k +M18 Kf8e8 Sf7e5 Ke8f8 Lf5e6 Kf8e8 Le6c4 Ke8f8 Se5d7+ Kf8e8 Lc4b5 Ke8d8 Sd7e5 Kd8c7 Se5c4 Kc7d8 Kf6f7 Kd8c7 Kf7e7 Kc7c8 Lb5a4 Kc8c7 La4d7 Kc7b8 Ke7d8 Kb8b7 Ld7b5 Kb7b8 Sc4d6 Kb8a7 Kd8c7 Ka7a8 Lb5c4 Ka8a7 Sd6c8+ Ka7a8 Lc4d5+
37/55 02:10,203 57.193k 439k +M20 Kf8g8 Lf5d3 Kg8f8 Ld3h7 Kf8e8 Sf7e5 Ke8d8 Lh7e4 Kd8e8 Le4d5 Ke8f8 Se5g6+ Kf8e8 Kf6e6 Ke8d8 Ke6d6 Kd8e8 Ld5c4 Ke8d8 Lc4b5 Kd8c8 Lb5c6 Kc8b8 Sg6e5 Kb8c8 Lc6d7+ Kc8b7 Se5c4 Kb7b8 Kd6c6 Kb8a8 Kc6c7 Ka8a7 Ld7c8 Ka7a8 Sc4d6 Ka8a7 Sd6b5+ Ka7a8 Lc8b7+
38/55 02:14,688 59.142k 439k +M19 Kf8g8 Lf5d3 Kg8f8 Ld3h7 Kf8e8 Sf7e5 Ke8d8 Kf6e6 Kd8c7 Se5d7 Kc7b7 Lh7d3 Kb7c6 Ld3c4 Kc6c7 Lc4b5 Kc7c8 Sd7b6+ Kc8c7 Sb6c4 Kc7c8 Ke6e7 Kc8c7 Lb5d7 Kc7b8 Ke7d8 Kb8b7 Ld7b5 Kb7b8 Sc4d6 Kb8a7 Kd8c7 Ka7a8 Lb5d3 Ka8a7 Sd6c8+ Ka7a8 Ld3e4+
39/55 02:22,470 62.536k 439k +M19 Kf8g8 Lf5d3 Kg8f8 Ld3h7 Kf8e8 Sf7e5 Ke8d8 Kf6e6 Kd8c7 Se5d7 Kc7b7 Lh7d3 Kb7c6 Ld3c4 Kc6c7 Lc4b5 Kc7c8 Sd7b6+ Kc8c7 Sb6c4 Kc7c8 Ke6e7 Kc8c7 Lb5d7 Kc7b8 Ke7d8 Kb8b7 Ld7b5 Kb7b8 Sc4d6 Kb8a7 Kd8c7 Ka7a8 Lb5d3 Ka8a7 Sd6c8+ Ka7a8 Ld3e4+
Bester Zug: Kf8-g8, Wert: +Matt in 19, Tiefe: 39/55, Dauer: 02:29,449, 62.535.716 Knoten, 438.939 K/sek
chessica
Posts: 964
Joined: Thu Aug 11, 2022 11:30 pm
Full name: Esmeralda Pinto

Re: Tucano release 11.00

Post by chessica »

[fen]r2q1r2/1b2bpkp/p3p1p1/2ppP1P1/7R/1PN1BQR1/1PP2P1P/4K3 w - - 0 1[/fen]

Tucano_oldPC 11.00.1:

Code: Select all

 8/17	00:00,016	 7k	436k	+0,58	Tg3h3 h7h5 g5xh6/ep+ Kg7h7 Th4f4 f7f5 e5xf6/ep Le7xf6 Le3xc5
 9/20	00:00,016	 13k	782k	+0,18	Tg3h3 h7h5 g5xh6/ep+ Kg7h7 Th4f4 f7f5 e5xf6/ep Le7xf6 Le3xc5 Tf8f7 Df3e3 e6e5
 10/25	00:00,031	 18k	579k	+0,11	Tg3h3 Tf8h8 Th4xh7+ Th8xh7 Th3xh7+ Kg7xh7 Df3xf7+ Kh7h8 Df7xg6 Dd8g8 Dg6h6+ Dg8h7 Dh6xe6
 11/25	00:00,078	 61k	781k	-0,37	Tg3h3 Tf8h8 Th4h6 d5d4 Df3xb7 d4xe3 Sc3e4 e3xf2+ Ke1xf2 Le7xg5 Th3d3
 12/29	00:00,235	 182k	776k	-0,81	Tg3h3 Tf8h8 Le3d2 Dd8f8 Sc3a4 Ta8b8 Df3g3 Lb7c6 Ld2a5 Lc6xa4 Th4xa4 Df8c8
 12/29	00:00,297	 225k	758k	-0,33	Le3d2 Dd8c7 Tg3h3 Tf8h8 Th4xh7+ Th8xh7 Th3xh7+ Kg7xh7 Df3xf7+ Kh7h8 f2f4 d5d4 Df7xg6 d4xc3 Ld2xc3
 13/29	00:00,313	 245k	781k	-0,51	Le3d2 Dd8c7 Tg3h3 Tf8h8 Th4xh7+ Th8xh7 Th3xh7+ Kg7xh7 Df3xf7+ Kh7h8 f2f4 d5d4 Df7xg6 d4xc3 Dg6h6+ Kh8g8 Dh6xe6+ Kg8f8
 14/33	00:00,641	 494k	771k	-0,61	Le3d2 Dd8c7 Df3f4 Tf8h8 Ke1d1 Ta8f8 Kd1c1 Lb7c6 Th4h6 d5d4 Sc3e4 Le7xg5 Df4xg5 Lc6xe4
 15/33	00:00,672	 520k	774k	-0,48	Le3d2
 15/33	00:01,032	 794k	769k	-0,29	Le3d2 Dd8c7 Df3f4 Tf8h8 Th4h6 Lb7c6 h2h4 Dc7b7 f2f3 c5c4 b3xc4 d5xc4 h4h5 Db7xb2 Df4xc4
 16/33	00:01,235	 952k	771k	-0,30	Le3d2 Dd8c7 Df3f4 Lb7c6 Th4h6 a6a5 Tg3h3 Tf8h8 Ke1d1 d5d4 Sc3e4 Lc6xe4 Df4xe4 a5a4 De4h4 Dc7xe5 Th6xh7+ Th8xh7 Dh4xh7+ Kg7f8
 17/33	00:01,500	 1.160k	773k	-0,27	Le3d2 Dd8c7 Df3f4 Lb7c6 Th4h6 Ta8d8 Tg3f3 d5d4 Sc3e4 Td8d5 Tf3h3 Tf8h8 Th6xh7+ Th8xh7 Th3xh7+ Kg7xh7 Df4xf7+ Kh7h8 f2f3 Td5d8 Se4d6 Le7xd6 Df7xg6 Ld6xe5
 18/33	00:01,641	 1.264k	771k	-0,39	Le3d2 Dd8c7 Df3f4 Lb7c6 Th4h6 Ta8d8 Tg3f3 d5d4 Sc3e4 Td8d5 Tf3h3 Tf8h8 Se4d6 Le7xd6 e5xd6 Dc7d7 Df4h4 Td5e5+ Ke1d1 Dd7xd6 Th6xh7+ Th8xh7 Dh4xh7+ Kg7f8
 19/37	00:03,016	 2.370k	786k	-0,73	Le3d2 Ta8b8 Tg3h3 Tf8h8 Sc3a4 Le7xg5 Ld2xg5 Dd8xg5 Df3f6+ Dg5xf6 e5xf6+ Kg7xf6 Sa4xc5 Kf6g7 Th4b4 Lb7a8 Tb4xb8 Th8xb8 Sc5xa6 Tb8b7
 19/37	00:03,782	 2.989k	790k	-0,62	Tg3h3 Tf8h8 Th4f4 Dd8e8 Tf4f6 Lb7c6 Le3d2 Kg7g8 Th3h6 Le7f8 h2h4 Lf8xh6 g5xh6 d5d4 Sc3e4 Lc6xe4 Df3xe4 Ta8b8
 20/37	00:05,219	 4.169k	799k	-0,49	Le3d2
 20/37	00:05,922	 4.709k	795k	-0,49	Le3d2 Ta8b8 Ke1d1 Dd8e8 Th4h6 Tf8h8 Df3f4 De8c6 f2f3 d5d4 Sc3e4 Dc6b5 Se4d6 Le7xd6 e5xd6 Db5f1+ Ld2e1 Th8d8 b3b4 Td8xd6 Df4xd6
 21/38	00:07,782	 6.187k	795k	-0,70	Le3d2 Ta8b8 Ke1d1 c5c4 Tg3h3 h7h5 g5xh6/ep+ Kg7h8 Th4f4 d5d4 Sc3e4 c4xb3 Tf4xf7 Dd8c7 c2xb3 Dc7xe5 Df3f4 De5xf4 Tf7xf4 Tf8f5 Th3g3 e6e5
 22/38	00:09,032	 7.186k	796k	-0,58	Le3d2
 22/40	00:09,922	 7.889k	795k	-0,72	Le3d2 Ta8b8 Df3f4 Tf8h8 Th4h6 Lb7c6 Tg3f3 Dd8e8 Sc3e2 a6a5 Tf3h3 a5a4 Df4h4 De8g8 b3b4 c5xb4 Se2d4 Tb8c8 Ke1f1 a4a3 Ld2c1
 23/40	00:10,891	 8.679k	797k	-0,60	Le3d2
 23/40	00:11,360	 9.049k	797k	-0,62	Le3d2 Ta8b8 Df3f4 Tf8h8 Th4h6 d5d4 Sc3e4 Lb7xe4 Df4xe4 c5c4 h2h4 c4xb3 c2xb3 Tb8b5 h4h5 Dd8d5 De4h4 g6xh5 Th6xh5 Tb5xb3 Tg3xb3 Dd5xb3 Dh4xd4 Th8d8 Dd4h4 Db3d3 Ld2c3
 24/43	00:17,625	 14.151k	803k	-0,79	Le3d2 Dd8c7 Df3f4 Tf8h8 Th4h6 Kg7g8 h2h4 Le7f8 h4h5 Lf8g7 Tg3f3 Lg7xe5 Df4h4 Le5g7 h5xg6 f7xg6 Ke1d1 Ta8e8 Kd1c1 Lg7xh6 g5xh6 d5d4
 25/49	00:24,703	 20.024k	811k	-0,67	Le3d2
 25/49	00:26,625	 21.576k	810k	-0,76	Le3d2 Dd8c7 Df3f4 Tf8h8 Ke1d1 Kg7g8 Kd1c1 Le7f8 Tg3g1 Ta8b8 Tg1e1 Lb7c6 Th4h6 Lf8xh6 g5xh6 Dc7e7 Te1e2 d5d4 Sc3e4 Lc6xe4 Te2xe4 Tb8b5 h2h4 a6a5
 26/49	00:30,625	 24.861k	812k	-0,63	Le3d2
 26/49	00:33,422	 27.146k	812k	-0,94	Le3d2 Dd8c7 Df3f4 Tf8h8 Ke1d1 Kg7g8 Kd1c1 Le7f8 Tg3g1 Ta8b8 Tg1e1 Lb7c6 Th4h3 Tb8b4 Df4g3 a6a5 Sc3a4 Tb4b8 Dg3c3 Lc6xa4 b3xa4 Tb8b4 b2b3 c5c4 f2f4 Lf8c5
 26/49	00:55,985	 45.860k	819k	-0,70	Tg3h3 Tf8h8 Sc3e2 Le7xg5 Th4f4 Lg5xf4 Se2xf4 h7h5 Th3g3 Dd8e7 Le3xc5 De7h4 h2h3 Ta8d8 Ke1d2 Td8d7 Lc5d4 Lb7c6 Df3e3 Kg7h7 Kd2c1 Th8g8 Ld4c3
 27/49	01:05,251	 53.452k	819k	-0,57	Tg3h3
 27/49	01:07,438	 55.302k	820k	-0,53	Tg3h3 Tf8h8 Sc3e2 Le7xg5 Th4f4 Lg5xf4 Se2xf4 h7h5 Th3g3 Dd8e7 Sf4xh5+ Th8xh5 Df3xh5 Ta8h8 Dh5g5 De7xg5 Le3xg5 Th8xh2 Lg5f6+ Kg7h6 Lf6g5+ Kh6h5 Lg5e7 d5d4 Le7xc5 Lb7e4 Lc5xd4 Le4xc2 Ke1d2 Lc2e4 Ld4e3
 28/49	01:14,141	 60.826k	820k	-0,41	Tg3h3
 28/49	01:19,626	 65.431k	822k	-0,35	Tg3h3 Tf8h8 Sc3e2 Le7xg5 Th4f4 Lg5xf4 Se2xf4 h7h5 Th3g3 Dd8e7 Sf4xh5+ Th8xh5 Df3xh5 Ta8h8 Dh5g5 De7xg5 Le3xg5 Th8xh2 Lg5e7 Th2h5 Le7f6+ Kg7h6 Tg3c3 d5d4 Tc3xc5 Lb7f3 Ke1d2 Th5h1 Kd2d3 Th1d1+ Kd3c4 Lf3d5+ Kc4b4 Td1d2 Kb4a5 Td2xf2 Ka5xa6
 29/51	01:29,141	 73.348k	823k	-0,28	Tg3h3 Tf8h8 Sc3e2 Le7xg5 Th4f4 Lg5xf4 Se2xf4 h7h5 Th3g3 Dd8e7 Sf4xh5+ Th8xh5 Df3xh5 Ta8h8 Dh5g5 De7xg5 Le3xg5 Th8xh2 Lg5e7 Th2h5 Le7f6+ Kg7h6 Tg3c3 d5d4 Tc3xc5 Lb7f3 Ke1d2 Th5h2 Kd2d3 Th2xf2 Kd3xd4 g6g5 Kd4e3 Tf2f1 Tc5a5 Lf3b7 c2c4
 30/52	01:41,423	 83.706k	825k	-0,44	Tg3h3 Tf8h8 Sc3e2 Le7xg5 Th4f4 Lg5xf4 Se2xf4 h7h5 Th3g3 Dd8e7 Sf4xh5+ Th8xh5 Df3xh5 Ta8h8 Dh5g5 De7xg5 Le3xg5 Th8xh2 Lg5e7 Th2h5 Le7f6+ Kg7h6 Tg3c3 d5d4 Tc3xc5 Lb7f3 Ke1d2 Th5h2 Kd2d3 Th2xf2 Kd3xd4 g6g5 Kd4e3 Tf2f1 Tc5a5 Lf3b7
 31/52	01:55,063	 94.963k	825k	-0,32	Tg3h3
 31/55	02:13,938	 110.625k	826k	-0,25	Tg3h3 Tf8h8 Sc3e2 Le7xg5 Th4f4 Lg5xf4 Se2xf4 h7h5 Th3g3 Dd8e7 Sf4xh5+ Th8xh5 Df3xh5 Ta8h8 Dh5g5 De7xg5 Le3xg5 Th8xh2 Lg5f6+ Kg7h6 Lf6e7 Th2h5 Ke1d2 Th5xe5 Tg3f3 d5d4 Tf3xf7 Lb7g2 b3b4 c5xb4 Le7xb4 Te5b5 Lb4d6 e6e5 b2b4
 32/57	02:50,173	 141.035k	829k	-0,52	Tg3h3 Tf8h8 Sc3e2 Le7xg5 Th4f4 Dd8c7 Tf4xf7+ Dc7xf7 Le3xg5 Df7xf3 Lg5h6+ Kg7f7 Th3xf3+ Kf7e8 Tf3f6 Lb7c8 Se2f4 Ta8a7 Sf4d3 Ta7f7 Tf6xf7 Ke8xf7 Sd3xc5 Th8e8 Ke1d2 Te8e7 Kd2c3 Te7c7 Lh6e3 a6a5 Kc3d4 Kf7e8 c2c3 Tc7f7
 33/64	03:27,939	 172.571k	830k	-0,39	Tg3h3
 33/64	03:38,751	 181.769k	831k	-0,49	Tg3h3 Tf8h8 Sc3e2 Le7xg5 Th4f4 Dd8c7 Tf4xf7+ Dc7xf7 Le3xg5 Df7xf3 Lg5h6+ Kg7f7 Th3xf3+ Kf7e8 Tf3f6 Lb7c8 Se2f4 Ta8a7 Sf4h3 a6a5 Sh3g5 a5a4 b3xa4 Ta7xa4 f2f4 Ta4a1+ Ke1d2 Ta1h1 h2h3 Ke8d7 b2b4 Th1h2+ Kd2c3 Kd7c6 b4xc5 Kc6xc5
 34/64	04:13,454	 210.722k	831k	-0,51	Tg3h3 Tf8h8 Sc3e2 Le7xg5 Th4f4 Dd8c7 Tf4xf7+ Dc7xf7 Le3xg5 Df7xf3 Lg5h6+ Kg7f7 Th3xf3+ Kf7e8 Tf3f6 Lb7c8 Se2f4 Ta8a7 Sf4h3 a6a5 Sh3g5 a5a4 b3xa4 Ta7xa4 f2f4 Ta4a1+ Ke1d2 Ta1h1 h2h3 Th1h2+ Kd2c1 Lc8d7 b2b3 d5d4 Sg5f7 Th2xh3 Sf7xh8 Th3h1+ Kc1d2 Th1xh6
 35/64	04:56,220	 246.135k	831k	-0,39	Tg3h3
 35/64	05:23,267	 269.339k	833k	-0,48	Tg3h3 Tf8h8 Sc3e2 Le7xg5 Th4f4 Dd8c7 Tf4xf7+ Dc7xf7 Le3xg5 Df7xf3 Lg5h6+ Kg7f7 Th3xf3+ Kf7e8 Tf3f6 Lb7c8 Se2f4 Ta8a7 Sf4h3 a6a5 Sh3g5 a5a4 b3xa4 Ta7xa4 f2f4 Ta4a1+ Ke1d2 Ta1h1 h2h3 Th1h2+ Kd2c1 d5d4 b2b3 Ke8d7 Tf6xe6 Th8e8 Te6f6 Kd7c7 Tf6f7+ Kc7c6 Tf7f6+ Kc6b5 e5e6 Th2e2 Kc1d1
 36/64	06:19,017	 315.855k	833k	-0,35	Tg3h3
 36/64	08:00,471	 398.872k	830k	-0,42	Tg3h3 Tf8h8 Sc3e2 Le7xg5 Th4f4 Dd8c7 Tf4xf7+ Dc7xf7 Le3xg5 Df7xf3 Lg5h6+ Kg7f7 Th3xf3+ Kf7e8 Tf3f6 Lb7c8 Se2f4 Ta8a7 Sf4h3 a6a5 Sh3g5 a5a4 b3xa4 Ta7xa4 Lh6g7 Ta4g4 Lg7xh8 Tg4xg5 Tf6f4 Lc8d7 Tf4h4 h7h5 b2b4 c5xb4 Th4xb4 Tg5g2 Lh8f6 Tg2xh2 Tb4b8+ Ke8f7 Tb8b7 Th2h1+ Ke1d2
 37/73	11:26,253	 570.276k	831k	-0,29	Tg3h3
 37/73	27:18,288	 1.323.940k	808k	-0,45	Tg3h3 h7h5 g5xh6/ep+ Kg7h8 Th4g4 Dd8c7 Le3f4 Ta8b8 Th3g3 c5c4 h2h4 c4xb3 c2xb3 d5d4 Sc3e4 Tb8d8 Lf4g5 Le7xg5 h4xg5 Dc7a5+ Ke1f1 Da5xe5 Df3f6+ De5xf6 Se4xf6 e6e5 Kf1e2 Lb7c6 Ke2d2 Td8d6 Tg3d3 Tf8b8 Kd2c2 a6a5 Kc2b1 Td6d8 Kb1a2 a5a4 b3xa4 Lc6xa4 b2b3 La4c6
 37/73	30:06,554	 1.466.729k	812k	+0,20	Le3xc5
 37/73	31:03,992	 1.517.758k	814k	+0,29	Le3xc5 Le7xc5 Df3f6+ Dd8xf6 g5xf6+ Kg7g8 Th4h6 Lc5d4 f2f4 Ld4xc3+ Ke1f1 Tf8c8 Tg3h3 Lc3xe5 f4xe5 Kg8f8 Th6xh7 Kf8e8 Th7g7 Ta8b8 Th3h7 Ke8d7 Tg7xf7+ Kd7c6 Tf7e7 d5d4 Th7g7 a6a5 Kf1e1 d4d3 c2xd3 Tc8e8 Te7xe8 Tb8xe8 d3d4 Te8d8 Tg7e7 Td8xd4 Te7xe6+ Kc6c5 f6f7 Td4f4 Te6e7 Lb7d5 e5e6 Ld5xb3
 38/73	32:41,929	 1.602.632k	817k	+0,67	Le3xc5
 38/73	34:25,211	 1.693.677k	820k	+0,84	Le3xc5 Le7xc5 Df3f6+ Dd8xf6 g5xf6+ Kg7g8 Th4h6 d5d4 Tg3h3 Lb7f3 Th6xh7 Lf3h5 Th7g7+ Kg8h8 Sc3e4 Tf8c8 Tg7xf7 Ta8a7 Tf7xa7 Lc5xa7 Ke1d2 Kh8g8 Se4g5 Tc8c6 Th3h4 La7c5 Th4f4 Kg8f8 h2h4 a6a5 Kd2d3 Lh5d1 f6f7 Lc5e7 Sg5h7+ Kf8g7 f7f8D+ Le7xf8 Sh7xf8 Ld1xc2+ Kd3xd4 Lc2xb3
 39/73	34:59,492	 1.722.986k	821k	+0,97	Le3xc5
 39/73	35:22,930	 1.743.481k	821k	+0,97	Le3xc5 Le7xc5 Df3f6+ Dd8xf6 g5xf6+ Kg7g8 Th4h6 d5d4 Tg3h3 Lb7f3 Th6xh7 Lf3h5 Th7g7+ Kg8h8 Sc3e4 Lc5b4+ Ke1f1 Tf8g8 Tg7xf7 Tg8f8 Tf7g7 Tf8g8 c2c3 d4xc3 b2xc3 Lb4a3 Tg7f7 Tg8f8 Tf7c7 Ta8c8 Tc7g7 Tf8g8 Tg7f7 Tg8f8 Tf7a7 Tc8a8 Ta7d7 Tf8d8 Th3d3 Td8xd7 Td3xd7 La3c1 Td7e7 Lh5g4 Se4d6 Lc1f4 Kf1g2 Lg4f5 Sd6xf5 e6xf5
 40/73	36:28,648	 1.800.106k	822k	+1,09	Le3xc5
 40/73	39:15,805	 1.947.394k	827k	+1,49	Le3xc5 Le7xc5 Df3f6+ Dd8xf6 g5xf6+ Kg7g8 Th4h6 d5d4 Tg3h3 Lb7f3 Th6xh7 Lf3h5 Th7g7+ Kg8h8 Sc3e4 Lc5b4+ c2c3 d4xc3 b2xc3 Lb4a5 Se4g5 Ta8a7 Tg7h7+ Kh8g8 Ke1f1 La5b6 Th7g7+ Kg8h8 Kf1g2 Ta7d7 Tg7h7+ Kh8g8 Th3g3 Td7d2 Th7xh5 Td2xf2+ Kg2h3 Lb6e3 Th5h7 Le3xg5 Th7g7+ Kg8h8 Tg3xg5 Tf2e2 Kh3g3 a6a5 Kg3f4 Te2xh2 Tg5g3 Th2h7 Tg7xh7+ Kh8xh7 c3c4 Tf8c8 Tg3h3+ Kh7g8 Th3d3
 41/78	41:41,508	 2.074.083k	829k	+1,61	Le3xc5
 41/78	43:11,431	 2.151.787k	830k	+1,49	Le3xc5 Le7xc5 Df3f6+ Dd8xf6 g5xf6+ Kg7g8 Th4h6 Tf8b8 Tg3h3 Kg8f8 Th6xh7 Kf8e8 Th7g7 Lc5b4 Th3h7 Ke8d7 Tg7xf7+ Kd7c6 Ke1e2 a6a5 Tf7c7+ Kc6b6 Sc3a4+ Kb6a6 Ke2e3 d5d4+ Ke3xd4 Tb8d8+ Kd4e3 Ta8b8 c2c3 Lb4f8 c3c4 Td8d1 Sa4c5+ Lf8xc5+ Tc7xc5 Lb7g2 Th7e7 Tb8xb3+ Ke3f4 Tb3f3+ Kf4g5 Tf3xf2 Te7xe6+ Ka6b7 Tc5b5+ Kb7c7 Te6e7+ Kc7c6 Tb5xa5 Td1g1 Kg5h6 g6g5 Ta5a8 Kc6b6 Ta8b8+ Kb6c5 Kh6xg5 Kc5xc4
 42/78	44:44,009	 2.231.034k	831k	+1,62	Le3xc5
 42/80	45:47,978	 2.287.768k	833k	+1,55	Le3xc5 Le7xc5 Df3f6+ Dd8xf6 g5xf6+ Kg7g8 Th4h6 Tf8b8 Tg3h3 Kg8f8 Th6xh7 Kf8e8 Th7g7 Lc5b4 Th3h7 Ke8d7 Tg7xf7+ Kd7c6 Ke1e2 a6a5 Tf7c7+ Kc6b6 Sc3a4+ Kb6a6 Ke2e3 d5d4+ Ke3xd4 Tb8d8+ Kd4e3 Ta8b8 c2c3 Lb4f8 Sa4c5+ Lf8xc5+ Tc7xc5 g6g5 Tc5c7 Ka6b6 Tc7d7 Td8xd7 Th7xd7 Lb7d5 Td7g7 Ld5xb3 Tg7xg5 Kb6c6 Tg5g7 a5a4 h2h4 Kc6d5 Ke3f4 Lb3c4 Tg7d7+ Kd5c6 Td7d6+ Kc6c5 f6f7
 43/80	52:44,713	 2.653.577k	838k	+1,49	Le3xc5 Le7xc5 Df3f6+ Dd8xf6 g5xf6+ Kg7g8 Th4h6 Tf8d8 Tg3h3 Kg8f8 Th6xh7 Kf8e8 Sc3a4 Lc5d4 Th7g7 Lb7c6 Th3h8+ Ke8d7 Tg7xf7+ Kd7c8 Th8h7 Kc8b8 Tf7e7 Ld4xe5 Sa4b6 Le5xf6 Te7c7 Lf6xb2 Tc7xc6 Ta8a7 Th7xa7 Kb8xa7 Sb6a4 Lb2d4 c2c3 Ld4e5 Tc6xe6 Le5xh2 Te6xg6 Lh2e5 Tg6e6 Le5d6 Ke1d2 Ka7b7 Sa4b2 Kb7c6 Sb2d3 Td8f8 Kd2e2 Kc6d7 Te6h6 Kd7c6
Bester Zug: Le3xc5, Wert: +1,49, Tiefe: 43/80, Dauer: 53:31,589, 2.653.577.199 Knoten, 838.489 K/sek

Tucano-11.00:

Code: Select all

8/16	00:00,016	 9k	566k	-0,57	Sc3a4
 8/20	00:00,031	 13k	432k	-0,45	Sc3a4 Dd8a5+ c2c3 Ta8b8 Tg3h3 Tf8h8 Th4f4 Tb8f8 Tf4f6
 9/28	00:00,094	 30k	315k	-0,74	Th4h6 d5d4 Tg3h3 Tf8h8 Df3xb7 d4xe3 Th3xe3 Ta8b8 Db7f3 Le7xg5
 9/28	00:00,094	 30k	319k	-0,70	Tg3h3 Tf8h8 Df3f4 d5d4 Th4xh7+ Th8xh7 Th3xh7+ Kg7xh7 Df4xf7+ Kh7h8 Df7xg6
 10/28	00:00,094	 32k	342k	-0,58	Tg3h3
 10/28	00:00,094	 33k	354k	-0,57	Tg3h3 Tf8h8 Th4f4 Dd8e8 Tf4f6 Lb7c6 Le3d2 a6a5 Th3h6 d5d4 Sc3e4 a5a4
 11/28	00:00,125	 43k	342k	-0,58	Tg3h3 Tf8h8 Th4f4 Dd8e8 Tf4f6 Lb7c6 Le3d2 a6a5 Th3h6 d5d4 Sc3e4 a5a4 b3xa4 Lc6xe4 Df3xe4 De8xa4
 12/28	00:00,141	 47k	333k	-0,58	Tg3h3 Tf8h8 Th4f4 Dd8e8 Tf4f6 Lb7c6 Le3d2 a6a5 Th3h6 d5d4 Sc3e4 a5a4 b3xa4 Lc6xe4 Df3xe4
 13/28	00:00,172	 56k	326k	-0,58	Tg3h3 Tf8h8 Th4f4 Dd8e8 Tf4f6 Lb7c6 Le3d2 a6a5 Th3h6 d5d4 Sc3e4 a5a4 b3xa4 Lc6xe4 Df3xe4
 14/28	00:00,297	 100k	335k	-0,46	Le3d2 Ta8b8 Ke1d1 Dd8c7 Tg3h3 Tf8h8 Df3f4 Lb7c6 Kd1c1 Lc6e8 Th4h6 Tb8b4 Df4g3 Dc7b7 Th3h4
 15/28	00:00,328	 110k	337k	-0,46	Le3d2 Ta8b8 Ke1d1 Dd8c7 Tg3h3 Tf8h8 Df3f4 Lb7c6 Kd1c1 Lc6e8 Th4h6 Tb8b4 Df4g3 Dc7b7 Th3h4 d5d4
 16/28	00:00,437	 143k	326k	-0,44	Le3d2 Ta8b8 Ke1d1 Dd8c7 Tg3h3 Tf8h8 Df3f4 Lb7c6 Kd1c1 Le7d8 Sc3a4 Dc7a7 Th4h6 Lc6xa4 b3xa4 Ld8e7
 17/28	00:00,687	 238k	347k	-0,45	Le3d2 Ta8b8 Ke1d1 Dd8c7 Tg3h3 Tf8h8 Df3f4 Lb7c6 Kd1c1 Lc6e8 Th4h6 Tb8b4 Df4g3 Dc7b7 Th3h4 Tb4xh4 Dg3xh4 d5d4
 18/31	00:01,047	 364k	348k	-0,53	Le3d2 Ta8b8 Ke1d1 Dd8c7 Df3f4 Lb7c6 Tg3h3 Tf8h8 Kd1c1 Kg7g8 Th3f3 Le7f8 Df4g3 d5d4 Sc3e4 c5c4 b3xc4 Lc6xe4 Th4xe4 Dc7xc4
 19/33	00:01,406	 492k	350k	-0,41	Le3d2
 19/33	00:01,594	 561k	352k	-0,54	Le3d2 Ta8b8 Ke1d1 Dd8c7 Tg3h3 Tf8h8 Df3f4 Lb7c6 Kd1c1 Kg7g8 Th3f3 Le7f8 Df4g3 Lf8g7 Tf3f6 h7h5 h2h3 Lc6d7 Th4f4 Lg7xf6 e5xf6
 20/33	00:02,875	 1.032k	359k	-0,67	Le3d2 Ta8b8 Ke1d1 Dd8c7 Tg3h3 Tf8h8 Df3f4 Kg7g8 Kd1c1 Lb7c6 Th3f3 Le7f8 Df4g3 Lf8g7 Tf3f6 h7h5 h2h3 Lc6d7 f2f4 Dc7b7 Dg3d3 c5c4
 21/38	00:05,172	 1.868k	361k	-0,55	Le3d2
 21/38	00:07,516	 2.727k	363k	-0,35	Le3d2 Ta8b8 Ke1d1 Dd8c7 Df3f4 Tf8h8 Kd1c1 Le7f8 Tg3f3 Lb7c6 Df4g3 d5d4 Sc3e4 Dc7b7 Dg3f4 c5c4 Se4d6 Lf8xd6 e5xd6 Lc6xf3 Df4xd4+ Kg7g8
 22/38	00:13,297	 4.877k	367k	-0,69	Le3d2 Dd8c7 Df3f4 Tf8h8 Th4h6 Kg7g8 h2h4 Le7f8 h4h5 Lf8g7 Tg3h3 Lb7c6 Sc3a4 Lc6xa4 b3xa4 Lg7xe5 Df4h4 Le5xb2 h5xg6 f7xg6 Ld2f4 Dc7e7 c2c4 d5xc4
 23/38	00:17,250	 6.341k	368k	-0,59	Le3d2 Dd8c7 Df3f4 Tf8h8 Ke1d1 Kg7g8 Kd1c1 Le7f8 Tg3g1 Lf8g7 Tg1e1 Lb7c6 Th4h6 Ta8f8 h2h4 d5d4 Sc3a4 Lc6xa4 b3xa4 Dc7c6 h4h5 Lg7xh6 g5xh6 Dc6xa4
 24/41	00:29,375	 10.851k	369k	-0,51	Le3d2 Dd8c7 Df3f4 Tf8h8 Tg3h3 Ta8d8 Sc3d1 d5d4 f2f3 Td8d5 Th4xh7+ Th8xh7 Th3xh7+ Kg7xh7 Df4xf7+ Kh7h8 f3f4 d4d3 c2xd3 Dc7d8 Sd1f2 Dd8f8 Df7xe6 Kh8g7 f4f5 g6xf5 h2h4
 25/49	00:56,500	 20.921k	370k	-0,65	Le3d2 Ta8b8 Ke1d1 c5c4 Tg3h3 h7h5 g5xh6/ep+ Kg7h8 Th4f4 d5d4 Sc3e4 c4xb3 Tf4xf7 Dd8d5 c2xb3 Dd5xe5 Df3f4 De5xf4 Tf7xf4 Tf8xf4 Ld2xf4 Tb8f8 Lf4e5+ Kh8h7 f2f3 Tf8f5 Le5xd4 e6e5
 25/55	01:17,656	 28.799k	371k	-0,40	Tg3h3 Tf8h8 Sc3e2 Dd8a5+ b3b4 Da5a1+ Ke1d2 d5d4 Th4xh7+ Th8xh7 Th3xh7+ Kg7xh7 Df3xf7+ Kh7h8 Df7xe7 d4xe3+ Kd2xe3 Ta8g8 De7xb7 Da1xb2 c2c3 Tg8d8 Db7f7 Db2d2+ Ke3f3 Td8d3+ Kf3g2 Dd2xg5+ Se2g3 Dg5xe5 Df7xg6 De5d5+ Sg3e4 Dd5f5 Dg6e8+ Kh8g7 De8e7+ Df5f7 De7xf7+ Kg7xf7 Se4xc5 Td3xc3 Sc5xa6
 26/57	01:51,375	 41.449k	372k	-0,68	Tg3h3 Tf8h8 Sc3e2 Dd8a5+ b3b4 Da5a1+ Ke1d2 d5d4 Th4xh7+ Th8xh7 Th3xh7+ Kg7xh7 Df3xf7+ Kh7h8 Df7xe7 d4xe3+ Kd2xe3 Ta8g8 De7xb7 Da1xb2 c2c3 Tg8d8 Db7f7 Db2d2+ Ke3f3 Td8d3+ Kf3g2 Dd2xg5+ Se2g3 Dg5xe5 Df7xg6 De5d5+ Sg3e4 Dd5f5 Dg6xf5 e6xf5 Se4xc5 Td3xc3 Sc5xa6 Tc3b3 h2h4 Kh8h7
 27/57	02:59,407	 66.817k	372k	-0,56	Le3d2
 27/57	03:07,126	 69.667k	372k	-0,59	Le3d2 Ta8b8 Df3f4 Tf8h8 Tg3f3 Dd8f8 Df4g3 Df8e8 Th4f4 d5d4 Sc3e4 Lb7xe4 Tf4xe4 De8c6 Dg3f4 Th8f8 h2h4 Dc6d5 Ke1e2 Kg7g8 Tf3g3 Tb8b6 h4h5 Tb6b5 Df4f3 g6xh5
 28/57	03:27,407	 77.169k	372k	-0,47	Le3d2
 28/57	03:50,688	 85.692k	371k	-0,48	Le3d2 Ta8b8 Df3f4 Tf8h8 Tg3f3 Dd8f8 Df4g3 Df8c8 Tf3f6 Kg7g8 Dg3f4 Le7xf6 e5xf6 Lb7c6 Th4h6 Tb8b7 h2h4 Dc8b8 Df4xb8+ Tb7xb8 Ld2f4 Tb8b7 Lf4d6 d5d4 Sc3e2 d4d3 c2xd3 Tb7xb3 Se2f4 Tb3xb2 h4h5 g6xh5 Ld6xc5
 29/57	04:07,329	 91.878k	371k	-0,43	Le3d2 Ta8b8 Df3f4 Tf8h8 Tg3f3 Dd8f8 Df4g3 Df8c8 Tf3f6 Kg7g8 Dg3f4 Le7xf6 e5xf6 Lb7c6 Th4h6 Tb8b7 h2h4 Dc8b8 Df4xb8+ Tb7xb8 Ld2f4 Tb8b7 Lf4d6 d5d4 Sc3e2 d4d3 c2xd3 Tb7xb3 Ld6xc5 Tb3xb2 Se2c3 Lc6b5 Lc5a3
 30/57	04:57,939	 110.982k	372k	-0,30	Le3xc5
 30/57	05:03,985	 113.282k	373k	+0,19	Le3xc5
 30/57	05:26,361	 121.800k	373k	 0,00	Le3xc5 Le7xc5 Df3f6+ Dd8xf6 g5xf6+ Kg7g8 Th4h6 Tf8c8 Tg3h3 Kg8f8 Th6xh7 Kf8e8 Th7g7 Lc5b4 Th3h8+ Ke8d7 Tg7xf7+ Kd7c6 Th8xc8+ Ta8xc8 Ke1d1 d5d4 Sc3e4 Tc8h8 Tf7g7 Th8xh2 Kd1e2 Th2h5 f2f4 Th5h2+ Ke2d3 a6a5 f6f7 Kc6d5 Se4f6+ Kd5c6 Sf6e4
 31/59	05:36,517	 125.711k	374k	+0,12	Le3xc5
 31/59	05:46,533	 129.556k	374k	+0,62	Le3xc5
 31/59	06:59,111	 157.026k	375k	+0,21	Le3xc5 Le7xc5 Df3f6+ Dd8xf6 g5xf6+ Kg7g8 Th4h6 Lc5d4 f2f4 Ld4xc3+ b2xc3 d5d4 Tg3h3 Lb7g2 Th3h4 Lg2f3 Th6xh7 Lf3h5 Th7g7+ Kg8h8 c3xd4 a6a5 d4d5 e6xd5 Ke1d2 Ta8e8 c2c3 Te8e6 Kd2d3 Te6b6 f4f5 Tb6xb3 f5xg6 f7xg6
 32/59	07:06,017	 159.675k	375k	+0,34	Le3xc5
 32/59	07:13,658	 162.623k	375k	+0,84	Le3xc5
 32/59	07:33,220	 170.148k	375k	+1,14	Le3xc5 Le7xc5 Df3f6+ Dd8xf6 g5xf6+ Kg7g8 Th4h6 Lc5d4 f2f4 Ld4xc3+ b2xc3 d5d4 Tg3h3 Lb7g2 Th3h4 Lg2f3 Th6xh7 Lf3h5 Th7g7+ Kg8h8 c3xd4 Ta8c8 f4f5 e6xf5 Ke1d2 Tc8d8 c2c4 a6a5 c4c5 Td8a8 c5c6 a5a4 d4d5 a4xb3 Kd2c3 b3b2 Kc3xb2 Tf8b8+ Kb2c3 Ta8a3+ Kc3c2 Tb8b5
 33/59	07:48,814	 176.173k	376k	+1,27	Le3xc5
 33/61	08:56,268	 202.000k	377k	+1,39	Le3xc5 Le7xc5 Df3f6+ Dd8xf6 g5xf6+ Kg7g8 Th4h6 Lc5d4 f2f4 Tf8d8 Tg3h3 Kg8f8 Th6xh7 Kf8e8 Th7g7 Lb7c6 Sc3e2 Ld4c5 Th3h8+ Ke8d7 Tg7xf7+ Kd7c8 Th8h7 Lc6d7 Tf7g7 Kc8c7 Tg7xg6 Td8h8 Tg6g7 Th8xh7 Tg7xh7 Lc5e3 h2h4 d5d4 h4h5 Ta8b8 h5h6 d4d3 c2xd3 Tb8xb3
 34/61	09:23,580	 212.585k	377k	+1,52	Le3xc5
 34/64	10:13,112	 231.559k	378k	+1,25	Le3xc5 Le7xc5 Df3f6+ Dd8xf6 g5xf6+ Kg7g8 Th4h6 d5d4 Tg3h3 Lb7f3 Th6xh7 Lf3h5 Th7g7+ Kg8h8 Sc3e4 Lc5b4+ c2c3 d4xc3 b2xc3 Ta8d8 Th3xh5+ g6xh5 c3xb4 Tf8g8 Tg7xf7 Td8d4 Se4c5 Tg8g5 Sc5d7 Td4f4 Tf7e7 Tg5g1+ Ke1e2 Tg1g2 Ke2e3 Tg2xf2 Te7xe6 Tf2f3+ Ke3e2 Tf3f2+ Ke2d3 Tf2f3+ Kd3c2 Tf3f2+ Kc2c3 Tf2f3+ Kc3b2 Tf4xb4 Te6e8+ Kh8h7 e5e6 Tb4xb3+ Kb2c2 Tb3c3+ Kc2d2 Tc3d3+ Kd2e2 Kh7g6
 35/68	10:22,940	 235.429k	378k	+1,38	Le3xc5
 35/72	11:31,425	 261.816k	379k	+1,58	Le3xc5 Le7xc5 Df3f6+ Dd8xf6 g5xf6+ Kg7g8 Th4h6 Tf8c8 Tg3h3 Kg8f8 Th6xh7 Kf8e8 Th7g7 Ke8d7 Sc3a4 Lc5xf2+ Ke1xf2 Tc8xc2+ Kf2e3 Ta8f8 Ke3d4 Tc2c1 Th3h7 Kd7e8 Sa4c5 Lb7c8 h2h4 a6a5 h4h5 g6xh5 Th7xh5 Tc1d1+ Kd4e3 Td1c1 Sc5d3 Tc1d1 Ke3e2 Td1b1 Sd3c5 Tb1xb2+ Ke2e3 Tb2c2 Ke3d4
 36/72	11:59,503	 272.630k	379k	+1,39	Le3xc5 Le7xc5 Df3f6+ Dd8xf6 g5xf6+ Kg7g8 Th4h6 Tf8c8 Tg3h3 Kg8f8 Th6xh7 Kf8e8 Th7g7 Ke8d7 Sc3a4 Lc5xf2+ Ke1xf2 Tc8xc2+ Kf2e3 Ta8f8 Ke3d4 Tc2c1 Th3h7 Kd7e8 Sa4c5 Lb7c8 h2h4 a6a5 h4h5 g6xh5 Th7xh5 Tc1d1+ Kd4e3 Td1c1 Sc5d3 Tc1f1 b3b4 a5xb4 Th5h7 Lc8a6 Sd3xb4 La6c4 Ke3d4 Tf1b1 Sb4c6 Tb1xb2
 37/72	12:23,237	 281.867k	379k	+1,51	Le3xc5
 37/72	13:47,222	 313.943k	380k	+2,01	Df3f6+
 37/72	14:04,316	 320.411k	379k	+4,01	Df3f6+
 37/72	37:18,383	 823.514k	368k	+5,84	Df3f6+ Le7xf6 g5xf6+ Dd8xf6 e5xf6+ Kg7xf6 Le3xc5 h7h5 Lc5xf8 Ta8xf8 Sc3e2 Lb7c8 Tg3e3 Tf8h8 Th4f4+ Kf6g7 Tf4b4 g6g5 Tb4b6 g5g4 Ke1d2 h5h4 c2c4 Th8h5 Tb6b8 Th5h8 f2f3 g4xf3 Te3xf3 e6e5 c4xd5 h4h3
 38/72	38:13,023	 844.285k	368k	+5,96	Df3f6+
 38/72	47:24,868	 1.052.838k	370k	+6,36	Df3f6+ Le7xf6 g5xf6+ Dd8xf6 e5xf6+ Kg7xf6 Le3xc5 Tf8e8 Th4xh7 d5d4 Lc5xd4+ e6e5 Ld4e3 Te8h8 Tg3h3 Th8xh7 Th3xh7 Lb7f3 Ke1d2 Ta8d8+ Kd2c1 Kf6e6 Th7h6 Lf3h5 h2h4 Lh5f3 Th6h7 Lf3g4 Le3g5 Td8c8 Kc1d2 Lg4f3 Kd2e3 Lf3c6 f2f3 f7f6 Lg5h6 Ke6f5 Th7a7 Lc6b5
 39/72	51:02,993	 1.136.098k	371k	+6,48	Df3f6+
Bester Zug: Df3-f6, Wert: +6,48, Tiefe: 39/72, Dauer: 53:31,589, 1.136.098.325 Knoten, 370.911 K/sek

On the same PC under the Arena GUI with one core. What is the difference in the source files between these versions?