Commit Graph

110 Commits

Author SHA1 Message Date
733c619594 Duplicate eval.c history. 2024-02-05 08:38:09 +01:00
aebb798b31 Copy eval.c into temp-migration-bitboard/eval.c 2024-02-05 08:38:09 +01:00
17bbe6379d Keep eval.c 2024-02-05 08:38:09 +01:00
bdd88e8511 Set back chessdefs.h file 2024-02-05 08:38:09 +01:00
18c294a1f1 Duplicate chessdefs.h history. 2024-02-05 08:38:09 +01:00
051dbc3348 Copy chessdefs.h into temp-migration-bitboard/chessdefs.h 2024-02-05 08:38:09 +01:00
3b01841877 Keep chessdefs.h 2024-02-05 08:38:09 +01:00
5b1d99650d Set back brchess.h file 2024-02-05 08:38:09 +01:00
ee7701d8ef Duplicate brchess.h history. 2024-02-05 08:38:09 +01:00
eb362f32bb Copy brchess.h into temp-migration-bitboard/brchess.h 2024-02-05 08:38:09 +01:00
8140881359 Keep brchess.h 2024-02-05 08:38:09 +01:00
be5c4e5c2a Set back brchess.c file 2024-02-05 08:38:09 +01:00
917d1852b7 Duplicate brchess.c history. 2024-02-05 08:38:09 +01:00
f52c50c817 Copy brchess.c into temp-migration-bitboard/brchess.c 2024-02-05 08:38:09 +01:00
860aa6fc72 Keep brchess.c 2024-02-05 08:38:09 +01:00
7b18c11cd4 Set back board.h file 2024-02-05 08:38:09 +01:00
83c9444c59 Duplicate board.h history. 2024-02-05 08:38:09 +01:00
15b004651f Copy board.h into temp-migration-bitboard/board.h 2024-02-05 08:38:09 +01:00
1e4760687b Keep board.h 2024-02-05 08:38:09 +01:00
636f1f555a Set back bitboard.h file 2024-02-05 08:38:09 +01:00
8dbae2ceef Duplicate bitboard.h history. 2024-02-05 08:38:08 +01:00
56543095ac Copy bitboard.h into temp-migration-bitboard/bitboard.h 2024-02-05 08:38:08 +01:00
0fc415d900 Keep bitboard.h 2024-02-05 08:38:08 +01:00
26c3b04d17 Set back bitboard.c file 2024-02-05 08:38:08 +01:00
7e870ee269 Duplicate bitboard.c history. 2024-02-05 08:38:08 +01:00
15ad675838 Copy bitboard.c into temp-migration-bitboard/bitboard.c 2024-02-05 08:38:08 +01:00
6acacb0314 Keep bitboard.c 2024-02-05 08:38:08 +01:00
e49e9b8f9d Start bitboard migration... Long long cries coming 2024-02-04 19:16:10 +01:00
1aa419392e adapt to brlib 0.3 2024-01-06 19:54:22 +01:00
558be57c58 update Makefile for brlib, bit_for_each new API 2024-01-01 09:56:09 +01:00
01c5765888 remove -DBIN_xxx from brchess source files. parts moved to ./test (TODO) 2023-12-13 21:30:39 +01:00
11d3501a35 copyright dates 2023-11-15 12:28:57 +01:00
48b5420830 Add check array in position structure 2023-07-25 06:54:33 +02:00
b855ba59aa do not generate moves in pvs() terminal nodes 2023-07-13 10:39:36 +02:00
20403a0795 improve search() and pvs() output 2023-07-13 09:49:02 +02:00
c7e2aec77c Move bitboards constants to bitboard.h 2023-07-13 09:48:16 +02:00
754b011d05 fix _moves_gen_eval_sort() 2023-07-12 21:34:04 +02:00
e2a3563fce use eval_simple() as base for eval() 2023-07-12 21:32:26 +02:00
d852e0bc1d adjust nodecounts, fix PVS 2023-07-12 21:31:27 +02:00
3de87daa5a bug fix in pos_dup() 2023-07-12 21:30:24 +02:00
b5ed42746e cosmetic changes 2023-07-12 21:29:51 +02:00
0ca495576d add simple_eval and pvs. DO NOT USE PVS (need to use simple_eval) 2023-07-11 22:24:26 +02:00
ed9b9cc646 add nodes_count and moves_{generated,counted} in pos struct 2023-07-11 22:22:33 +02:00
88d2d4061f add moves sort 2023-07-11 22:21:42 +02:00
9932a64c97 add pvs(), aka Principal Variation Search 2023-07-11 22:20:43 +02:00
af1f5db507 add BB flip_V and FLIP_H macros 2023-07-11 22:13:06 +02:00
d9f03acb02 fix piece color in move_do 2023-07-10 13:17:26 +02:00
65f1bef987 cleanup 2023-07-09 16:22:42 +02:00
48319cf21a add M_PR_NL option in move_print() 2023-07-09 15:53:57 +02:00
0b787c8a90 Add negamax function (no α β pruning) 2023-07-09 15:44:50 +02:00