MetropolisTable {xegaPopulation} | R Documentation |
Metropolis acceptance probability table.
MetropolisTable(d = 1, beta = 2, temperature = 1000, alpha = 0.9, steps = 1000)
d |
Distance between the fitness of the old and the new gene. |
beta |
Constant. |
temperature |
Temperature. |
alpha |
Cooling constant in [0, 1]. |
steps |
Number of steps. |
Data frame with the columns alpha, beta, temperature, d (distance between fitness), and probability of acceptance.
Other Diagnostic:
MetropolisAcceptanceProbability()
MetropolisTable(d=2, beta=2, temperature=10, alpha=0.99, steps=10)