1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-08 20:29:36 +00:00

Commit graph

  • db0615eed9 Merge branch 'master' into sf-nnue-update joergoster 2020-07-11 12:03:17 +02:00
  • 1f3bd968bb Introduce bad outpost penalty SFisGOD 2020-07-08 10:09:32 +08:00
  • 5e91c5dcc8 Maximize usage of transposition table in probcut Vizvezdenec 2020-07-11 00:06:55 +03:00
  • d6e8089f50 Saving new network in correct path. zz4032 2020-07-11 10:33:36 +02:00
  • b521e405d3 Default network path in Linux. zz4032 2020-07-10 16:40:24 +02:00
  • d7c358cf19 Fixed descriptions and sanity checks in Makefile. nodchip 2020-07-10 16:55:32 +09:00
  • bc6a8d09e9 Unified the nnue-learn and nnue-learn-use-blas targets into nnue-learn. nodchip 2020-07-10 16:17:35 +09:00
  • df05ecb1d5 Added halfkp_384x2-32-32. nodchip 2020-07-10 16:14:19 +09:00
  • 1de1eb2d0d Refactoring: Restructured the architecture list in Makefile. nodchip 2020-07-10 16:13:21 +09:00
  • 081761d084 Add support for SSSE3-only compiles No name 2020-07-09 23:18:13 +03:00
  • b9a32fe331 Define USE_SSE2 for any x86-64 target No name 2020-07-09 22:09:26 +03:00
  • 4006f2c913 Small cleanups Joost VandeVondele 2020-07-09 22:01:06 +02:00
  • bf5ce1c214 Simplify make_promotions() mstembera 2020-07-05 15:17:04 -07:00
  • 804a29c738 Connected / blocked pawns simplification FauziAkram 2020-07-08 01:29:03 +03:00
  • 76a039027d Clean-up en passant processing Alain SAVARD 2020-07-06 22:43:54 -04:00
  • a06234c639 enable convert_plain tttak 2020-07-08 23:44:01 +09:00
  • df9b2a87db Update misc.cpp FireFather 2020-07-08 16:18:42 +02:00
  • 821aaf3836 Update misc.cpp FireFather 2020-07-08 14:31:40 +02:00
  • 272f0f88c3
    Merge pull request #40 from FireFather/master nodchip 2020-07-08 20:52:39 +09:00
  • 76d124ed70 Update evaluate_nnue_learner.cpp FireFather 2020-07-08 13:42:28 +02:00
  • ec3eaad64f update evaluate_nnue.cpp FireFather 2020-07-08 04:23:50 +02:00
  • f7420652b7 UCI option EvalFile FireFather 2020-07-07 23:25:20 +02:00
  • d1760a1f15 update evaluate_nnue.cpp FireFather 2020-07-08 04:23:50 +02:00
  • c59583bbf0 UCI option EvalFile FireFather 2020-07-07 23:25:20 +02:00
  • d61378cacb
    Merge pull request #1 from nodchip/master FireFather 2020-07-07 13:06:40 +02:00
  • cd55c268cb Bugfix. Otherwise creating a new net fails. joergoster 2020-07-07 11:27:16 +02:00
  • a5af8510a5 Rework loading the net. joergoster 2020-07-06 17:10:31 +02:00
  • 7225d254f9 Add a rank based bonus for blocked pawns. Stefan Geschwentner 2020-07-06 09:30:23 +02:00
  • c5b2a92cd1 denormalize KRKP. protonspring 2020-06-30 10:17:50 -06:00
  • 288fdc5597 Added "nodes" option to the "gensfen" command to specify the number of the nodes to be searched. nodchip 2020-07-06 17:38:43 +09:00
  • 85c802d0b9 Revert "use winning_percentage_wdl in learn" nodchip 2020-07-06 11:07:46 +09:00
  • 3b535b5ade
    Merge pull request #36 from tttak/WDL_20200703b nodchip 2020-07-04 07:36:33 +09:00
  • cea5240909
    Merge branch 'master' into WDL_20200703b nodchip 2020-07-04 07:36:16 +09:00
  • 5dec3e547e merge "Provide WDL statistics" tttak 2020-07-03 23:01:37 +09:00
  • 67818ee948 Remove passed pawn condition. SFisGOD 2020-07-02 00:11:23 +08:00
  • fb83da0892 Set UCI_ShowWDL by default to false Joost VandeVondele 2020-07-02 18:58:37 +02:00
  • 268c00b648 Use arrays Alain SAVARD 2020-07-01 02:12:59 -04:00
  • c964e902c5 use winning_percentage_wdl in learn tttak 2020-07-03 23:21:49 +09:00
  • 9ce0ef3ac0 merge "Provide WDL statistics" tttak 2020-07-03 23:01:37 +09:00
  • 9c19021808 update translation FireFather 2020-07-01 18:21:07 +02:00
  • c679e8f360 Update search.h FireFather 2020-07-01 02:41:14 +02:00
  • 13824d8b96 Explicitly specify SSE41. joergoster 2020-07-02 09:13:16 +02:00
  • 145e4c2a10 Add SSE41 switch. This allows building modern compiles with SSE41 enabled, which gives a nice speedup on my Bulldozer CPU. joergoster 2020-07-01 14:14:27 +02:00
  • 110068808b Provide WDL statistics Joost VandeVondele 2020-06-27 21:29:29 +02:00
  • c8262f8aec Fixed a compile error. nodchip 2020-06-30 15:58:51 +09:00
  • 486f72af54 バグ修正(learn convert_bin_from_pgn-extract) tttak 2020-06-30 13:30:18 +09:00
  • fda3945c07 learn convert_bin_from_pgn-extractコマンドを追加 tttak 2020-06-30 00:35:36 +09:00
  • 69d3be42a1 Tweak single queen endgame scaling. Stefan Geschwentner 2020-06-29 19:35:24 +02:00
  • 8f31d74cf6 More comment translation FireFather 2020-06-29 17:31:35 +02:00
  • f5cc77bc7c EOL FireFather 2020-06-28 23:35:48 +02:00
  • c7194bd924 Scale down eval for queen imbalance Stéphane Nicolet 2020-06-28 22:24:57 +02:00
  • 16836f39b2 Scale down eval for drawish rook endgames. Stefan Geschwentner 2020-06-28 16:28:55 +02:00
  • 2810a1ea85 Increase value of pawns on fifth rank Stéphane Nicolet 2020-06-28 06:00:28 +02:00
  • 547c4a216a Remove old zobrist trick for castling rights mstembera 2020-06-25 22:08:17 -07:00
  • de24fcebc8 Fix fragile code to use proper random 64 bit keys. mstembera 2020-06-26 17:26:46 -07:00
  • b706b91bb1 Update cluster branch to latest master Joost VandeVondele 2020-06-28 11:45:25 +02:00
  • 9dc62809c8
    Merge pull request #24 from FireFather/master nodchip 2020-06-28 11:43:53 +09:00
  • 123dd68452
    Merge branch 'master' into master nodchip 2020-06-28 11:42:23 +09:00
  • f1a8580118 Merge branch 'master' of github.com:nodchip/Stockfish nodchip 2020-06-28 11:37:42 +09:00
  • 87c8b324f8 Simplified source code to estimate the winning ratio from an eval value. nodchip 2020-06-28 11:37:15 +09:00
  • 6324c2de75
    Merge pull request #23 from joergoster/linux_sse41 nodchip 2020-06-28 10:29:14 +09:00
  • aea08de018 Translation FireFather 2020-06-28 03:12:55 +02:00
  • 2f8c692caa
    Merge pull request #2 from nodchip/master FireFather 2020-06-28 01:37:01 +02:00
  • 96f2541191 Fix compilation under Linux with -DUSE_SSE41. joergoster 2020-06-27 19:41:13 +02:00
  • cb8accada2 Merge branch 'master' of github.com:nodchip/Stockfish nodchip 2020-06-27 22:19:33 +09:00
  • 13eb540020 Changed the formula to calculate winning ratio to 1/(1+10^(-Eval/4)). nodchip 2020-06-27 22:19:22 +09:00
  • 32c204fb56 Merge branch 'master' into sf-nnue-nodchip joergoster 2020-06-27 10:57:09 +02:00
  • ca41ee6632 Revert LTO for mingw on windows. Joost VandeVondele 2020-06-27 08:23:46 +02:00
  • aecfca2dc2 support popcnt on armv8 Niklas Fiekas 2020-06-25 12:42:25 +02:00
  • a84e3ac287 Simplify use_time_management() and allow composing Niklas Fiekas 2020-06-24 23:03:00 +02:00
  • e229015127 learn convert_bin_from_pgn-extractコマンドを追加 tttak 2020-06-27 15:24:20 +09:00
  • aa2dc962f5 Added use_draw_in_training_data_generation option to write out draw games to the training data. nodchip 2020-06-27 14:00:12 +09:00
  • 4c926b8eb4 add pgn_to_plain rqs 2020-06-27 13:08:12 +09:00
  • 0761d9504e add convert_bin and option for draw positions rqs 2020-06-27 13:06:05 +09:00
  • 2af46deede Fix include. joergoster 2020-06-25 15:52:19 +02:00
  • a5fb69008c Bugfix. No legal move is either mate or stalemate. joergoster 2020-06-25 15:43:33 +02:00
  • 1c8a931309
    Merge pull request #18 from joergoster/sf-nnue-nodchip nodchip 2020-06-25 23:09:45 +09:00
  • 151a0dda91 Merge branch 'master' into sf-nnue-nodchip joergoster 2020-06-25 15:10:12 +02:00
  • 8c8a30233c Update evaluate_nnue.cpp FireFather 2020-06-25 04:38:39 +02:00
  • 86e3fedf7e Update evaluate_nnue.cpp FireFather 2020-06-25 04:38:39 +02:00
  • 7a3c3eacdf added header guards FireFather 2020-06-24 22:41:00 +02:00
  • ff31d92b94
    Merge pull request #14 from joergoster/sf-nnue-nodchip nodchip 2020-06-25 10:38:16 +09:00
  • 08d8adbade added header guards FireFather 2020-06-24 22:41:00 +02:00
  • ab5cd8340f Small cleanups Joost VandeVondele 2020-06-24 22:19:58 +02:00
  • 11483fe6d9 Makefile: support lto on mingw, default to 64bits UnaiCorzo 2020-06-23 17:56:38 +02:00
  • 208c53df0f Remove 'Minimum Thinking Time' UCI option. Joost VandeVondele 2020-06-24 16:23:31 +02:00
  • 527d832a6d Support ARCH=armv8 in Makefile (#2355) Niklas Fiekas 2020-06-23 10:41:53 +02:00
  • bbe9857684 Do less futility pruning for captures. Vizvezdenec 2020-06-23 14:55:52 +03:00
  • 5e119f5139 Finally. joergoster 2020-06-24 20:22:56 +02:00
  • 0e932757e5 Re-enable increment operator for Piece. No functional change. joergoster 2020-06-24 20:18:32 +02:00
  • 8ef6c837b7 Fix. Bench: 4471740 joergoster 2020-06-24 18:04:28 +02:00
  • 89bbe86800 Merge branch 'master' of https://github.com/nodchip/Stockfish into sf-nnue-nodchip joergoster 2020-06-24 17:47:55 +02:00
  • 7818d23afb
    Merge pull request #13 from zz4032/linux-identifier nodchip 2020-06-24 09:35:44 +09:00
  • 0abd692543 Fixed a build error on Visual Studio. nodchip 2020-06-24 09:33:46 +09:00
  • 5ae64e2244 Adding mm_malloc.h zz4032 2020-06-23 19:55:54 +02:00
  • 5aa801e721
    Update misc.h zz4032 2020-06-23 20:54:50 +02:00
  • 3102896a00
    Linux identifier corrected. zz4032 2020-06-23 20:53:32 +02:00
  • ccd2e602a0
    Adding mm_malloc.h zz4032 2020-06-23 19:55:54 +02:00
  • 999f5ec446 COMP=msys2を指定できるようにした nodchip 2020-06-24 00:47:34 +09:00
  • 43e78187d7 ARCH=x86-64-avx2を指定できるようにした nodchip 2020-06-24 00:27:45 +09:00