Files
Stockfish/src/nnue
Disservin 299707d2c2 Split UCI into UCIEngine and Engine
This is another refactor which aims to decouple uci from stockfish. A new engine
class manages all engine related logic and uci is a "small" wrapper around it.

In the future we should also try to remove the need for the Position object in
the uci and replace the options with an actual options struct instead of using a
map. Also convert the std::string's in the Info structs a string_view.

closes #5147

No functional change
2024-04-04 00:15:17 +02:00
..
2024-01-04 15:47:10 +01:00
2024-03-12 19:09:50 +01:00
2024-03-12 19:09:50 +01:00
2024-01-04 15:47:10 +01:00
2024-03-12 16:41:08 +01:00