|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.memphis.ccrg.lida.framework.initialization.InitializableImpl
edu.memphis.ccrg.lida.framework.strategies.StrategyImpl
edu.memphis.ccrg.lida.framework.strategies.LinearExciteStrategy
public class LinearExciteStrategy
Basic ExciteStrategy governed by a linear curve.
| Constructor Summary | |
|---|---|
LinearExciteStrategy()
Creates a new instance of LinearCurve. |
|
| Method Summary | |
|---|---|
double |
excite(double currentActivation,
double excitation,
java.util.Map<java.lang.String,?> params)
Excites the current activation according to some internal excite function. |
double |
excite(double currentActivation,
double excitation,
java.lang.Object... params)
Excites the current activation according to some internal excite function. |
void |
init()
If this method is overridden, this init() must be called first! i.e. |
| Methods inherited from class edu.memphis.ccrg.lida.framework.initialization.InitializableImpl |
|---|
containsParameter, getParam, getParameters, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface edu.memphis.ccrg.lida.framework.initialization.Initializable |
|---|
containsParameter, getParam, getParameters, init |
| Constructor Detail |
|---|
public LinearExciteStrategy()
| Method Detail |
|---|
public void init()
init in interface Initializableinit in class InitializableImplInitializable
public double excite(double currentActivation,
double excitation,
java.lang.Object... params)
excite in interface ExciteStrategycurrentActivation - activation of the entity before excite.excitation - amount of activation to addsparams - optionally accepts 1 double parameter specifying the slope of
excitation and activations.
public double excite(double currentActivation,
double excitation,
java.util.Map<java.lang.String,?> params)
excite in interface ExciteStrategycurrentActivation - activation of the entity before excite.excitation - amount of activation to addsparams - optionally accepts 1 parameter specifying the slope of
excitation and activations.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||