Description of the starting temperature function.
find_start_temp(net, mod_matrix, spins, alpha, ts)
the starting temperature that meets the criteria specified above
a spinglass_net
object
mod_matrix
spins
a double parameter balancing the use of the guidance matrix in modularity calculation
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.