Efficient Tree Generation for Globally Optimal Decisions under Probabilistic Outcomes
By: Berk Ozturk, She'ifa Punla-Green, Les Servi
Potential Business Impact:
Finds best choices for uncertain, step-by-step problems.
Many real-world problems require making sequences of decisions where the outcomes of each decision are probabilistic and uncertain, and the availability of different actions is constrained by the outcomes of previous actions. There is a need to generate policies that are adaptive to uncertainty, globally optimal, and yet scalable as the state space grows. In this paper, we propose the generation of optimal decision trees, which dictate which actions should be implemented in different outcome scenarios, while maximizing the expected reward of the strategy. Using a combination of dynamic programming and mixed-integer linear optimization, the proposed methods scale to problems with large but finite state spaces, using problem-specific information to prune away large subsets of the state space that do not yield progress towards rewards. We demonstrate that the presented approach is able to find the globally optimal decision tree in linear time with respect to the number states explored.
Similar Papers
Experiments with Optimal Model Trees
Machine Learning (CS)
Makes computer predictions more accurate with simpler trees.
Learning Decision Trees as Amortized Structure Inference
Machine Learning (CS)
Builds smarter computer programs that learn from data.
Provably optimal decision trees with arbitrary splitting rules in polynomial time
Machine Learning (CS)
Makes computers solve tricky problems faster and better.