p {RGeode}R Documentation

Threshold probability (p(t))

Description

The decreasing function for the adptive puning.

Usage

p(t, c0, c1)

Arguments

t

int
The current iteration at which the probability of an adaption is calculated.

c0

double
Additive constant at the exponent-

c1

double
Multiplicative constant at the exponent.

Value

p returns the threshold of interest:

p(t)

double
It is p(t)= exp{c0+c1*t}.

Author(s)

L. Rimella, lorenzo.rimella@hotmail.it

References

Examples

t = 10
c0= -1
c1= 10

p(t, c0, c1)

[Package RGeode version 0.1.0 Index]