Package

com.iheart.thomas

bandit

Permalink

package bandit

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bandit
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AbtestNotFound(feature: FeatureName) extends RuntimeException with Error with Product with Serializable

    Permalink
  2. trait AllSyntax extends ToRewardStateOps

    Permalink
  3. type ArmName = String

    Permalink
  4. case class BanditSpec(feature: FeatureName, arms: List[ArmName], author: String, start: Instant, title: String) extends Product with Serializable

    Permalink
  5. trait BanditStateDAO[F[_], BS] extends AnyRef

    Permalink
  6. sealed trait Error extends RuntimeException with NoStackTrace

    Permalink
  7. type ExpectedReward = Double

    Permalink
  8. case class KPIIncorrectType(name: KPIName) extends RuntimeException with Error with Product with Serializable

    Permalink
  9. case class KPINotFound(name: KPIName) extends RuntimeException with Error with Product with Serializable

    Permalink
  10. type Reward = Double

    Permalink
  11. trait RewardState[A] extends Monoid[A] with Serializable

    Permalink

Value Members

  1. object BanditStateDAO

    Permalink
  2. object Formats

    Permalink
  3. object RewardState extends Serializable

    Permalink
  4. package bayesian

    Permalink
  5. package single

    Permalink
  6. object syntax

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped