# Parallel Simultaneous Perturbation Optimization

**Authors:** Atiye Alaeddini, Daniel J. Klein

arXiv: 1704.00223 · 2018-09-13

## TL;DR

This paper introduces PSPO, a parallelized stochastic optimization algorithm that efficiently utilizes high-performance computing to optimize expensive, noisy black-box functions, demonstrated through epidemiological modeling.

## Contribution

The paper extends the simultaneous perturbation stochastic approximation algorithm to fully leverage parallel computing, reducing convergence time and adapting step sizes automatically.

## Key findings

- PSPO converges faster than traditional methods.
- It effectively utilizes parallel computing resources.
- Demonstrated on a real epidemiological model.

## Abstract

Stochastic computer simulations enable users to gain new insights into complex physical systems. Optimization is a common problem in this context: users seek to find model inputs that maximize the expected value of an objective function. The objective function, however, is time-intensive to evaluate, and cannot be directly measured. Instead, the stochastic nature of the model means that individual realizations are corrupted by noise. More formally, we consider the problem of optimizing the expected value of an expensive black-box function with continuously-differentiable mean, from which observations are corrupted by Gaussian noise. We present Parallel Simultaneous Perturbation Optimization (PSPO), which extends a well-known stochastic optimization algorithm, simultaneous perturbation stochastic approximation, in several important ways. Our modifications allow the algorithm to fully take advantage of parallel computing resources, like high-performance cloud computing. The resulting PSPO algorithm takes fewer time-consuming iterations to converge, automatically chooses the step size, and can vary the error tolerance by step. Theoretical results are supported by a numerical example. To demonstrate the performance of the algorithm, we implemented the algorithm to maximize the pseudo-likelihood of a stochastic epidemiological model to data of a measles outbreak.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.00223/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1704.00223/full.md

## References

20 references — full list in the complete paper: https://tomesphere.com/paper/1704.00223/full.md

---
Source: https://tomesphere.com/paper/1704.00223