MarkovChainLength typedef

MarkovChainLength = int Function(num temperature)

Function returning an integer representing a Markov chain length (the number of simulated annealing iterations performed at constant temperature).

  • temperature: The current system temperature.

Implementation

typedef MarkovChainLength = int Function(num temperature);