Type alias BiasInternal

Bias: {
    accept: ((templateSampler) => CreateSampler);
    avoid: ((templateSampler, weight) => CreateSampler);
    prefer: ((templateSampler, weight) => CreateSampler);
    reject: ((templateSampler) => CreateSampler);
}

Type declaration

Generated using TypeDoc