class BufferedRun extends AnyRef
- Alphabetic
- By Inheritance
- BufferedRun
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new BufferedRun(initDist: FiniteDistribution[Term], initBatch: Int, batchSize: Int, halt: => (BufferedRun) => Boolean = (bfr) => bfr.getElapsedTime > (1000 * 5 * 60), save: (FiniteDistribution[Term]) => Unit = (_) => (), smooth: (FiniteDistribution[Term]) => FiniteDistribution[Term] = identity)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from BufferedRun toany2stringadd[BufferedRun] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (BufferedRun, B)
- Implicit
- This member is added by an implicit conversion from BufferedRun toArrowAssoc[BufferedRun] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def await: Vector[FiniteDistribution[Term]]
- def awaitIterate: Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def ensuring(cond: (BufferedRun) => Boolean, msg: => Any): BufferedRun
- Implicit
- This member is added by an implicit conversion from BufferedRun toEnsuring[BufferedRun] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (BufferedRun) => Boolean): BufferedRun
- Implicit
- This member is added by an implicit conversion from BufferedRun toEnsuring[BufferedRun] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): BufferedRun
- Implicit
- This member is added by an implicit conversion from BufferedRun toEnsuring[BufferedRun] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): BufferedRun
- Implicit
- This member is added by an implicit conversion from BufferedRun toEnsuring[BufferedRun] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- var eventHook: (FiniteDistribution[Term]) => Unit
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from BufferedRun toStringFormat[BufferedRun] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getElapsedTime: Long
- def getLoops: Int
- def getTimeSeries: Vector[FiniteDistribution[Term]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterate(s: (FiniteDistribution[Term]) => Unit = saveMem): Future[Unit]
- def iterateWhile(p: (FiniteDistribution[Term]) => Boolean = (_) => runHook && !halt(self))(s: (FiniteDistribution[Term]) => Unit = saveMem): Future[Unit]
- def iterator: Iterator[FiniteDistribution[Term]]
- def iteratorPair: Iterator[(FiniteDistribution[Term], InvMap)]
- def iteratorWhile(p: (FiniteDistribution[Term]) => Boolean = (_) => runHook && !halt(self)): Iterator[FiniteDistribution[Term]]
- def learn: Future[Vector[FiniteDistribution[Term]]]
- def learnAwait: Vector[FiniteDistribution[Term]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def onChange(react: (FiniteDistribution[Term]) => Unit): Unit
- def run: Future[Vector[FiniteDistribution[Term]]]
- def saveMem(fd: FiniteDistribution[Term]): Unit
- val startTime: Long
- def stop(): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val theorems: FiniteDistribution[Typ[u] forSome {type u <: Term with Subs[u]}]
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (BufferedRun, B)
- Implicit
- This member is added by an implicit conversion from BufferedRun toArrowAssoc[BufferedRun] 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.