Package net.royalur.stats.cli
Class OldStatsFunctions
java.lang.Object
net.royalur.stats.cli.OldStatsFunctions
Throw-away functions to potentially be turned into proper
CLI commands at some point.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
OldStatsFunctions
public OldStatsFunctions()
-
-
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.
-