On the Effectiveness of Classical Regression Methods for Optimal Switching Problems
Martin Andersson, Benny Avelin, Marcus Olofsson
TL;DR
This work investigates solving high-dimensional optimal switching (OS) problems via regression-based Monte Carlo within the Longstaff-Schwartz framework. It systematically compares classical regression methods (OLS, Ridge, LASSO, Random Forests, LightGBM, k-NN, PCA-kNN) and neural networks, showing that simple methods, particularly PCA-adjusted $k$-NN regression, can achieve near-optimal switching decisions up to $d=50$ with minimal hyperparameter tuning. The authors provide theoretical concentration bounds for the $k$-NN regression in one-step settings under diffusion and jump-diffusion dynamics (sub-Gaussian and sub-exponential tails) and demonstrate empirical robustness across four benchmark OS problems, including high-dimensional cases. Practically, this work suggests practitioners prioritize classical regression methods before resorting to deep learning for OS, leveraging PCA to scale $k$-NN to high dimensions while maintaining strong decision quality and value capture.
Abstract
Simple regression methods provide robust, near-optimal solutions for optimal switching problems, including high-dimensional ones (up to 50). While the theory requires solving intractable PDE systems, the Longstaff-Schwartz algorithm with classical regression methods achieves excellent switching decisions without extensive hyperparameter tuning. Testing linear models (OLS, Ridge, LASSO), tree-based methods (random forests, gradient boosting), $k$-nearest neighbors, and feedforward neural networks on four benchmark problems, we find that several simple methods maintain stable performance across diverse problem characteristics, outperforming the neural networks we tested against. In our comparison, $k$-NN regression performs consistently well, and with minimal hyperparameter tuning. We establish concentration bounds for this regressor and show that PCA enables $k$-NN to scale to high dimensions.
