calcDEMCTemp: calcDEMCTemp

Description Usage Arguments Author(s) See Also Examples

Description

Calculates the temperature for an exponential decrease from T0 to Tend after nGen steps.

Usage

1
calcDEMCTemp(T0, Tend = 1, nGen, iGen = 1:nGen)

Arguments

T0

the initial temperature (before the first step at iGen=0)

Tend

the temperature at the last step

nGen

the number of genrations

iGen

the steps for which to calculate the Temperature

Author(s)

Thomas Wutzler

See Also

calcTemperatedLogDen.default twDEMC

Examples

1
plot( 1:100, calcDEMCTemp(T0=100,Tend=5,nGen=100) )	

twDEMC documentation built on May 2, 2019, 5:38 p.m.