object SimpleAcEvolution
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleAcEvolution
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Path(rank: Int, steps: Int, wordCntn: Double, size: Double, scale: Double, states: List[State], evolvedStates: List[State], id: String) extends Product with Serializable
- case class PickledPath(rank: Int, steps: Int, wordCntn: Double, size: Double, scale: Double, states: List[PickledState], evolvedStates: List[PickledState], id: String) extends Product with Serializable
- case class PickledState(rank: Int, pmfM: Vector[PickledWeighted], pmfV: Vector[PickledWeighted]) extends Product with Serializable
- case class State(rank: Int, fdM: FiniteDistribution[AtomicMove], fdV: FiniteDistribution[Moves]) extends Product with Serializable
Value Members
- def toPresentation(rank: Int, fdV: FiniteDistribution[Moves]): FiniteDistribution[Presentation]
- object Path extends Serializable
- object PickledPath extends Serializable
- object PickledState extends Serializable