Class TestDfBstar
java.lang.Object
experiment.TestDfBstar
This class is part of the preliminary experiments performed on df-B* to find the values for
sigma and epsilon chosen in the thesis for the core experiments. Which were found to at best
be sigma=0.1 and epsilon=0.3
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <P extends IGamePosition<P>>
TestDfBstar.Resultsweep(P root, Supplier<StrategyFunction> sf, int TTsize, Duration time_limit)
-
Field Details
-
SWEEP_VALUES
public static double[] SWEEP_VALUES
-
-
Constructor Details
-
TestDfBstar
public TestDfBstar()
-
-
Method Details
-
sweep
public static <P extends IGamePosition<P>> TestDfBstar.Result sweep(P root, Supplier<StrategyFunction> sf, int TTsize, Duration time_limit)
-