| Modifier and Type | Field and Description |
|---|---|
TreeSet<Iteration.VEntry> |
queue |
| Constructor and Description |
|---|
ValueQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int round,
Activation act,
long v) |
Neuron.NormWeight |
adjustWeight(ExpandNode cand,
List<Option> changed) |
Neuron.NormWeight |
processChanges(ExpandNode en,
long v) |
void |
propagateWeight(int round,
Activation act,
long v) |
public final TreeSet<Iteration.VEntry> queue
public void propagateWeight(int round,
Activation act,
long v)
public Neuron.NormWeight adjustWeight(ExpandNode cand, List<Option> changed)
public void add(int round,
Activation act,
long v)
public Neuron.NormWeight processChanges(ExpandNode en, long v)
Copyright © 2017. All rights reserved.