Page 2 of 3
Re: Tactical 120723
Posted: Sat Aug 12, 2023 1:39 am
by Anton101
TACTICAL 110823
Updated to 110823 development, with the most important change, it now handles SugaR XPrO experience.cpp authorized by MZ, (My thanks for updating the document).
7zip download: TACTICAL AVX2-bmi2-modern (a-b-m), LOGO, Defrag SugaR tool, src and license.
https://pixeldrain.com/u/72WQxbj5
Have a great weekend and happy test!
A. Ces
Re: Tactical 120723
Posted: Sun Aug 13, 2023 12:17 pm
by Joehh
Many thanks for Tactical and Cooliris. I do Tournaments for CEDR, first results will come very soon
Re: Tactical 120723
Posted: Sun Aug 13, 2023 3:07 pm
by Anton101
Many thanks!
Best regards.
A.Ces
Re: Tactical 120723
Posted: Tue Aug 22, 2023 11:08 am
by Anton101
TACTICAL 220823 updated with SF 16 DEV 220823
The Winrar contains: engine TATICAL in avx2-bmi2 and modern, (a-b-m), src, LOGO, SugaR defrag and license.
Download in Pixeldrain:
https://pixeldrain.com/u/A39Y1bYd
Download in MEGA:
https://mega.nz/file/OM4glIYT#3Fds7cWIV ... oPjTYv_dHY
Happy test and games!
A. Ces
Re: Tactical 120723
Posted: Thu Sep 14, 2023 11:22 pm
by Anton101
TACTICAL150923 updated with SF 16 DEV 110923
The Winrar contains: engine TACTICAL in avx2-bmi2 and modern, (a-b-m), src, LOGO, SugaR defrag and license.
Pixeldrain:
https://pixeldrain.com/u/CX6oQozE
MEGA:
https://mega.nz/file/DVISUZJR#vgqojeHBZ ... EW0Io85A3Q
Enjoy!
Re: Tactical 120723
Posted: Sat Sep 16, 2023 7:24 am
by massimilianogoi
There is not such thing as "16 DEV 110923": it's either Stockfish 16 or Stockfish dev 110923.
Code: Select all
misc.cpp
75. constexpr std::string_view version = "dev";
...
...
...
154.std::string engine_info(bool to_uci) {
std::stringstream ss;
ss << "Stockfish " << version << std::setfill('0');
if constexpr (version == "dev")
{
ss << "-";
#ifdef GIT_DATE
ss << stringify(GIT_DATE);
#else
constexpr std::string_view months("Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec");
std::string month, day, year;
std::stringstream date(__DATE__); // From compiler, format is "Sep 21 2008"
date >> month >> day >> year;
ss << year << std::setw(2) << std::setfill('0') << (1 + months.find(month) / 4) << std::setw(2) << std::setfill('0') << day;
#endif
ss << "-";
#ifdef GIT_SHA
ss << stringify(GIT_SHA);
#else
ss << "nogit";
#endif
}
ss << (to_uci ? "\nid author ": " by ")
<< "the Stockfish developers (see AUTHORS file)";
return ss.str();
Re: Tactical 120723
Posted: Sat Sep 16, 2023 3:39 pm
by Anton101
Yes, you're right, I didn't realize...(my dyslexia came back)...updated SF 16 dev 110923.
Re: Tactical 120723
Posted: Sat Sep 16, 2023 3:40 pm
by Anton101
Again! Updated to SF dev 110923.
Re: Tactical 120723
Posted: Thu Sep 28, 2023 2:35 pm
by Anton101
TACTICAL 280923 updated to SF DEV 260923 net-nn-0000000000a0.nnue
The Winrar contains: engine TACTICAL in avx2-bmi2 and modern, (a-b-m), src, LOGO, SugaR defrag and license.
Pixeldrain:
https://pixeldrain.com/u/2bb3EvsM
MEGA:
https://mega.nz/file/jYwSlBha#j2JK9dCaN ... XsTQxTkh3c
Enjoy!
Re: Tactical 120723
Posted: Wed Oct 04, 2023 9:45 pm
by Anton101
TACTICAL 041023 updated to SF DEV 290923
Cleaned and fixed code.
The Winrar contains: engine TACTICAL in avx2-bmi2 and modern, (a-b-m), src, LOGO, SugaR defrag and license.
Pixeldrain:
https://pixeldrain.com/u/cPQunh6e
MEGA:
https://mega.nz/file/DRBV3CSR#MsTY5GUud ... 4DQZXdS4kE
Enjoy!