public ExpectiMiniMaxIterAlphaBeta() { heuristique = HeuristiqueFactory.Factory(Settings.HEURISTIC); }
public ExpectiMiniMaxSimple() { heuristique = HeuristiqueFactory.Factory(Settings.HEURISTIC); }
public ExpectiMiniMaxIterSimple() { heuristique = HeuristiqueFactory.Factory(Settings.HEURISTIC); stopwatch = new Stopwatch(); }