kumulant/com.eignex.kumulant.bandit.univariate/Exp3ArmResult Exp3ArmResult @Serializable@SerialName(value = "Exp3ArmResult")data class Exp3ArmResult(val weight: Double) : Result(source)Per-arm snapshot for Exp3Bandit: the exponential-weight cell for one arm. Members Constructors Exp3ArmResult Link copied to clipboard constructor(weight: Double) Properties weight Link copied to clipboard val weight: DoubleUnnormalised exponential weight exp(eta * cumulative gain). Exp3ArmResult constructor(weight: Double)(source) weight val weight: Double(source)Unnormalised exponential weight exp(eta * cumulative gain).