Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AmwgStepper

import { AmwgStepper } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/bayesjs/mcmc.ts";
class AmwgStepper extends Stepper {
constructor(
params: any,
state: any,
log_post: Function,
options: any,
);
param_names: any;
substeppers: any;
 
info();
start_adaptation();
step();
stop_adaptation();
}

§Extends

§
Stepper
[src]

§Constructors

§
new AmwgStepper(params: any, state: any, log_post: Function, options: any)
[src]

§Properties

§
param_names: any
[src]
§
substeppers: any
[src]

§Methods

§
info()
[src]
§
start_adaptation()
[src]
§
step()
[src]
§
stop_adaptation()
[src]