MetropolisWithinGibbs Module
Functions and values
Function or value | Description |
Full Usage:
core isAdaptive writeOut random domain f results batchLength batchNumber theta sigmas
Parameters:
bool
writeOut : LogEvent -> unit
random : Random
domain : ('a * 'b * Constraint)[]
f : float[] -> float
results : (float * float[]) list
batchLength : int
batchNumber : int
theta : float[]
sigmas : float[]
Returns: int * (float * float[]) list * float[]
|
|
Full Usage:
propose theta j lsj domain random
Parameters:
float[]
j : int
lsj : float
domain : ('a * 'b * Constraint)[]
random : Random
Returns: float[]
|
|
Full Usage:
tune sigma acceptanceRate batchNumber
Parameters:
float
acceptanceRate : float
batchNumber : int
Returns: float
|