.. |
test
|
nextMove() 返回值改为 string
|
2020-09-07 01:03:34 +08:00 |
ui/qt
|
types: 移除 Step 类型
|
2020-09-24 01:10:49 +08:00 |
HashNode.h
|
refactor: 调整源码目录结构将其扁平化
|
2020-07-05 23:04:42 +08:00 |
aithread.cpp
|
MCTS: 移除完 MCTS 相关代码
|
2020-09-20 23:04:22 +08:00 |
aithread.h
|
nextMove() 返回值改为 string
|
2020-09-07 01:03:34 +08:00 |
benchmark.cpp
|
从 Stockfish 合并 uci/benchmark 等文件
|
2020-07-11 12:39:09 +08:00 |
bitboard.cpp
|
refactor: 调整源码目录结构将其扁平化
|
2020-07-05 23:04:42 +08:00 |
bitboard.h
|
refactor: 调整源码目录结构将其扁平化
|
2020-07-05 23:04:42 +08:00 |
debug.h
|
refactor: 调整源码目录结构将其扁平化
|
2020-07-05 23:04:42 +08:00 |
endgame.cpp
|
refactor: 调整源码目录结构将其扁平化
|
2020-07-05 23:04:42 +08:00 |
endgame.h
|
refactor: 调整源码目录结构将其扁平化
|
2020-07-05 23:04:42 +08:00 |
evaluate.cpp
|
types: 移除 Score 类型
|
2020-09-24 01:20:10 +08:00 |
evaluate.h
|
eveluate: Position * 改为 const Position &
|
2020-09-06 12:21:30 +08:00 |
hashmap.h
|
从 Stockfish 合并更多 thread 代码
|
2020-07-11 17:02:36 +08:00 |
main.cpp
|
将原来的 main.c 改名为 qt/winmain.c 并增加新的 main.c 给 UCI 使用
|
2020-07-11 23:48:09 +08:00 |
misc.cpp
|
refactor: getAppFileName() 移动到 main.c
|
2020-08-30 21:23:20 +08:00 |
misc.h
|
misc.h: 清理多余代码
|
2020-09-24 00:34:49 +08:00 |
movegen.cpp
|
添加了新的 Stack 类但暂未使用
|
2020-09-23 00:51:03 +08:00 |
movegen.h
|
movegen/movepick: Position * 改为 Position &
|
2020-09-06 12:32:35 +08:00 |
movepick.cpp
|
movegen/movepick: Position * 改为 Position &
|
2020-09-06 12:32:35 +08:00 |
movepick.h
|
添加了新的 Stack 类但暂未使用
|
2020-09-23 00:51:03 +08:00 |
option.cpp
|
refactor: giveup 更名为 resign
|
2020-09-20 21:52:41 +08:00 |
option.h
|
refactor: giveup 更名为 resign
|
2020-09-20 21:52:41 +08:00 |
position.cpp
|
types: 移除 Step 类型
|
2020-09-24 01:10:49 +08:00 |
position.h
|
添加了新的 Stack 类但暂未使用
|
2020-09-23 00:51:03 +08:00 |
rule.cpp
|
rule: 去掉计时规则相关代码
|
2020-09-20 16:52:48 +08:00 |
rule.h
|
types: 移除 Step 类型
|
2020-09-24 01:10:49 +08:00 |
search.cpp
|
types: 移除 Score 类型
|
2020-09-24 01:20:10 +08:00 |
search.h
|
search: 新增 UCI::pv() 等一些 Stockfish 函数
|
2020-09-23 01:23:46 +08:00 |
stack.h
|
添加了新的 Stack 类但暂未使用
|
2020-09-23 00:51:03 +08:00 |
stopwatch.h
|
refactor: 调整源码目录结构将其扁平化
|
2020-07-05 23:04:42 +08:00 |
thread.cpp
|
uci: 加回来代码
|
2020-09-06 20:32:08 +08:00 |
thread.h
|
types: 移除 Score 类型
|
2020-09-24 01:20:10 +08:00 |
thread_win32_osx.h
|
从 Stockfish 合并更多 thread 代码
|
2020-07-11 17:02:36 +08:00 |
timeman.cpp
|
从 Stockfish 合并 uci/benchmark 等文件
|
2020-07-11 12:39:09 +08:00 |
timeman.h
|
从 Stockfish 合并 uci/benchmark 等文件
|
2020-07-11 12:39:09 +08:00 |
trainer.cpp
|
refactor: 调整源码目录结构将其扁平化
|
2020-07-05 23:04:42 +08:00 |
trainer.h
|
refactor: 调整源码目录结构将其扁平化
|
2020-07-05 23:04:42 +08:00 |
tt.cpp
|
tt: TTEntry 成员变量名带上比特位数
|
2020-09-01 23:49:12 +08:00 |
tt.h
|
tt: TTEntry 成员变量名带上比特位数
|
2020-09-01 23:49:12 +08:00 |
types.h
|
types: 移除 Score 类型
|
2020-09-24 01:20:10 +08:00 |
uci.cpp
|
完成 UCI::move(Move m) 函数并全面应用
|
2020-09-07 00:05:14 +08:00 |
uci.h
|
uci: 加回来代码
|
2020-09-06 20:32:08 +08:00 |
ucioption.cpp
|
从 Stockfish 合并 uci/benchmark 等文件
|
2020-07-11 12:39:09 +08:00 |