Commit Graph

3 Commits

Author SHA1 Message Date
160ea82549 Major rework: add search timer, evaluation improvements, more
ADDITIONAL CHANGES

Alpha-Beta search
* Change back to recursive alphabeta with implicit stack
* Add atomic_bool parameter that stops search when set to false
* Update tests accordingly

Evaluation
* Fix bug where black pawns are using white's positional modifier bonus

Makefile
* Add -march=native to clang release builds
2025-12-26 16:18:09 +01:00
ef33b23f70 alphabeta_search: replace recursion with explicit stack 2025-12-21 00:21:44 +01:00
66feaab027 rename base.h -> engine.h and fix bugs in codegen 2025-12-19 04:19:00 +01:00