Table of Contents

Interface IDecisionTreeNode

Namespace
LibGameAI.DecisionTrees
Assembly
DecisionTrees.dll

Represents a node in a decision tree.

public interface IDecisionTreeNode

Methods

MakeDecision()

Make a decision.

IDecisionTreeNode MakeDecision()

Returns

IDecisionTreeNode

A DT node, which will depend wether the decision was true or false.