Packages

object ConstantStep extends Serializable

Source
ConstantStep.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstantStep
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Alpha(toDouble: Double) extends AnyVal with Product with Serializable
  2. final case class Epsilon(toDouble: Double) extends AnyVal with Product with Serializable

Value Members

  1. def buildAggregate[T](value: T, time: Time)(implicit num: Numeric[T]): ConstantStep
  2. def buildAggregate[T](value: T)(implicit num: Numeric[T]): ConstantStep
  3. def buildReward[T](reward: T, alpha: Alpha, time: Time)(implicit num: Numeric[T]): ConstantStep

    Rewards can only be assigned to time one tick in the future.

  4. def group(alpha: Alpha, eps: Epsilon): Group[ConstantStep]
  5. implicit def module(implicit G: Group[ConstantStep]): Module[Double, ConstantStep]
  6. val zero: ConstantStep