Package com.kraken.api.simulation.tree
-
Interface Summary Interface Description DecisionTreeSearch.NodeEvaluator Scores a tree node; larger is better. -
Class Summary Class Description DecisionTreeSearch Searches a generated simulation tree and returns the best root decision.DecisionTreeSearch.Result Search output for the root decision.SimulationTree Simulation tree output from a single scenario run.SimulationTreeNode Node in a simulated outcome tree.SimulationTreeOptions Controls simulation tree depth, movement expansion, and node limits.