Deep Learning for the Multiple Optimal Stopping Problem
Mathieu Laurière, Mehdi Talbi
TL;DR
The paper tackles high-dimensional multiple optimal stopping by integrating dynamic programming with neural network value-function approximations, explicitly learning the value surface rather than the stopping policy. It introduces two backward-induction algorithms: Exhaustive-DBMS (E-DBMS) that preserves the full DP but incurs exponential search cost, and Partial-DBMS (P-DBMS) that reduces cost by restricting to a single stop per step, with a trade-off in discretization error. The authors prove convergence results for both algorithms, decompose errors into neural-network approximation, sampling, and discretization components, and derive explicit diffusion-level error bounds for Euler discretizations. Numerical experiments on high-dimensional basket American options and nonlinear utilities demonstrate the approach's scalability and accuracy, validating its applicability to swing options and related problems in finance. Overall, the framework provides a rigorous, scalable method for solving complex multiple stopping problems in high dimensions with provable convergence guarantees and practical implementation guidance.
Abstract
This paper presents a novel deep learning framework for solving multiple optimal stopping problems in high dimensions. While deep learning has recently shown promise for single stopping problems, the multiple exercise case involves complex recursive dependencies that remain challenging. We address this by combining the Dynamic Programming Principle with neural network approximation of the value function. Unlike policy-search methods, our algorithm explicitly learns the value surface. We first consider the discrete-time problem and analyze neural network training error. We then turn to continuous problems and analyze the additional error due to the discretization of the underlying stochastic processes. Numerical experiments on high-dimensional American basket options and nonlinear utility maximization demonstrate that our method provides an efficient and scalable method for the multiple optimal stopping problem.
