Commit Graph

  • 48b0d41220 Microptimize pawns info access Marco Costalba 2009-07-03 12:28:11 +02:00
  • 5d79af9e0d Restore correct 64 bit version of pop_1st_bit() Marco Costalba 2009-07-03 08:40:41 +01:00
  • a87ea9846d Use bsfq asm instruction to count bits Marco Costalba 2009-07-03 08:28:13 +01:00
  • 063e2441b1 Retire USE_COMPACT_ROOK_ATTACKS and USE_FOLDED_BITSCAN defines Marco Costalba 2009-07-02 16:49:41 +02:00
  • b45936a8c7 Revert per-thread history tables Marco Costalba 2009-07-02 01:54:17 +01:00
  • d39ddb9077 Joona tweaks of piece values Marco Costalba 2009-06-29 01:50:36 +02:00
  • bbb2462576 Explicitly use delta psqt values when possible Marco Costalba 2009-06-28 05:56:58 +02:00
  • d9e3be4790 Joona tweaks of pawns parameters Marco Costalba 2009-06-22 08:16:43 +02:00
  • 36c0ab3a50 Fix compile errors in debug mode Marco Costalba 2009-06-20 19:18:00 +01:00
  • ad4eac376f Use POPCNT in evaluate_space() when available Marco Costalba 2009-06-20 14:21:15 +02:00
  • 657286b0e5 Fix a couple of warnings under Intel compiler Marco Costalba 2009-06-20 13:56:31 +02:00
  • 3a4d6e2034 Micro optimize and rename move_promotion() Marco Costalba 2009-06-20 08:31:39 +01:00
  • b1e79fed99 Only on Windows do wait for input at the end of benchmark Marco Costalba 2009-06-20 07:58:05 +01:00
  • 190f88e532 Skip castle rights update when not needed Marco Costalba 2009-06-18 15:22:39 +02:00
  • 8acb1d7e4d Disable use of aspiration window in known win positions Joona Kiiski 2009-06-17 13:16:51 +03:00
  • 46c0bdb74f Bugfix: KRK was not classified as KNOWN_WIN Joona Kiiski 2009-06-17 11:07:16 +03:00
  • 8225fdd5bb Give proper credit to Joona Marco Costalba 2009-06-17 08:59:09 +02:00
  • e3c02d231a Joona tweaks of mobility and outposts bonus Marco Costalba 2009-06-16 15:06:26 +02:00
  • 9847adf19f Fix king value in SEE Marco Costalba 2009-06-16 19:20:53 +01:00
  • 630fda2e2c Reduce SMP contention on TT Marco Costalba 2009-06-13 11:13:09 +01:00
  • 8bec65029d Better clarify why recent generate_pawn_checks() works Marco Costalba 2009-06-12 12:05:48 +02:00
  • b5685fc564 Code style triviality in search.cpp Marco Costalba 2009-06-11 15:57:42 +02:00
  • d2c2af9e1c Remove global variables from search.h Marco Costalba 2009-06-11 15:11:08 +02:00
  • 3e0753bef3 MovePicker doesn't need to know if called from a pv node Marco Costalba 2009-06-11 11:04:05 +02:00
  • c7843f2f79 Joona tweaks of piece-square tables Marco Costalba 2009-06-09 11:21:35 +01:00
  • 9005ea6339 Move initialization of PawnInfo in its c'tor Marco Costalba 2009-06-08 12:52:52 +01:00
  • 6d117e4a23 Move initialization of MaterialInfo in its c'tor Marco Costalba 2009-06-08 11:27:50 +01:00
  • b8ab5d533b Micro optimize pretty_pv Marco Costalba 2009-06-08 10:52:03 +01:00
  • bbd3e30b4e Give credit to Joona for optimized parameters Marco Costalba 2009-06-05 14:27:37 +02:00
  • e41602b721 Use a specialized function for king evaluation Marco Costalba 2009-06-05 12:58:03 +02:00
  • 48c95706c8 Split evaluate_outposts from evaluate_common Marco Costalba 2009-05-09 22:21:26 +01:00
  • 2f760cdf8d Document variables with heavy SMP read access Marco Costalba 2009-06-03 10:19:29 +02:00
  • b58ecb85c7 Retire UseQSearchFutilityPruning and UseFutilityPruning Marco Costalba 2009-06-03 10:00:05 +02:00
  • b4a04d8038 Use one History table per thread Marco Costalba 2009-06-02 10:20:41 +01:00
  • c1b60269a2 Convert History table H in a local variable Marco Costalba 2009-06-02 09:57:15 +01:00
  • e1ed67aacb Avoid using EmptySearchStack global Marco Costalba 2009-06-02 09:35:49 +01:00
  • 5b1316f7bb Detach the state when copying a position Marco Costalba 2009-05-29 17:23:21 +02:00
  • bafb9f1a25 Order bad captures by SEE value Marco Costalba 2009-05-28 14:58:35 +02:00
  • 738bf66a2d Passed pawns evaluation tweak Marco Costalba 2009-05-25 15:48:47 +01:00
  • 3d0b60b065 Merge hardware POPCNT detection and use Marco Costalba 2009-05-25 07:52:59 +01:00
  • bdb1bfecfb Split killer moves from non-captures Marco Costalba 2009-05-25 07:49:50 +01:00
  • f1591447cf Revert _BitScanForward64 support Marco Costalba 2009-05-25 07:28:55 +01:00
  • d63ff85a43 Add a bit more pop_1st_bit<HasBSF> conversions Marco Costalba 2009-05-24 10:25:59 +01:00
  • 76024ac40e Use compiler name lookup to simplify code Marco Costalba 2009-05-24 10:15:23 +01:00
  • 6c9a64124a Enable _BitScanForward64 in move generation Marco Costalba 2009-05-24 10:07:03 +01:00
  • f90f810ac4 Enable _BitScanForward64 at runtime Marco Costalba 2009-05-24 09:46:43 +01:00
  • ce5d9eb19d Print info about use of 64bit functions and hardware POPCNT Marco Costalba 2009-05-23 11:42:43 +01:00
  • 628f844c11 Fix compile errors under MSVC Marco Costalba 2009-05-21 17:08:34 +01:00
  • c729e4e1ab Forgot two conversion to new POPCNT interface Marco Costalba 2009-05-21 16:50:19 +02:00
  • 0228ff9ca0 Add temporary debug info on POPCNT support Marco Costalba 2009-05-21 16:42:07 +02:00
  • e7d3a006cd Enable POPCNT at runtime Marco Costalba 2009-05-21 16:41:31 +02:00
  • 3376c68f4b Introduce bitcount.h Marco Costalba 2009-05-21 15:29:28 +02:00
  • 1b0888708d Unify piece_attacks<> for KNIGHT and KING Marco Costalba 2009-05-21 12:15:52 +02:00
  • 229274546f Use do_move_bb() also for en passant moves Marco Costalba 2009-05-21 11:28:51 +02:00
  • 3e40bd0648 Introduce do_move_bb() to update bitboards after a move Marco Costalba 2009-05-21 10:55:23 +02:00
  • 595c7d75a2 Backup some mor einfo in do_null_move() Marco Costalba 2009-05-21 09:54:48 +02:00
  • 5603e25a7f Move npMaterial[2] to StateInfo in Position Marco Costalba 2009-05-21 09:47:03 +02:00
  • 20c2a31464 Retire lastMove from Position class Marco Costalba 2009-05-20 15:12:45 +02:00
  • d3c4618b3a Small code style in headers Marco Costalba 2009-05-20 15:11:41 +02:00
  • b98bcf858b Directly relate HistoryMax to OnePly Marco Costalba 2009-05-20 14:40:50 +02:00
  • 3b1e64ab72 Small code style massage in uci.cpp Marco Costalba 2009-05-20 12:40:07 +02:00
  • 72ecd9e20d Space inflate and cleanup direction.cpp Marco Costalba 2009-05-20 12:02:39 +02:00
  • 25286e9932 Reduce history 4 times instead of 2 when reach the maximum Marco Costalba 2009-05-18 09:51:46 +02:00
  • 4f7ec4128f Retire count_1s_8bit() Marco Costalba 2009-05-19 15:49:54 +01:00
  • 1e4472b651 Small code style triviality in evaluation Marco Costalba 2009-05-19 15:41:45 +01:00
  • da579e46b7 Remove hardcode default values of UCI variables from evaluation Marco Costalba 2009-05-19 15:35:12 +01:00
  • f83b899f39 Cache king shelter info in pawns structure Marco Costalba 2009-05-16 16:15:05 +02:00
  • a75aa6035b Move beta counter variables to the per-thread data Marco Costalba 2009-05-16 12:22:40 +01:00
  • 436fa5c8fa Better document how history works Marco Costalba 2009-05-15 16:42:30 +02:00
  • 8df816f869 Fix broken multi-pv with aspiration window search Marco Costalba 2009-05-15 09:39:36 +02:00
  • 9c428afb6d Fix a warning un using anonymous structs Marco Costalba 2009-05-12 12:10:40 +02:00
  • 27619830d4 Use string instead of std::string Marco Costalba 2009-05-10 17:58:53 +01:00
  • 78eecbf6d7 Use 64 bits for debug counters Marco Costalba 2009-05-10 13:21:45 +02:00
  • 980124c609 Fix some Intel compilers warnings Marco Costalba 2009-05-09 12:01:00 +02:00
  • 5f7d37273c Micro optimize generate_pawn_checks() Marco Costalba 2009-05-08 10:53:45 +02:00
  • be4ee0729d Convert also generate_pawn_blocking_evasions() to new API Marco Costalba 2009-05-07 17:08:55 +02:00
  • 9fbe9af0a0 Better dscovery check condition in generate_pawn_checks() Marco Costalba 2009-05-07 17:01:52 +02:00
  • 1d15b38cd8 Further parametrize generate_pawn_captures Marco Costalba 2009-05-07 15:32:28 +02:00
  • 5c81602d14 Update copyright year Marco Costalba 2009-05-07 14:54:40 +02:00
  • a88e762b4e Rewrite the way application exits Marco Costalba 2009-05-07 12:45:46 +02:00
  • 2155fb7825 Be sure book file is closed before we leave Marco Costalba 2009-05-07 09:27:38 +02:00
  • a03b8074c8 Rewrite Book implementation Marco Costalba 2009-05-06 14:52:12 +02:00
  • afadc33fb4 Space inflate book.cpp Marco Costalba 2009-05-06 10:28:17 +02:00
  • 92ca97d121 Fix a couple of MSVC warnings Marco Costalba 2009-05-05 19:42:16 +01:00
  • da91fab8cb Micro optimize move_is_ep() and move_is_castle() Marco Costalba 2009-05-05 15:09:09 +02:00
  • 6176357ac1 Faster Position::move_is_capture() condition Marco Costalba 2009-05-05 14:55:48 +02:00
  • 46bb6c6dc3 Fix missing pawn color check in move_is_legal() Marco Costalba 2009-05-05 13:10:29 +02:00
  • 5c703b7526 Update makefile to use PGO with Intel C++ v11.0 Marco Costalba 2009-05-04 11:38:08 +02:00
  • 412d68fe4f Micro optimize SEE Marco Costalba 2009-05-04 11:18:24 +02:00
  • 9144e48eb6 Avoid an usless check in pl_move_is_legal Marco Costalba 2009-05-02 16:47:06 +01:00
  • aabd526f7c Change TT interface to ask directly for a position key Marco Costalba 2009-05-02 14:57:52 +02:00
  • fdb2242d34 Setup to use Callgrind profiler Marco Costalba 2009-05-02 14:39:23 +02:00
  • 991ab2bea8 Restore development versioning and LSN filtering Marco Costalba 2009-05-02 14:38:26 +02:00
  • f032ba54c5 Stockfish 1.3.1 sf_1.3.1 Marco Costalba 2009-05-03 07:49:34 +01:00
  • 5a7876d0d0 Revert Glaurung 1 book compatibility patch Marco Costalba 2009-05-03 07:28:37 +01:00
  • e87931bbfc Stockfish 1.3 sf_1.3 Marco Costalba 2009-05-02 10:09:53 +01:00
  • aa5c375ca9 Fix a very old UCI option parsing bug Marco Costalba 2009-05-02 11:14:45 +01:00
  • cd1cc39b04 Nicely simplify MovePicker::pick_move_from_list Marco Costalba 2009-05-01 11:27:03 +02:00
  • 4e151f7e0d Sort moves just after scoring Marco Costalba 2009-05-01 10:17:34 +02:00
  • d13e4c16c2 Update polyglot.ini Marco Costalba 2009-04-30 15:16:35 +01:00