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:
Marco Costalba
2012-03-06 10:09:37 +01:00
parent 843a5961e1
commit 4220f191d8
6 changed files with 114 additions and 111 deletions

View File

@@ -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;