MetropolisTable {xegaPopulation}R Documentation

Metropolis acceptance probability table.

Description

Metropolis acceptance probability table.

Usage

MetropolisTable(d = 1, beta = 2, temperature = 1000, alpha = 0.9, steps = 1000)

Arguments

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.

Value

Data frame with the columns alpha, beta, temperature, d (distance between fitness), and probability of acceptance.

See Also

Other Diagnostic: MetropolisAcceptanceProbability()

Examples

MetropolisTable(d=2, beta=2, temperature=10, alpha=0.99, steps=10)

[Package xegaPopulation version 1.0.0.0 Index]