Packages

object ParMapState extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParMapState
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ParAddVar(typ: Typ[Term]) extends (ParMapState) => (Double) => (ParMapState, Term) with Product with Serializable
  2. case class ParGenNodes(tg: TermGenParams) extends TermGeneratorNodes[ParMapState] with Product with Serializable

Value Members

  1. def add[Y](m1: ParMap[Y, Double], m2: ParMap[Y, Double]): ParMap[Y, Double]
  2. def coeffVal(tg: TermGenParams): (Coeff[_]) => Option[Double]
  3. def fromTermState(ts: TermState): ParMapState
  4. def makeMap[T](vec: ParVector[(T, Double)]): ParMap[T, Double]
  5. def mapMap[Y, Z](m: ParMap[Y, Double], f: (Y) => Z): ParMap[Z, Double]
  6. def mapMapOpt[Y, Z](m: ParMap[Y, Double], f: (Y) => Option[Z]): ParMap[Z, Double]
  7. def normalize[Y](m: ParMap[Y, Double]): ParMap[Y, Double]
  8. def parGenNodes(tg: TermGenParams): TermGeneratorNodes[ParMapState]
  9. def parNodeSeq(tg: TermGenParams): TermNodeCoeffSeq[ParMapState]
  10. def parUnion(a1: ParSet[EquationNode], a2: ParSet[EquationNode]): ParSet[EquationNode]
  11. def purge[Y](m: ParMap[Y, Double], cutoff: Double): ParMap[Y, Double]
  12. case object ParBaseNodes extends TermGeneratorNodes[ParMapState] with Product with Serializable
  13. case object ParEnterIsle extends (Term, ParMapState) => ParMapState with Product with Serializable