Class

infcalcs.actors

AdaptiveDistributor

Related Doc: package actors

Permalink

class AdaptiveDistributor extends Distributor

Class that manages a set of Calculator actors using adaptive bin control to determine the optimal number of bins for signal space

Linear Supertypes
Distributor, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdaptiveDistributor
  2. Distributor
  3. Actor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AdaptiveDistributor(p: DRData)(implicit calcConfig: CalcConfig)

    Permalink

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var allBiased: Boolean

    Permalink

    Tracks whether or not all mutual information estimates given some defined signal bins

  5. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  6. def aroundPostStop(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  7. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  8. def aroundPreStart(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. var estBSList: Array[EstTupleBS]

    Permalink
    Definition Classes
    Distributor
  16. var estList: Array[EstTuple]

    Permalink

    Results sent back from Calculator instances

    Results sent back from Calculator instances

    Definition Classes
    Distributor
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def initializeCalculators(init: Init): Unit

    Permalink

    Initializes some number of Calculator instances to calculate mutual information estimates

    Initializes some number of Calculator instances to calculate mutual information estimates

    Definition Classes
    Distributor
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. var numBiasedPerBin: Int

    Permalink

    Number of biased estimates per given some defined signal bins

  26. var numCalculators: Int

    Permalink
  27. var numConsecBiasedSigEst: Int

    Permalink

    Tracks consecutive number of signal bins for which all mutual information estimates were biased (see stopCriterion)

  28. def postRestart(reason: Throwable): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  29. def postStop(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  30. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  31. def preStart(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  32. def receive: PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    AdaptiveDistributor → Actor
  33. var received: Int

    Permalink
    Definition Classes
    Distributor
  34. def receivedAllCalcs: Boolean

    Permalink
    Definition Classes
    Distributor
  35. def receivedCalc(): Unit

    Permalink
    Definition Classes
    Distributor
  36. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  37. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  38. var sent: Int

    Permalink
    Definition Classes
    Distributor
  39. def sentAllCalcs: Boolean

    Permalink
    Definition Classes
    Distributor
  40. def sentCalc(): Unit

    Permalink
    Definition Classes
    Distributor
  41. var sigIndex: Int

    Permalink
    Definition Classes
    Distributor
  42. var signalBins: NTuple[Int]

    Permalink

    Tracks the number of signal bins for calculations

    Tracks the number of signal bins for calculations

    Definition Classes
    Distributor
  43. def stopCalculation(): Unit

    Permalink

    Stops actor-based estimation of the channel capacity and outputs final result

    Stops actor-based estimation of the channel capacity and outputs final result

    Definition Classes
    Distributor
  44. def stopCriterion(): Boolean

    Permalink

    Method for determining if the adaptive control algorithm has met its stop criterion

  45. def supervisorStrategy: SupervisorStrategy

    Permalink
    Definition Classes
    Actor
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. var totalCalculations: Int

    Permalink
    Definition Classes
    Distributor
  49. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  50. def updateEstBSList(r: ResultBS): Unit

    Permalink
    Definition Classes
    Distributor
  51. def updateEstList(r: Result): Unit

    Permalink
    Definition Classes
    Distributor
  52. def updateSignalBins(): Unit

    Permalink

    Updates the number of signal bins for the next iteration of the adaptive control algorithm

  53. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. var weights: List[Option[Weight]]

    Permalink

    List of weights to try for a particular number of signal bins

    List of weights to try for a particular number of signal bins

    Definition Classes
    Distributor
  57. def wtIndex: Int

    Permalink

    Weight index of next calculation

Inherited from Distributor

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped