object AndrewsCurtis
Linear Supertypes
Content Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- AndrewsCurtis
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class ACFlowData(params: ACparameters, dstbn: DynDstbn) extends Product with Serializable
- sealed trait ACMoveType extends AnyRef
- case class ACparameters(epsilon: Double = 1.0 / 100.0, cutoff: Double = 1.0 / 1000000.0, purgeLevel: Double = 1.0 / 10000.0, pthCntn: Double = 0.7, presCntn: Double = 0.7, wrdCntn: Double = 0.7, tuneLoops: Int = 25, growLoops: Int = 15) extends Product with Serializable
- case class AtomicChain(head: Vert) extends Chain with Product with Serializable
- trait Chain extends AnyRef
- case class Conj(k: Int, l: Int) extends Move with Product with Serializable
- case class DynDst[V, E](vrtdst: FiniteDistribution[V], edgdst: FiniteDistribution[E], cntn: Double) extends Product with Serializable
- type DynDstbn = DynDst[Presentation, ACMoveType]
- case class Inv(k: Int) extends Move with Product with Serializable
- case class LftMult(k: Int, l: Int) extends Move with Product with Serializable
- trait Move extends (Vert) => Vert
- type MoveType = ACMoveType
- case class RecChain(start: Chain, move: Move) extends Chain with Product with Serializable
- case class RtMult(k: Int, l: Int) extends Move with Product with Serializable
- type Vert = Presentation
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ACbgWt(presCntn: Double, wrdCntn: Double): (Vert) => Double
- val MoveTypeList: List[ACMoveType]
- def allMoves(pres: Presentation): (MoveType) => List[Move]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def backpropdstbn(chains: Set[Chain], feedback: FiniteDistribution[Vert], d: DynDstbn): DynDst[Presentation, MoveType]
- val baseDstbn: DynDst[Presentation, ACMoveType]
- def bestChain(pres: Vert, chains: Set[Chain], d: DynDstbn): Chain
- def chainGenCutoff(chains: Set[Chain], d: DynDstbn, cutoff: Double): Set[Chain]
- Annotations
- @tailrec()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def dstbn(chains: Set[Chain], d: DynDstbn): FiniteDistribution[Vert]
- def dstbnFeedback(presdstbn: FiniteDistribution[Vert], bgwt: (Vert) => Double): FiniteDistribution[Vert]
- def dstbnFlowCutoff(d: DynDstbn, bgwt: (Vert) => Double, epsilon: Double, cutoff: Double): DynDstbn
- def dstbnflow(chains: Set[Chain], d: DynDstbn, bgwt: (Vert) => Double, epsilon: Double, threshold: Double = 0): DynDst[Presentation, ACMoveType]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def initChains(d: DynDstbn): Set[Chain]
- def initDstbn(pthCntn: Double): DynDst[Presentation, Presentation]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def multiplicity(rk: Int): (MoveType) => Long
- 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 presSupp(d: DynDstbn): Set[Presentation]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tuneFlowCutoff(d: DynDstbn, bgwt: (Vert) => Double, epsilon: Double, cutoff: Double): DynDst[Presentation, ACMoveType]
- 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])
- case object ACDeStab extends Move with Product with Serializable
- object ACMoveType
- case object ACStab extends Move with Product with Serializable
- object Chain
- object DynDst extends Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated