Package net.royalur
Class StatsCLI
java.lang.Object
net.royalur.StatsCLI
This file intends to hold tests that can be performed
to different sets of game rules and paths to compare them.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static CLIHandler
handleCount
(CLI cli) static void
static void
printHelp
(PrintStream out) static CLIHandler
routeCLIRequest
(CLI cli) void
testAgentActions
(List<GameSettings> settingsList, Function<SimpleRuleSet, Agent> agent1Generator, Function<SimpleRuleSet, Agent> agent2Generator, int tests, GameStatsTarget[] reportTargets) Runs tests using AI agents with many game settings.
-
Constructor Details
-
StatsCLI
public StatsCLI()
-
-
Method Details
-
testAgentActions
public void testAgentActions(List<GameSettings> settingsList, Function<SimpleRuleSet, Agent> agent1Generator, Function<SimpleRuleSet, Agent> agent2Generator, int tests, GameStatsTarget[] reportTargets) Runs tests using AI agents with many game settings. -
countStates
public static void countStates() -
printCountHelp
-
handleCount
-
printHelp
-
routeCLIRequest
- Throws:
IOException
-