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

BinaryStepper

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

§Extends

§
Stepper
[src]

§Constructors

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

§Properties

§
param_name: any
[src]

§Methods

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