Commit 44c58013 authored by LRZ-SIM Funktionskennung's avatar LRZ-SIM Funktionskennung Committed by Gaurav Kukreja

using Strategy No 0 i.e. Parallel Minimax

 * Fix SIGSEGV on run
Signed-off-by: 's avatarLRZ-SIM Funktionskennung <h039val@ice1-login.ice1.cos.lrz.de>
parent 51af7d43
...@@ -31,7 +31,7 @@ Evaluator ev; ...@@ -31,7 +31,7 @@ Evaluator ev;
int myColor = Board::color1; int myColor = Board::color1;
/* Which search strategy to use? */ /* Which search strategy to use? */
int strategyNo = 2; int strategyNo = 0;
/* Max search depth */ /* Max search depth */
int maxDepth = 0; int maxDepth = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment