The goal of this function is to determine the appropriate starting temp so that the 'average' swap has a targetProb
chance of
being accepted. Obtained by simulating nswaps
swaps and then calculating the temperature using
σ / ln(targetProb) = Tstart
1 | calcTstart(object, nswaps, targetProb)
|
object |
The |
nswaps |
How many random energies/swaps should be calculated. |
targetProb |
The target probability desired for setting the initial temperature. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.