mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Introduce Eval namespace
Wrap evaluation related stuff and reshuffle a bit the code. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@ int main(int argc, char* argv[]) {
|
||||
kpk_bitbase_init();
|
||||
Search::init();
|
||||
Threads.init();
|
||||
eval_init();
|
||||
Eval::init();
|
||||
TT.set_size(Options["Hash"]);
|
||||
|
||||
cout << engine_info() << endl;
|
||||
|
||||
Reference in New Issue
Block a user