Class PredictSplits


  • public final class PredictSplits
    extends java.lang.Object
    Predicts splits for one enemy player, and adjusts predictions as creatures are revealed.
    Author:
    David Ripton See docs/SplitPrediction.txt
    • Constructor Detail

      • PredictSplits

        PredictSplits​(java.lang.String rootId,
                      java.util.List<CreatureType> creatureTypes,
                      Variant variant)
    • Method Detail

      • printLeaves

        void printLeaves()
        Print all childless nodes in tree.
      • printNodes

        void printNodes()
        Print all nodes in tree.
      • getLeaf

        PredictSplitNode getLeaf​(java.lang.String markerId)
        Return the leaf PredictSplitNode with matching markerId.