|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfaceStochasticallySelectable | |
---|---|
clarion.system |
Uses of InterfaceStochasticallySelectable in clarion.system |
---|
Classes in clarion.system that implement InterfaceStochasticallySelectable | |
---|---|
class |
AbstractAction
This class implements an action chunk within CLARION. |
class |
AbstractOutputChunk
This class implements an output chunk within CLARION. |
class |
DimensionlessOutputChunk
This class implements a dimension-less output chunk within CLARION. |
class |
DriveStrength
This class implements a drive strength within CLARION. |
class |
ExternalAction
This class implements an external action within CLARION. |
class |
GenericStochasticObject
This class implements a generic stochastic object within CLARION. |
class |
Goal
This class implements a goal within CLARION. |
class |
GoalAction
This class implements a goal action within CLARION. |
class |
WorkingMemoryAction
This class implements a working memory action within CLARION. |
Methods in clarion.system that return InterfaceStochasticallySelectable | |
---|---|
InterfaceStochasticallySelectable |
StochasticSelector.select(java.util.Collection<? extends InterfaceStochasticallySelectable> s)
Given a collection of stochastically selectable objects, this method chooses an object from that collection using a Boltzmann distribution. |
Methods in clarion.system that return types with arguments of type InterfaceStochasticallySelectable | |
---|---|
java.util.Collection<? extends InterfaceStochasticallySelectable> |
StochasticSelector.performBoltzmannDistribution(java.util.Collection<? extends InterfaceStochasticallySelectable> s)
This method calculates a Boltzmann distribution for a collection of stochastically selectable objects but does not go so far as to perform the actual selection. |
Methods in clarion.system with parameters of type InterfaceStochasticallySelectable | |
---|---|
double |
StochasticSelector.getBoltzmannProbability(java.util.Collection<? extends InterfaceStochasticallySelectable> s,
InterfaceStochasticallySelectable ss)
Gets the BoltzmannProbability of a specified stochastically selectable object given a collection of stochastically selectable objects. |
Method parameters in clarion.system with type arguments of type InterfaceStochasticallySelectable | |
---|---|
double |
StochasticSelector.getBoltzmannProbability(java.util.Collection<? extends InterfaceStochasticallySelectable> s,
InterfaceStochasticallySelectable ss)
Gets the BoltzmannProbability of a specified stochastically selectable object given a collection of stochastically selectable objects. |
java.util.Collection<? extends InterfaceStochasticallySelectable> |
StochasticSelector.performBoltzmannDistribution(java.util.Collection<? extends InterfaceStochasticallySelectable> s)
This method calculates a Boltzmann distribution for a collection of stochastically selectable objects but does not go so far as to perform the actual selection. |
InterfaceStochasticallySelectable |
StochasticSelector.select(java.util.Collection<? extends InterfaceStochasticallySelectable> s)
Given a collection of stochastically selectable objects, this method chooses an object from that collection using a Boltzmann distribution. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |