|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.pakl.rl.ValueFunctionPerceptron
net.pakl.rl.ValueFunctionResidualAlgorithmPerceptron
net.pakl.rl.ValueFunctionResidualAlgorithmBairdPerceptron
public class ValueFunctionResidualAlgorithmBairdPerceptron
| Field Summary |
|---|
| Fields inherited from class net.pakl.rl.ValueFunctionResidualAlgorithmPerceptron |
|---|
CROSS_PRODUCT, hiddenUnits, INCREMENTAL_UPDATE, learningRate, multiplyAndAdd, name, numPresynaptics, USE_REAL_VECTORS |
| Fields inherited from class net.pakl.rl.ValueFunctionPerceptron |
|---|
momentum |
| Constructor Summary | |
|---|---|
ValueFunctionResidualAlgorithmBairdPerceptron()
|
|
ValueFunctionResidualAlgorithmBairdPerceptron(World w)
|
|
| Method Summary | |
|---|---|
protected double |
getValue(HasVectorRepresentation state)
|
protected void |
initializeNetworkForStatesOfType(HasVectorRepresentation thisStateObject)
|
protected void |
setValue(HasVectorRepresentation thisStateObject,
HasVectorRepresentation nextStateObject,
double newValue,
double discountFactor)
|
| Methods inherited from class net.pakl.rl.ValueFunctionResidualAlgorithmPerceptron |
|---|
dotProduct, forNetwork, fromNetwork, getName, getNetwork, getValue, intsToDoubles, setAllowExpansionOfStateBounds, setHiddenUnits, setLearningRate, setMaxMinValue, setName, setRandomSeed, setResidualWeighting, setValue, setValue, setValueOfOutOfBoundsStates, setValueOfTerminalStates, storeWeightChangesIfNonIncremental, sum, sum, toText, vadd, vadd, vmul, vmul, vsub, vsub, zeroOutTotalWeightChangeForEpoch |
| Methods inherited from class net.pakl.rl.ValueFunctionPerceptron |
|---|
setMomentum, setWorld |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.pakl.rl.ValueFunction |
|---|
getName, getValue, setName, setValue, setValueOfTerminalStates, setWorld |
| Constructor Detail |
|---|
public ValueFunctionResidualAlgorithmBairdPerceptron()
public ValueFunctionResidualAlgorithmBairdPerceptron(World w)
| Method Detail |
|---|
protected void initializeNetworkForStatesOfType(HasVectorRepresentation thisStateObject)
initializeNetworkForStatesOfType in class ValueFunctionResidualAlgorithmPerceptron
protected void setValue(HasVectorRepresentation thisStateObject,
HasVectorRepresentation nextStateObject,
double newValue,
double discountFactor)
setValue in class ValueFunctionResidualAlgorithmPerceptronprotected double getValue(HasVectorRepresentation state)
getValue in class ValueFunctionResidualAlgorithmPerceptron
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||