|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclarion.common.GeneralNet
clarion.acs.net.AcsNet
clarion.acs.gs.GSNet
Field Summary | |
protected GoalStructure |
gs
the goal structure used. |
protected int |
gsOption
goal structure option: constant or variable. |
Fields inherited from class clarion.acs.net.AcsNet |
controlOutputDimNum, fullControlOutputDVs, fullControlOutputNum, fullOutputDVs, netType |
Fields inherited from class clarion.common.GeneralNet |
c3s, c4s, chosenComp, chosenFullAction, combMode1, combMode2, COMP_NUM, compVcgSets, controlVcgSets, ctComb, exInputNum, exState, fullOutputDimNum, fullOutputNum, global, gsInputNum, gsState, inputNum, netCompFlags, netComps, netIdx, normalVcgSets, outputActivations, reinforcement, sensoryInput, state, stochComb, subsysType, succRates, taskClarion, wmInputNum, wmState, wsComb |
Constructor Summary | |
GSNet(int nIdx,
Global g)
constructor. |
Method Summary | |
void |
perform()
Perform action. |
void |
reasoning()
The process of reasoning for determining an goal action to perform given current input. |
Methods inherited from class clarion.acs.net.AcsNet |
formState, getAllConclusions, isChosenActionEmpty, offlineTrainByAem, offlineTrainByEm, update, weightSumCombine |
Methods inherited from class clarion.common.GeneralNet |
correctionCombine, decideAction, deliverAction, fillInVcgSets, getChosenFullAction, getExState, getFixRules, getGsState, getIrlRules, getNM, getPM, getRerRules, getRT, getRT, getWmState, setCurDesiredOutput, setCurrentTime, setGsState, setReinforcement, setSensoryInput, setStates, setWmState, stochCombine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int gsOption
protected GoalStructure gs
Constructor Detail |
public GSNet(int nIdx, Global g)
nIdx
- net index.g
- the global settings.Method Detail |
public void reasoning()
reasoning
in class GeneralNet
public void perform()
AcsNet
perform
in class AcsNet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |