The main goal of Aramon et al. was to investigate and quantize the advantages presented by the Fujitsu Digital Annealer CMOS hardware (DA), through the use of Monte Carlo (MC) Ising model simulations. The Ising model is an appropriate system as it is in the QUBO class of problems, the type of problems the Fujitsu device is designed to solve.
Four different MC algorithms were evaluated:
- Simulated Annealing (SA)
- Digital Annealing (DA)
- Parallel Tempering with Isoenergetic Clustering Moves (PT+ICM)
- Parallel Tempering Digital Annealing (PTDA)
The DA algorithms are significant because they employ parallelization for the thermalization (MCSweep) steps, to emulate the Fujitsu device. Additionally, four different coupling interactions were investigated with each algorithm:
- 2D-bimodal: Two-dimensional, with
{-1, 1}
couplings with equal probability - 2D-Gaussian: Two-dimensional, with couplings sampled from a Gaussian distribution
- SK-bimodal: Sherrington-Kirkpatrick (SK) problem, a fully connected graph with
{-1,1}
equally selected couplings - SK-Gaussian: SK fully connected graph with Gaussian sampled couplings
We are concerned here with re-constructing the Time-to-solution (TTS) calculation algorithm. This metric is one of the primary values of interest for obvious reasons, and is calculated from the following.
- We consider a run successful if at some point it reached the "reference energy" during the run. This Bernoulli
trial allows for us to represent the probability of
$y$ successes in$r$ runs as a bimodal distribution
where
- For a given setup, we define
$R_{99}$ as the number of runs needed to achieve at least one success with a probability of 0.99. Further,
- We then determine
$TTS = \tau R_{99}$ , where$\tau$ is the time to execute a given run.$\tau$ was optimized for through a hyperparameter grid search of high/low temperatures and MC sweeps.
The challenge then becomes estimating the probability of success
The appropriate conjugate prior for our parameter
For a given MC algorithm, interaction coupling, and system size
- For
$B=5000$ bootstrapping iterations, sample from$I$ with replacement - An instance,
$i$ , has a tuple$(r_i, y_i)$ which is used to update our beta prior as$\text{Beta}(\alpha, \beta) \mapsto \text{Beta}(\alpha + y_i, \beta + r_i - y_i)$ . - We sample an estimate of
$\theta$ from this posterior distribution and record this instance of$R_{99,bi}$ (for bootstrap iter$b$ ). - After collecting the set of
$R_{99,b}$ values for this bootstrap iter, find the$q$ -th percentile and store as$R_{99,bq}$ (of course this is different than$R_{99,bi}$ above). - After all bootstrap iterations are complete, we consider the empirical distribution
$(\tau R_{99,1q}, ..., \tau R_{99,Bq})$ as an approximation of the true$TTS_q$ distribution.
To test our inference algorithm, we put aside the context of Ising simulations and devices and focus on how our algorithm
estimates approach the known values of
Three investigations are performed where our estimations of known