Game Development Reference
In-Depth Information
Pitfalls of decision trees
Although decision trees are easy to understand, their weaknesses stem from trying to im-
plement complicated logical conditions where every possible outcome must also be ac-
counted for. With a large number of branch possibilities, a decision tree will also need to be
balanced; otherwise, parts of the tree will end up needing to being replicated, further in-
creasing the complexity of the tree.
Search WWH ::




Custom Search