Filzbach Module
An adaptation of the Filzbach method (originally by Drew Purves)
Types
| Type | Description |
|
|
|
|
|
Functions and values
| Function or value |
Description
|
|
A Monte Carlo Markov Chain sampler based on the 'Filzbach' algorithm from Microsoft Research Cambridge.
|
Full Usage:
filzbach' settings theta random writeOut sampleEnd domain f
Parameters:
FilzbachSettings
theta : TypedTensor<Vector, MeasureProduct<optim-space, MeasureOne>>
random : Random
writeOut : LogEvent -> unit
sampleEnd : EndCondition
domain : Domain
f : Objective
Returns: Solution list
|
|
bristlecone