public class VierGewinnt
extends java.lang.Object
| Constructor and Description |
|---|
VierGewinnt() |
| Modifier and Type | Method and Description |
|---|---|
static double |
alphaBetaPruning(int maxDepth,
boolean first,
double alpha,
double beta) |
static double |
evaluateSituation(int maxDepth,
boolean first) |
static double |
iterativeDeepening(int maxMilis) |
static void |
main(java.lang.String[] args) |
static double |
orderedIterativeDeepening(int maxMilis) |
public static void main(java.lang.String[] args)
args - the command line argumentspublic static double evaluateSituation(int maxDepth,
boolean first)
public static double alphaBetaPruning(int maxDepth,
boolean first,
double alpha,
double beta)
public static double iterativeDeepening(int maxMilis)
public static double orderedIterativeDeepening(int maxMilis)