single_loss_stop: Decide whether to stop the experiment using the last loss...

Description Usage Arguments Value

Description

This function decides whether or not to stop the experiment and declare one of the variants as the winner.

Usage

1
single_loss_stop(losses, loss_threshold)

Arguments

losses

A named vector of the losses for each variant.

loss_threshold

Choose a variant once the loss goes beneath this value.

Value

A list containg two named elements: 'stop' (a boolean) and 'winner', which is NULL if 'stop' is FALSE else it is the name of the winning variant


convoyinc/abayes documentation built on May 12, 2019, 1:34 a.m.