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
- Alphabetic
- By Inheritance
- Path
- Serializable
- Product
- Equals
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Path, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val current: State
- def ensuring(cond: (Path) => Boolean, msg: => Any): Path
- def ensuring(cond: (Path) => Boolean): Path
- def ensuring(cond: Boolean, msg: => Any): Path
- def ensuring(cond: Boolean): Path
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val evolution: AdjDiffbleFunction[(FiniteDistribution[M], FiniteDistribution[V]), (FiniteDistribution[M], FiniteDistribution[V])]
- lazy val evolved: State
- val evolvedStates: List[State]
- lazy val feedbackM: FiniteDistribution[M]
- lazy val feedbackV: FiniteDistribution[V]
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val id: String
- lazy val imageFeedback: (FiniteDistribution[AtomicMove], FiniteDistribution[Moves])
- lazy val imageFeedbackV: FiniteDistribution[V]
- lazy val imagePres: FiniteDistribution[Presentation]
- val initV: FiniteDistribution[Moves]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def length: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val next: Path
- lazy val nextM: FiniteDistribution[AtomicMove]
- lazy val nextState: State
- lazy val nextV: FiniteDistribution[Moves]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pickle: PickledPath
- lazy val presFn: MoveFn[V, Presentation]
- lazy val presentationFeedback: FiniteDistribution[Presentation]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def quickrun(n: Int): Path
- Annotations
- @tailrec()
- val rank: Int
- final def run(n: Int, callback: (Path) => Unit = (p) => {}): Path
- Annotations
- @tailrec()
- val scale: Double
- val size: Double
- val states: List[State]
- val steps: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val wordCntn: Double
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (Path, B)
- Implicit
- This member is added by an implicit conversion from Path toArrowAssoc[Path] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.