This document describes a method for solving stochastic optimization problems using Monte Carlo simulation. It introduces Monte Carlo estimators for the objective function, its gradient, and the covariance matrix that can be computed using a random sample. It then presents an iterative stochastic gradient descent procedure where the sample size is adjusted at each iteration inversely proportional to the square of the gradient estimate. Two theorems prove that this approach ensures convergence to the optimal solution and provides accuracy bounds on the estimate of the distance to the optimal point. The method offers a way to efficiently solve stochastic optimization problems using adaptive sample sizes.
Related topics: