com.eharmony.aloha.models

exploration

package exploration

Visibility
  1. Public
  2. All

Type Members

  1. case class BootstrapModel[U, N, A, B <: U](modelId: ModelIdentity, models: IndexedSeq[Submodel[Int, A, U]], salt: GenAggFunc[A, Long], classLabels: IndexedSeq[N], auditor: Auditor[U, N, B]) extends SubmodelBase[U, N, A, B] with Product with Serializable

    A model for performing bootstrap style exploration.

  2. case class EpsilonGreedyModel[U, N, -A, B <: U](modelId: ModelIdentity, defaultPolicy: Submodel[Int, A, U], epsilon: Float, salt: GenAggFunc[A, Long], classLabels: IndexedSeq[N], auditor: Auditor[U, N, B]) extends SubmodelBase[U, N, A, B] with Product with Serializable

    A model which does epsilon greedy style exploration.

Value Members

  1. object BootstrapModel extends ParserProviderCompanion with Serializable

  2. object EpsilonGreedyModel extends ParserProviderCompanion with Serializable

Ungrouped