Artificial Intelligence Agents

  • A base strategy class.

    See more

    Declaration

    Swift

    class AIGameStrategy : NSObject, GKStrategist
  • A subclass of the AI game strategy designed for use with decision trees.

    Agents that use the tree strategy will attempt to use a state assessement and determine the best action by submitting that assessement to a decision tree, depending on the tree’s implementation.

    See more

    Declaration

    Swift

    class AITreeStrategy : AIGameStrategy