Uses of Class
net.royalur.rules.simple.SimpleRuleSet
-
Uses of SimpleRuleSet in net.royalur
Modifier and TypeMethodDescriptionvoid
RGUStatistics.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. -
Uses of SimpleRuleSet in net.royalur.agent
ModifierConstructorDescriptionLikelihoodAgent
(SimpleRuleSet rules, UtilityFunction utilityFunction, float likelihoodThreshold) Instantiates a likelihood agent. -
Uses of SimpleRuleSet in net.royalur.rules
Modifier and TypeMethodDescriptionstatic SimpleRuleSet
RuleSet.createSimple
(GameSettings settings) Creates a simple rule set that follows the given game settings. -
Uses of SimpleRuleSet in net.royalur.rules.simple
Modifier and TypeMethodDescriptionSimpleRuleSetProvider.create
(GameSettings settings, GameMetadata metadata)