.. |
test
|
修改引擎对战的 Key 格式为 KeyN
|
2020-05-02 22:09:08 +08:00 |
ui/qt
|
position: 简化翻转/旋转/镜像等函数的传参个数
|
2020-09-01 00:24:59 +08:00 |
HashNode.h
|
refactor: 调整源码目录结构将其扁平化
|
2020-07-05 23:04:42 +08:00 |
aithread.cpp
|
ui: 去除深度设置
|
2020-07-11 19:31:11 +08:00 |
aithread.h
|
ui: 去除深度设置
|
2020-07-11 19:31:11 +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
|
position: refactor
|
2020-09-01 00:11:31 +08:00 |
evaluate.h
|
evaluate: refactor: 新建 Evaluation 类并重构
|
2020-08-30 21:08:49 +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
|
refactor: getAppFileName() 移动到 main.c
|
2020-08-30 21:23:20 +08:00 |
movegen.cpp
|
position: refactor
|
2020-09-01 00:11:31 +08:00 |
movegen.h
|
movengen: movePriorityTable 第一个类型由 Move 改为 Square
|
2020-08-30 22:16:50 +08:00 |
movepick.cpp
|
position: 新增 count() 函数并应用
|
2020-08-31 23:38:23 +08:00 |
movepick.h
|
movepick: 完成 next_move() 函数并应用
|
2020-08-31 00:09:36 +08:00 |
option.cpp
|
从 Stockfish 合并 uci/benchmark 等文件
|
2020-07-11 12:39:09 +08:00 |
option.h
|
从 Stockfish 合并 uci/benchmark 等文件
|
2020-07-11 12:39:09 +08:00 |
position.cpp
|
position: 简化翻转/旋转/镜像等函数的传参个数
|
2020-09-01 00:24:59 +08:00 |
position.h
|
position: 简化翻转/旋转/镜像等函数的传参个数
|
2020-09-01 00:24:59 +08:00 |
rule.cpp
|
refactor: 调整源码目录结构将其扁平化
|
2020-07-05 23:04:42 +08:00 |
rule.h
|
refactor: 调整源码目录结构将其扁平化
|
2020-07-05 23:04:42 +08:00 |
search.cpp
|
position: refactor
|
2020-09-01 00:11:31 +08:00 |
search.h
|
refactor: 从 AIAlgorithm 类中将 MTDF 函数和最底层的 search 移动到类外部
|
2020-07-12 12:06:53 +08:00 |
stack.h
|
refactor: 调整源码目录结构将其扁平化
|
2020-07-05 23:04:42 +08:00 |
stopwatch.h
|
refactor: 调整源码目录结构将其扁平化
|
2020-07-05 23:04:42 +08:00 |
thread.cpp
|
从 Stockfish 合并更多 thread 代码
|
2020-07-11 17:02:36 +08:00 |
thread.h
|
从 Stockfish 合并更多 thread 代码
|
2020-07-11 17:02:36 +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
|
refactor: 调整源码目录结构将其扁平化
|
2020-07-05 23:04:42 +08:00 |
tt.h
|
refactor: 将 zobrist.h/.c 的内容转移到 position.cpp
|
2020-07-11 17:33:23 +08:00 |
types.h
|
position: 新增 count() 函数并应用
|
2020-08-31 23:38:23 +08:00 |
uci.cpp
|
从 Stockfish 合并更多 thread 代码
|
2020-07-11 17:02:36 +08:00 |
uci.h
|
从 Stockfish 合并 uci/benchmark 等文件
|
2020-07-11 12:39:09 +08:00 |
ucioption.cpp
|
从 Stockfish 合并 uci/benchmark 等文件
|
2020-07-11 12:39:09 +08:00 |