AmwgSampler
import { AmwgSampler } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/bayesjs/mcmc.ts";class AmwgSampler extends Sampler {}
constructor(
params: any,
log_post: Function,
data: any,
options?: any,
);create_stepper_ensamble(
params: any,
state: any,
log_post: Function,
options: any,
);