View source: R/find_start_temp.R
find_start_temp | R Documentation |
Description of the starting temperature function.
find_start_temp(net, mod_matrix, spins, alpha, ts)
net |
a |
mod_matrix |
mod_matrix |
spins |
spins |
alpha |
a double parameter balancing the use of the guidance matrix in modularity calculation |
ts |
the starting temperature for the search, set to 1 within the algorithm |
Within the spinglass algorithm, we would like to start from a temperature with at least 95 of all proposed spin changes accepted in 50 sweeps over the network. The function returns the temperature found.
the starting temperature that meets the criteria specified above
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.