All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.iheart.thomas.bandit.package.scala Maven / Gradle / Ivy

The newest version!
package com.iheart.thomas
package bandit

import com.iheart.thomas.analysis.KPIStats

object `package` {

  type Reward = Double
  type ExpectedReward = Reward
  type Weight = Double

  type ArmState[KS <: KPIStats] = analysis.monitor.ExperimentKPIState.ArmState[KS]
  val ArmState = analysis.monitor.ExperimentKPIState.ArmState
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy