Uses of Class
net.royalur.rules.simple.SimpleRuleSet
Packages that use SimpleRuleSet
-
Uses of SimpleRuleSet in net.royalur
Method parameters in net.royalur with type arguments of type SimpleRuleSetModifier 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
Constructors in net.royalur.agent with parameters of type SimpleRuleSetModifierConstructorDescriptionLikelihoodAgent
(SimpleRuleSet rules, UtilityFunction utilityFunction, float likelihoodThreshold) Instantiates a likelihood agent. -
Uses of SimpleRuleSet in net.royalur.rules
Methods in net.royalur.rules that return SimpleRuleSetModifier 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
Methods in net.royalur.rules.simple that return SimpleRuleSetModifier and TypeMethodDescriptionSimpleRuleSetProvider.create
(GameSettings settings, GameMetadata metadata)