Tactical

Anton101
Posts: 73
Joined: Fri Jul 14, 2023 4:36 pm
Has thanked: 160 times
Been thanked: 206 times

Re: Tactical 120723

Post 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! :handgestures-thumbup:

A. Ces
Joehh
Posts: 1
Joined: Thu Jul 06, 2023 5:57 pm
Been thanked: 3 times

Re: Tactical 120723

Post by Joehh »

Many thanks for Tactical and Cooliris. I do Tournaments for CEDR, first results will come very soon
Anton101
Posts: 73
Joined: Fri Jul 14, 2023 4:36 pm
Has thanked: 160 times
Been thanked: 206 times

Re: Tactical 120723

Post by Anton101 »

Many thanks!

Best regards.

A.Ces
Anton101
Posts: 73
Joined: Fri Jul 14, 2023 4:36 pm
Has thanked: 160 times
Been thanked: 206 times

Re: Tactical 120723

Post 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! :chess:

A. Ces
Anton101
Posts: 73
Joined: Fri Jul 14, 2023 4:36 pm
Has thanked: 160 times
Been thanked: 206 times

Re: Tactical 120723

Post 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! :handgestures-thumbup:
User avatar
massimilianogoi
Site Admin
Posts: 389
Joined: Thu Aug 04, 2022 1:42 pm
Has thanked: 597 times
Been thanked: 638 times
Contact:

Re: Tactical 120723

Post 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();
Anton101 wrote: Thu Sep 14, 2023 11:22 pm 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! :handgestures-thumbup:
People who have lost the hope.
Anton101
Posts: 73
Joined: Fri Jul 14, 2023 4:36 pm
Has thanked: 160 times
Been thanked: 206 times

Re: Tactical 120723

Post by Anton101 »

Yes, you're right, I didn't realize...(my dyslexia came back)...updated SF 16 dev 110923.

:text-thankyoublue:
Anton101
Posts: 73
Joined: Fri Jul 14, 2023 4:36 pm
Has thanked: 160 times
Been thanked: 206 times

Re: Tactical 120723

Post by Anton101 »

Again! Updated to SF dev 110923.

:techie-typing:
Anton101
Posts: 73
Joined: Fri Jul 14, 2023 4:36 pm
Has thanked: 160 times
Been thanked: 206 times

Re: Tactical 120723

Post 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!
Anton101
Posts: 73
Joined: Fri Jul 14, 2023 4:36 pm
Has thanked: 160 times
Been thanked: 206 times

Re: Tactical 120723

Post 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!

:chess:
Post Reply