| Package | Description |
|---|---|
| network.aika.neuron.activation |
| Modifier and Type | Field and Description |
|---|---|
SearchNode.Decision |
Candidate.cachedDecision
The cached decision is used to avoid having to explore the same candidate twice even though nothing that
influences this candidate has changed.
|
SearchNode.Decision |
Activation.decision |
SearchNode.Decision |
Activation.finalDecision |
SearchNode.Decision |
Activation.inputDecision |
SearchNode.Decision |
Activation.StateChange.newState |
| Modifier and Type | Method and Description |
|---|---|
SearchNode.Decision |
SearchNode.getDecision() |
static SearchNode.Decision |
SearchNode.Decision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchNode.Decision[] |
SearchNode.Decision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Activation.adjustSelectedNeuronInputs(SearchNode.Decision d) |
void |
Activation.setDecision(SearchNode.Decision newDecision,
long v) |
Copyright © 2018. All rights reserved.